summaryrefslogtreecommitdiff
path: root/gr-uhd
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Update .gitignore'sEric Blossom2010-11-241-0/+2
| | |
* | | Update .gitignore'sEric Blossom2010-11-241-0/+2
| | |
* | | Major Makefile.am housecleaning. Passes distcheck.Eric Blossom2010-11-242-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | use export-safelyEric Blossom2010-11-241-0/+1
| | |
* | | Add uhd.scm wrapper for uhd_swig.scmEric Blossom2010-11-232-3/+32
| | |
* | | Merge branch 'works' into brokenEric Blossom2010-11-214-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * | | Merge remote branch 'gnuradio.org/next' into worksEric Blossom2010-11-184-4/+4
| |\| | | | | | | | | | | | | | | | | | * gnuradio.org/next: Remove 868 useless warnings about "is deprecated".
| | * | Remove 868 useless warnings about "is deprecated".Eric Blossom2010-11-184-4/+4
| | | | | | | | | | | | | | | | | | | | Perhaps a warning printed from the constructor would be more helpful and less distracting than cluttering the output of make with 868 warnings...
* | | | regeneratedRob Savoye2010-11-191-11/+23
|/ / /
* | | Merge remote branch 'gnuradio.org/next' into testEric Blossom2010-11-172-0/+20
|\| | | | | | | | | | | | | | | | | | | | * gnuradio.org/next: distcheck fix for gr-uhd Keep doxygen 1.7.1 from crashing. uhd: swig changes for templated ranges
| * | distcheck fix for gr-uhdEric Blossom2010-11-171-0/+8
| | |
| * | uhd: swig changes for templated rangesJosh Blum2010-11-011-0/+12
| |/
* | Add support for guile std::vector< std::complex<float> >.Eric Blossom2010-11-171-2/+0
| |
* | regeneratedEric Blossom2010-11-161-1/+1
| |
* | regeneratedEric Blossom2010-11-101-26/+9
| |
* | regeneratedEric Blossom2010-11-101-8/+7
| |
* | Use uhd_swig_swig_args instead of stomping on STD_SWIG_PYTHON_ARGSEric Blossom2010-11-101-2/+1
| |
* | additional regenerated filesEric Blossom2010-11-101-2/+5
| |
* | add load-extension supportRob Savoye2010-11-101-0/+10
| |
* | regenerateEric Blossom2010-11-101-6/+6
| |
* | Rengenerate Makefile.swig.gen'sEric Blossom2010-11-101-218/+28
| |
* | Update generated filesEric Blossom2010-11-101-32/+80
| |
* | regenerated after changes to the templateRob Savoye2010-11-101-14/+45
|/
* uhd: added ref clock option to single usrp blocks, minor grc fix on empty ↵Josh Blum2010-10-281-0/+22
| | | | option keys
* uhd: make a tune_request_t that inherits from float for GRC, added docsJosh Blum2010-10-283-14/+38
|
* uhd: move tune functions to tune_request and provide wrapper for simple caseJosh Blum2010-10-259-16/+77
|
* uhd: added support for setting bw filters through grcJosh Blum2010-10-212-2/+50
|
* uhd: install swig exception handlerJosh Blum2010-10-211-0/+18
|
* uhd: added channel param to docstringsJosh Blum2010-10-204-0/+40
|
* uhd: implement set bandwidth for uhd blocks, remove chan=0 default for multi ↵Josh Blum2010-10-198-16/+56
| | | | blocks
* uhd: mark simple and mimo classes with the deprecated flagJosh Blum2010-10-194-4/+4
|
* uhd: tweaking timeouts for multi usrp blocksJosh Blum2010-10-192-6/+9
|
* uhd: tweaked and tested multi usrp with a single channelJosh Blum2010-10-184-10/+32
|
* uhd: typo fix for single usrp grc file generatorJosh Blum2010-10-181-1/+1
|
* uhd: renamed make function params, cleanup, clock config for multi usrpJosh Blum2010-10-1810-38/+69
|
* uhd: work on multi usrp blocks, use block tree to categorize blocks, ↵Josh Blum2010-10-188-37/+99
| | | | deprecate mimo blocks
* uhd: created multi usrp grc wrapper generator, removed mimo gen and checked ↵Josh Blum2010-10-186-53/+1182
| | | | in its generated files
* uhd: filled in multi usrp code and swig fileJosh Blum2010-10-187-22/+344
|
* uhd: added multi usrp skeleton and added deprecation note to other headersJosh Blum2010-10-189-4/+340
|
* uhd: removed utils warning functions, moved into the lower level wrappersJosh Blum2010-10-189-117/+13
|
* uhd: use start and stop methods for single source/sink blocksJosh Blum2010-10-142-19/+38
|
* uhd: handle error codes in uhd source blocksJosh Blum2010-09-242-2/+36
|
* uhd: multi channel single usrp source and sink workingJosh Blum2010-09-235-11/+17
|
* uhd: tweaks and fixes, single wrapper workingJosh Blum2010-09-222-3/+10
|
* uhd: added grc and swig wrappers for single usrpJosh Blum2010-09-216-7/+243
|
* uhd: work on uhd single usrp wrapperJosh Blum2010-09-205-2/+608
|
* Merge branch 'uhd' of git://gnuradio.org/jblum into nextJohnathan Corgan2010-08-0916-216/+273
|\
| * uhd: generating mimo source and sink blocks, added subdev specJosh Blum2010-08-097-205/+204
| |
| * uhd: added subdev spec setting to gr-uhd blocks, and simple uhd grc wrappers ↵Josh Blum2010-08-0511-11/+69
| | | | | | | | (mimo coming)
* | uhd: use time delay in proportion to the number of channelsJosh Blum2010-07-281-1/+2
|/