summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-11volk: add SIMD implementation for fixed phase rotationNick McCarthy
2012-05-08Merge branch 'maint'Johnathan Corgan
2012-05-08volk: fixed popcnt.Moritz Fischer
2012-05-07volk: fixed popcnt.Moritz Fischer
2012-05-03Merge branch 'maint'Johnathan Corgan
2012-05-03pfb: properly deleting d_fft to close some memory leaks.Tom Rondeau
2012-05-03GRC: patch to allow users to specify max_noutput_items in GRC options block.Jose Quaresma
2012-05-03pfb: properly deleting d_fft to close some memory leaks.Tom Rondeau
2012-05-03Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2012-05-03Merge branch 'maint'Johnathan Corgan
2012-05-02gruel: conditional linking for pthreadJosh Blum
2012-05-02Merge branch 'digital_moves'Johnathan Corgan
2012-05-01fft: enabling doc and grc subdirs.Tom Rondeau
2012-04-30Merge branch 'maint'Johnathan Corgan
2012-04-30gruel: fix linker assumption made explicit on Ubuntu 12.04Tim Oshea
2012-04-30Merge branch 'gr_fft'Johnathan Corgan
2012-04-29fft: put helper classes in namespaceJohnathan Corgan
2012-04-29fft: make interface functions pure virtualJohnathan Corgan
2012-04-27gr-fft: creates a gr-fft top-level component.Tom Rondeau
2012-04-27Merge branch 'maint'Johnathan Corgan
2012-04-26gr-uhd: updated USRP Sink and USRP Source help messagesNicholas Corgan
2012-04-24Merge branch 'maint'Tom Rondeau
2012-04-24uhd: updating/fixing WBFM example.Marcus Leech
2012-04-24cmake: make a find portaudio that follows the rulesJosh Blum
2012-04-24digital: added GRC file for chunks_to_symbols block.Tom Rondeau
2012-04-24digital: adding QA for chunks_to_symbols and updating generic demodulator to ↵Tom Rondeau
use this one.
2012-04-24digital: moving generated chunks_to_symbols to gr-digital.Tom Rondeau
2012-04-23docs: adding documentation for new gr-digital blocks.Tom Rondeau
2012-04-23digital: copying over rest of blocks from gnuradio-core to gr-digital.Tom Rondeau
Includes moving GRC and QA code; new ones where missing. Have not removed blocks from gnuradio-core for compatibility.
2012-04-23Merge remote branch 'jblum-github/volk_work'Johnathan Corgan
2012-04-23Merge remote branch 'jblum-github/volk_work'Johnathan Corgan
2012-04-23Merge branch 'maint'Tom Rondeau
2012-04-23Various fixes for using Python 2.5.Tom Rondeau
2012-04-23volk: force kwargs keys to be of type str, not unicode for py25Josh Blum
2012-04-23Merge remote branch 'ncorgan/gr-uhd_swig-stuff'Johnathan Corgan
2012-04-23Merge branch 'maint'Johnathan Corgan
2012-04-23cmake: fix pygtk check failure with no X sessionJaroslav Skarvada
This change makes python module checking more robust by preventing cmake failure when unexpected exceptions occur.
2012-04-23gr-uhd: uhd_fft and uhd_siggen_base.py now use subdev names instead of ↵Nicholas Corgan
dboard id's
2012-04-22docs: updating build dependency and building instructions.Tom Rondeau
2012-04-21Merge branch 'merge/core-swig-magic'Johnathan Corgan
2012-04-21cmake: update revision to 3.6.1gitJohnathan Corgan
2012-04-21cmake: update revision to 3.6.0Johnathan Corgan
2012-04-21Merge branch 'maint'Johnathan Corgan
* Use merge strategy -s ours to skip release commits on maint
2012-04-21build: update revision to 3.5.3.2Johnathan Corgan
2012-04-21build: update canonical config filesJohnathan Corgan
2012-04-21Merge branch 'maint'Johnathan Corgan
2012-04-21core: add SWIG macro for namespaced blocksJohnathan Corgan
2012-04-20cmake: fix compiler flags on ppc archJosh Blum
2012-04-19volk: code simplification, overrule macro and python optsJosh Blum
2012-04-19volk: avoid sse2 saturation issue 32768->32767Josh Blum