Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-13 | gr_uhd: Quick fix for make distcheck failures if UHD is not installed. | Tom Rondeau | |
2010-12-10 | Use load-extension-global instead of load-extension | Eric Blossom | |
2010-12-09 | uhd: update notes in grc blocks for addressing scheme | Josh Blum | |
2010-12-06 | Merge branch 'next' into guile-next | Eric Blossom | |
* next: (116 commits) Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps. uhd: reverting tag changes on uhd single usrp source, there seems to be issues with the work() logic uhd: removed default value chan=0 in the cc files WITH_INCLUDES _must_ be last uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME uhd: default channel params to zero for single source and sink blocks Revert "Removed usrp2-firmware from being automatically built." Remove generated file from repo Removed usrp2-firmware from being automatically built. uhd: added libdir to UHD CFLAGS (shared by lib and swig) Swapping out preset keys until I work out some of their issues. Modifying QA tests for the sample tags. By default, it only checks the sizes of the tags since order is not specified or guarenteed. Block is a gr_block, so this sets its relative rate. Was required for using in the QA of the sample tags code. Removing global pmt constants. Were causing segfaults during make check. Must fix this later. Fixing up the UHD sample tag example to take command line options. Swapping order of testing rrate. Changing propagation policy enum type name and making a few other minor edits. Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304. Adding typedef for uint64_t and int64_t so we can use them through SWIG. ... Passes make distcheck. | |||
2010-12-05 | uhd: reverting tag changes on uhd single usrp source, there seems to be ↵ | Josh Blum | |
issues with the work() logic | |||
2010-12-05 | uhd: removed default value chan=0 in the cc files | Josh Blum | |
2010-12-03 | Regenerated Makefile.swig.gen's | Eric Blossom | |
2010-12-03 | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | |
The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc. | |||
2010-12-01 | WITH_INCLUDES _must_ be last | Eric Blossom | |
2010-12-01 | uhd: replaced CFLAGS with CPPFLAGS variable, and fixed swig args FIXME | Josh Blum | |
2010-12-01 | uhd: default channel params to zero for single source and sink blocks | Josh Blum | |
2010-11-30 | uhd: added libdir to UHD CFLAGS (shared by lib and swig) | Josh Blum | |
2010-11-30 | Swapping out preset keys until I work out some of their issues. | Tom Rondeau | |
2010-11-29 | Merge branch 'tagging' into next | Tom Rondeau | |
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Update .gitignore's | 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 | use export-safely | Eric Blossom | |
2010-11-23 | Add uhd.scm wrapper for uhd_swig.scm | Eric Blossom | |
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: remove changes to avoid merge conflict | Josh Blum | |
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 | Slightly better handling of tags. | Tom Rondeau | |
2010-11-21 | Merge branch 'next' into tagging | Tom Rondeau | |
2010-11-19 | regenerated | Rob Savoye | |
2010-11-18 | Merge remote branch 'gnuradio.org/next' into works | Eric Blossom | |
* gnuradio.org/next: Remove 868 useless warnings about "is deprecated". | |||
2010-11-18 | Remove 868 useless warnings about "is deprecated". | Eric Blossom | |
Perhaps a warning printed from the constructor would be more helpful and less distracting than cluttering the output of make with 868 warnings... | |||
2010-11-18 | Changing time pair in uhd source from a pmt pair to tuple. | Tom Rondeau | |
2010-11-17 | Merge remote branch 'gnuradio.org/next' into test | Eric Blossom | |
* gnuradio.org/next: distcheck fix for gr-uhd Keep doxygen 1.7.1 from crashing. uhd: swig changes for templated ranges | |||
2010-11-17 | distcheck fix for gr-uhd | Eric Blossom | |
2010-11-17 | Some updates to uhd source with tags. | Tom Rondeau | |
2010-11-17 | Add support for guile std::vector< std::complex<float> >. | Eric Blossom | |
2010-11-16 | regenerated | Eric Blossom | |
2010-11-16 | UHD single source builds tags from packet metadata to ship downstream. | Tom Rondeau | |
Tag 1 contains the packet time Tag 2 contains the packet length | |||
2010-11-10 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Eric Blossom | |
2010-11-10 | Use uhd_swig_swig_args instead of stomping on STD_SWIG_PYTHON_ARGS | Eric Blossom | |
2010-11-10 | additional regenerated files | Eric Blossom | |
2010-11-10 | add load-extension support | Rob Savoye | |
2010-11-10 | regenerate | Eric Blossom | |
2010-11-10 | Rengenerate Makefile.swig.gen's | Eric Blossom | |
2010-11-10 | Update generated files | Eric Blossom | |
2010-11-10 | regenerated after changes to the template | Rob Savoye | |
2010-11-01 | uhd: swig changes for templated ranges | Josh Blum | |
2010-10-28 | uhd: added ref clock option to single usrp blocks, minor grc fix on empty ↵ | Josh Blum | |
option keys | |||
2010-10-28 | uhd: make a tune_request_t that inherits from float for GRC, added docs | Josh Blum | |
2010-10-25 | uhd: move tune functions to tune_request and provide wrapper for simple case | Josh Blum | |
2010-10-21 | uhd: added support for setting bw filters through grc | Josh Blum | |
2010-10-21 | uhd: install swig exception handler | Josh Blum | |