summaryrefslogtreecommitdiff
path: root/gr-uhd
Commit message (Expand)AuthorAgeFilesLines
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-0823-479/+0
* docs: fixes some warnings.Tom Rondeau2011-12-061-3/+3
* docs: more fixes for generated swig files. This worked before the merge, but ...Tom Rondeau2011-12-051-0/+1
* Merge branch 'more_swigness_docs'Tom Rondeau2011-12-043-1/+22
|\
| * docs: better install of swig docs .i files since we actually have a variable ...Tom Rondeau2011-12-041-4/+5
| * docs: fixing variable for location of header files (SOURCE not BINARY).Tom Rondeau2011-11-301-1/+1
| * docs: more appropriate variable to use when setting the include/headers direc...Tom Rondeau2011-11-281-1/+1
| * docs: installing generated _doc.i files under autotools.Tom Rondeau2011-11-281-0/+3
| * docs: better use of BUILT_SOURCES so I'm not overriding the standard build in...Tom Rondeau2011-11-271-2/+2
| * docs: Adding swig doc generation to Makefile.am files.Tom Rondeau2011-11-271-0/+9
| * docs: forgot to have the generated .i files installed.Tom Rondeau2011-11-271-0/+1
| * docs: added python doxygen docs to gr-uhdTom Rondeau2011-11-272-0/+7
* | uhd: cleanup some -Wall warningsJosh Blum2011-11-273-5/+6
* | uhd: patch from Marcus Leech to add FFT update rate and averating on/off to c...Tom Rondeau2011-11-261-2/+9
|/
* uhd: change examples to use new stream apiJosh Blum2011-11-0721-65/+26
* uhd: added docs and removed unimplemented options in grc filesJosh Blum2011-11-071-20/+15
* uhd: rebase tweaks + update on command featureJosh Blum2011-11-074-4/+81
* uhd: added set for RX/TX iq balance and dc offsetJosh Blum2011-11-074-16/+125
* uhd: added set/get time/clock source callsJosh Blum2011-11-075-15/+220
* uhd: added get_samp_rates callsJosh Blum2011-11-074-0/+28
* uhd: use new type string for uhd source/sink typesJosh Blum2011-11-071-11/+21
* uhd: grc xml tweaks + streamer argsJosh Blum2011-11-074-24/+29
* uhd: restored source block recv single packet functionalityJosh Blum2011-11-071-1/+1
* uhd: preferable defaults for stream argsJosh Blum2011-11-072-4/+8
* uhd: added convenience constructor to stream_args_tJosh Blum2011-11-072-0/+10
* uhd: python/swig/grc tweaks until it worksJosh Blum2011-11-074-26/+39
* uhd: backwards compat work which support streamer APIJosh Blum2011-11-076-30/+289
* Use start()/stop() to get midpoint of uhd rangesJason Abele2011-11-071-2/+2
* Set subdev spec after creating uhd source, before threads startJason Abele2011-11-071-4/+4
* Fix initial gain setting for uhd_siggen[_gui].pyJason Abele2011-11-071-0/+4
* uhd: added buffer flush when source block is stoppedJosh Blum2011-11-031-0/+19
* examples: making both autotools and cmake install all the same examples.Tom Rondeau2011-10-241-1/+1
* the librariesJosh Blum2011-10-231-8/+1
* docs: don't need to distribute README files in docs component. Just the insta...Tom Rondeau2011-10-221-1/+0
* Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau2011-10-212-0/+25
|\
| * docs: installing README files.Tom Rondeau2011-10-202-0/+25
* | uhd: added some documentation to the UHD main page on standard option parser ...Tom Rondeau2011-10-211-0/+66
* | uhd: added subdevspec option to UHD examples and sets antenna based on option.Tom Rondeau2011-10-2115-9/+151
* | uhd: fixing uhd apps to take a subdev spec; also changing to more general uhd...Tom Rondeau2011-10-214-20/+50
|/
* tags: made tags object orientedJosh Blum2011-10-193-16/+13
* grc: added throttle tag to blocks that throttleJosh Blum2011-10-191-0/+1
* usrp: updated installed examplesJosh Blum2011-10-191-8/+0
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1924-549/+84
|\
| * examples: removed multi-antenna examples.Tom Rondeau2011-10-196-466/+1
| * uhd: fixed examples to use new find_devices command.Tom Rondeau2011-10-192-2/+2
| * uhd: fixed swig file to make guile build happy.Tom Rondeau2011-10-191-1/+1
| * uhd: added uhd.find_devices to pythonJosh Blum2011-10-192-0/+20
| * uhd: updating examples to use args and better default for all UHD examples; a...Tom Rondeau2011-10-1916-83/+63
* | cmake: fix that component depends on component hackJosh Blum2011-10-191-1/+1
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-119-1/+91
|\|