summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-25add some commentsRob Savoye
2010-11-25pass in srcdir so we can find our data file.Rob Savoye
2010-11-25return the string, not a #Rob Savoye
2010-11-25read in a scheme source file that defines a function and execute it.Rob Savoye
2010-11-25add the srcdir so we can find the data fileRob Savoye
2010-11-25hello world in schemeRob Savoye
2010-11-25launch guile interpreter from standalone app, with simple exampleRob Savoye
2010-11-25add gitignore fileRob Savoye
2010-11-25add initial (no guile yet standalone app)Rob Savoye
2010-11-25add version.sh file from howtoRob Savoye
2010-11-25add bootstrap file from howtoRob Savoye
2010-11-24Conditionalize gr-guile/Makefile.amEric Blossom
2010-11-24Add conditionals around gnuradio-core/src/{guile,python}Eric Blossom
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Generate precise list of swig related output files.Eric Blossom
This list is used to prune files from the distribution and to remove exactly the generated files during make clean. Passes distcheck.
2010-11-24Move generate-makefile-swig rule to end of fileEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
2010-11-24Removed link to missing .png in an attempt to keep doxygen from crashingEric Blossom
2010-11-24Changing API for gr_skiphead to use uint64_t for the offset instead of ↵Tom Rondeau
size_t (still unsigned). Fixes issue #304. Also uses uint64_t's internally so everyone is always on the same type. This should not affect anyone's use of the block.
2010-11-24Adding typedef for uint64_t and int64_t so we can use them through SWIG.Tom Rondeau
2010-11-24Merge branch 'warnings'Tom Rondeau
2010-11-24Removing warnings in portaudio source/sink.Tom Rondeau
2010-11-24Consistently use TESTS += in conditionalsEric Blossom
2010-11-24Confirm we can load guile noaa moduleEric Blossom
2010-11-24Confirm we can load guile pager moduleEric Blossom
2010-11-24use export-safelyEric Blossom
2010-11-24Confirm we can load guile usrp moduleEric Blossom
2010-11-23Add uhd.scm wrapper for uhd_swig.scmEric Blossom
2010-11-23Add disabled guile test to trellisEric Blossom
2010-11-23Move verbose-equal? to lib.scmEric Blossom
2010-11-23Enable guile test for trellisEric Blossom
2010-11-23Update to new test boilerplateEric Blossom
2010-11-23Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2010-11-23Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't ↵Tom Rondeau
make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out.
2010-11-23first shot at Windows-compatible LIBUSB checkMichael Dickens
2010-11-23Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, ↵Michael Dickens
because the symbol does not exist for that platform (only, it seems)
2010-11-23Removing dependency in QA code to filters that have not necessarily been ↵Tom Rondeau
built yet. Using test block keep_one_in_n to test decimation is handled in propogating tags.
2010-11-23nuke the .d depenency files created by the suffix rules by swigRob Savoye
2010-11-23remove commented out block in dist-hook targetRob Savoye
2010-11-23Merge branch 'no_usb_debug_windows'Tom Rondeau
2010-11-23don't nuke directories from the dist tarball, only files.Rob Savoye
2010-11-23add a few more .m filesRob Savoye
2010-11-23by default for distcheck, cpnfigure enableing both python and guile.Rob Savoye
2010-11-22uhd: remove deprecated grc wrappersJosh Blum
2010-11-22uhd: removed deprecated interfaces (simple and mimo)Josh Blum
2010-11-22uhd: do version check for API compat numberJosh Blum
2010-11-22uhd: remove changes to avoid merge conflictJosh Blum
2010-11-22Check for relative rate and update tag only if not 1.0; otherwise just copy.Tom Rondeau
2010-11-22always look for swigRob Savoye