summaryrefslogtreecommitdiff
path: root/gr-uhd
Commit message (Expand)AuthorAgeFilesLines
* Regenerated Makefile.swig.gen'sEric Blossom2010-12-031-5/+5
* Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom2010-12-031-1/+1
* 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
* 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
|\
| * Merge remote branch 'gnuradio.org/next' into worksEric Blossom2010-11-184-4/+4
| |\
| | * Remove 868 useless warnings about "is deprecated".Eric Blossom2010-11-184-4/+4
* | | regeneratedRob Savoye2010-11-191-11/+23
|/ /
* | Merge remote branch 'gnuradio.org/next' into testEric Blossom2010-11-172-0/+20
|\|
| * 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 opt...Josh Blum2010-10-281-0/+22
* 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
* 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, deprecat...Josh Blum2010-10-188-37/+99
* uhd: created multi usrp grc wrapper generator, removed mimo gen and checked i...Josh Blum2010-10-186-53/+1182
* 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