Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-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-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 | Add support for guile std::vector< std::complex<float> >. | Eric Blossom | |
2010-11-16 | regenerated | Eric Blossom | |
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 | |
2010-10-20 | uhd: added channel param to docstrings | Josh Blum | |
2010-10-19 | uhd: implement set bandwidth for uhd blocks, remove chan=0 default for multi ↵ | Josh Blum | |
blocks | |||
2010-10-19 | uhd: mark simple and mimo classes with the deprecated flag | Josh Blum | |
2010-10-19 | uhd: tweaking timeouts for multi usrp blocks | Josh Blum | |
2010-10-18 | uhd: tweaked and tested multi usrp with a single channel | Josh Blum | |
2010-10-18 | uhd: typo fix for single usrp grc file generator | Josh Blum | |
2010-10-18 | uhd: renamed make function params, cleanup, clock config for multi usrp | Josh Blum | |
2010-10-18 | uhd: work on multi usrp blocks, use block tree to categorize blocks, ↵ | Josh Blum | |
deprecate mimo blocks | |||
2010-10-18 | uhd: created multi usrp grc wrapper generator, removed mimo gen and checked ↵ | Josh Blum | |
in its generated files | |||
2010-10-18 | uhd: filled in multi usrp code and swig file | Josh Blum | |
2010-10-18 | uhd: added multi usrp skeleton and added deprecation note to other headers | Josh Blum | |
2010-10-18 | uhd: removed utils warning functions, moved into the lower level wrappers | Josh Blum | |
2010-10-14 | uhd: use start and stop methods for single source/sink blocks | Josh Blum | |
2010-09-24 | uhd: handle error codes in uhd source blocks | Josh Blum | |
2010-09-23 | uhd: multi channel single usrp source and sink working | Josh Blum | |
2010-09-22 | uhd: tweaks and fixes, single wrapper working | Josh Blum | |
2010-09-21 | uhd: added grc and swig wrappers for single usrp | Josh Blum | |
2010-09-20 | uhd: work on uhd single usrp wrapper | Josh Blum | |
2010-08-09 | Merge branch 'uhd' of git://gnuradio.org/jblum into next | Johnathan Corgan | |
2010-08-09 | uhd: generating mimo source and sink blocks, added subdev spec | Josh Blum | |