summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'test/fix-pmt-deleter' into maintJohnathan Corgan2012-04-151-1/+7
|\
| * pmt: fix segfault in deleterJohnathan Corgan2012-04-151-1/+7
* | digital: fix QA for constellation to always reset the seed for deterministic ...Ben Reynwar2012-04-152-11/+13
* | This patch enables JACK only when both a library and include files are availa...Tom Rondeau2012-04-141-10/+5
|/
* digital: make seed value unambiguousMartin Braun2012-04-141-3/+3
* gr: fix 2 places where pyc files get generated in-treeJosh Blum2012-04-092-0/+3
* build: update revision to 3.5.3v3.5.3Johnathan Corgan2012-04-072-2/+2
* Merge branch 'maint'Tom Rondeau2012-04-074-2/+8
|\
| * gruel and howto: install gruel .i files in gruel dest. Howto will use that di...maint-3.5.2Tom Rondeau2012-04-074-2/+8
* | Merge branch 'wfm_tx_work'Johnathan Corgan2012-04-076-34/+38
|\ \
| * | core: loosen fm modulator QA to 5 decimal places of agreementJohnathan Corgan2012-04-071-1/+1
| * | core: use while instead of if in frequency_modulatorJohnathan Corgan2012-04-071-2/+2
| * | gr_frequency_modulator_f : Convert from using libm sin/cos, to gr_fxpt sin/cos.Philip Balister2012-03-152-12/+12
| * | qa_gr_fxpt : Remove debugging cout.Philip Balister2012-03-131-1/+0
| * | gr_fxpt : Add sincos function to class.Philip Balister2012-03-132-0/+26
| * | gr_fxpt.c : Remove unused code.Philip Balister2012-03-121-21/+0
* | | Merge branch 'maint'Tom Rondeau2012-04-071-2/+3
|\ \ \ | | |/ | |/|
| * | core: buffer alignments were getting confused. Just need to tell all blocks t...Tom Rondeau2012-04-071-2/+3
* | | Merge branch 'maint'Tom Rondeau2012-04-072-22/+46
|\| |
| * | trellis: bug fix to make sure file is closed.Achilleas Anastasopoulos2012-04-071-0/+2
| * | core: makes sure all block's buffers are aligned on start/restart and that th...Tom Rondeau2012-04-072-22/+46
* | | trellis: bug fix to make sure file is closed.Achilleas Anastasopoulos2012-04-071-0/+2
* | | build: properly handle the VM circbuf; was forcing tmp file usage on all plat...Tom Rondeau2012-04-062-0/+28
* | | Merge remote branch 'ncorgan/gr-uhd_swig'Johnathan Corgan2012-04-056-19/+32
|\ \ \
| * | | gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no s...Nicholas Corgan2012-04-052-12/+26
| * | | gr-uhd: minor aesthetic and consistency changesNicholas Corgan2012-04-056-9/+8
* | | | digital: added GRC files for new MPSK SNR estimator and probe.Tom Rondeau2012-04-055-33/+114
* | | | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2012-04-0424-302/+500
|\ \ \ \
| * | | | Merge remote branch 'ncorgan/gr-uhd_swig'Johnathan Corgan2012-04-047-17/+84
| |\| | |
| | * | | gr-uhd: uhd_siggen, uhd_siggen_gui, and uhd_fft include information on the us...Nicholas Corgan2012-04-047-17/+84
| * | | | Merge remote branch 'jblum-github/pmt_set_deleter'Johnathan Corgan2012-04-043-2/+40
| |\ \ \ \
| | * | | | pmt: added advanded pmt_set_deleter (c++ only)Josh Blum2012-04-033-2/+40
| | | |/ / | | |/| |
| * | | | fcd: simplify swig generation after virtual interface class changeJohnathan Corgan2012-04-046-27/+15
| | |/ / | |/| |
| * | | gr-uhd: corrected get_usrp_info descriptionNicholas Corgan2012-04-032-2/+2
| * | | gr-uhd: get_usrp_info has help info and can only be called with a recent enou...Nicholas Corgan2012-04-036-13/+25
| * | | gr-uhd: uhd_usrp_source and uhd_usrp_sink can now multi_usrp's list_property_...Nicholas Corgan2012-04-034-0/+22
| * | | gr-uhd: Python users can now grab their current UHD version as a stringNicholas Corgan2012-04-021-0/+8
| * | | fcd: adds setter function to configure mixer gainDimitri Stolnikov2012-04-015-3/+44
| * | | Merge remote branch 'jcorgan/gr-fcd'Johnathan Corgan2012-04-016-262/+284
| |\ \ \
| | * | | fcd: convert to private implementation patternJohnathan Corgan2012-03-236-262/+284
* | | | | build: use -O2 with cmake in Debug build.Tom Rondeau2012-03-311-0/+4
* | | | | core: adds vlen and scalar args to type converter blocks in GRC.Tom Rondeau2012-03-3118-5/+241
|/ / / /
* | | | Merge branch 'maint'Tom Rondeau2012-03-273-3/+29
|\ \ \ \ | | |/ / | |/| |
| * | | doc: fix documentation for wavsink (thanks to John Coppens for point it out).Tom Rondeau2012-03-271-3/+3
| * | | core: when reseting buffers, make sure that the read/write pointers are alway...Tom Rondeau2012-03-272-0/+26
* | | | Merge branch 'ch_bw'Tom Rondeau2012-03-271-1/+11
|\ \ \ \
| * | | | digital: in narrowband examples, added the ability to change the channel band...Tom Rondeau2012-03-191-1/+11
* | | | | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2012-03-2785-46/+9430
|\ \ \ \ \
| * \ \ \ \ Merge branch 'maint'Johnathan Corgan2012-03-272-2/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | uhd: fix dc offset call in uhd sourceJosh Blum2012-03-272-4/+4