Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-25 | add initial (no guile yet standalone app) | Rob Savoye | |
2010-11-25 | add version.sh file from howto | Rob Savoye | |
2010-11-25 | add bootstrap file from howto | Rob Savoye | |
2010-11-24 | Conditionalize gr-guile/Makefile.am | Eric Blossom | |
2010-11-24 | Add conditionals around gnuradio-core/src/{guile,python} | Eric Blossom | |
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Generate 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-24 | Move generate-makefile-swig rule to end of file | Eric Blossom | |
2010-11-24 | Major 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-24 | Removed link to missing .png in an attempt to keep doxygen from crashing | Eric Blossom | |
2010-11-24 | Changing 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-24 | Adding typedef for uint64_t and int64_t so we can use them through SWIG. | Tom Rondeau | |
2010-11-24 | Merge branch 'warnings' | Tom Rondeau | |
2010-11-24 | Removing warnings in portaudio source/sink. | Tom Rondeau | |
2010-11-24 | Consistently use TESTS += in conditionals | Eric Blossom | |
2010-11-24 | Confirm we can load guile noaa module | Eric Blossom | |
2010-11-24 | Confirm we can load guile pager module | Eric Blossom | |
2010-11-24 | use export-safely | Eric Blossom | |
2010-11-24 | Confirm we can load guile usrp module | Eric Blossom | |
2010-11-23 | Add uhd.scm wrapper for uhd_swig.scm | Eric Blossom | |
2010-11-23 | Add disabled guile test to trellis | Eric Blossom | |
2010-11-23 | Move verbose-equal? to lib.scm | Eric Blossom | |
2010-11-23 | Enable guile test for trellis | Eric Blossom | |
2010-11-23 | Update to new test boilerplate | Eric Blossom | |
2010-11-23 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2010-11-23 | Fixing 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-23 | first shot at Windows-compatible LIBUSB check | Michael Dickens | |
2010-11-23 | Tweak 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-23 | Removing 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-23 | nuke the .d depenency files created by the suffix rules by swig | Rob Savoye | |
2010-11-23 | remove commented out block in dist-hook target | Rob Savoye | |
2010-11-23 | Merge branch 'no_usb_debug_windows' | Tom Rondeau | |
2010-11-23 | don't nuke directories from the dist tarball, only files. | Rob Savoye | |
2010-11-23 | add a few more .m files | Rob Savoye | |
2010-11-23 | by default for distcheck, cpnfigure enableing both python and guile. | Rob Savoye | |
2010-11-22 | uhd: remove deprecated grc wrappers | Josh Blum | |
2010-11-22 | uhd: removed deprecated interfaces (simple and mimo) | Josh Blum | |
2010-11-22 | uhd: do version check for API compat number | Josh Blum | |
2010-11-22 | uhd: remove changes to avoid merge conflict | Josh Blum | |
2010-11-22 | Check for relative rate and update tag only if not 1.0; otherwise just copy. | Tom Rondeau | |
2010-11-22 | always look for swig | Rob Savoye | |
2010-11-22 | we don't want tcl support for now | Rob Savoye | |
2010-11-21 | Add missing - | Eric Blossom | |
2010-11-21 | merge from upstream | Rob Savoye | |
2010-11-21 | fix so distcheck *almost* fully works | Rob Savoye | |
2010-11-21 | Clean up lib/swig/Makefile.am, Makefile.common and Makefile.swig | Eric Blossom | |
Confirmed that it builds and make checks on all four combintations of --{enable,disable}-{python,guile}. Have not tested make dist, but expect that there may be some problems with it. I'm pretty sure that not all files that need to be removed from the distribution are removed, and make clean may still be leaving some files around. | |||
2010-11-21 | Merge branch 'works' into broken | Eric Blossom | |
* works: Make Guile bindings work with --with-gnuradio-core et al. Update TODO Add guile SIGINT handler to gr:wait. Minor tweaks: comments, static Add guile shim to gr_top_block::wait that exits guile mode before blocking. Enable more tests Enable a couple more tests Remove 868 useless warnings about "is deprecated". gr_msg_queue now working correctly from within guile. Disable items that require swig directors when building guile bindings. | |||
2010-11-21 | Removed comments to stdout from file tagger; made it easir to go from ↵ | Tom Rondeau | |
internally generated bursts to detected bursts (which needs work). | |||
2010-11-21 | Fixed file tagger error handling so it doesn't prematurely exit under ↵ | Tom Rondeau | |
certain, but correct, conditions. |