summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Volk: added QA support for multiple outputs, scalar outputs. 92% test coverag...Nick Foster2011-01-214-119/+118
* Volk: fixed naming error. test coverage @ 75%, still need to add support for ...Nick Foster2011-01-215-35/+68
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_renameNick Foster2011-01-2146-344/+962
|\
| * uhd: move tags functionality into its own sub-class that is enabled by prefer...Josh Blum2011-01-192-17/+69
| * uhd: swig up the device discoveryJosh Blum2011-01-192-10/+16
| * uhd: replace gain floats with doubles to reflect new uhd apiJosh Blum2011-01-198-16/+16
| * uhd: make the repr and str installation more genericJosh Blum2011-01-191-8/+5
| * uhd: use the actual device and io types, do hacks in the init.py, also use cl...Josh Blum2011-01-1912-51/+89
| * uhd: added export macros (not used now) and updated copyright datesJosh Blum2011-01-198-15/+53
| * uhd: swig + python tweaks to uhd typesJosh Blum2011-01-192-5/+16
| * uhd: increment api compat numberJosh Blum2011-01-191-2/+2
| * uhd: removed ranges template stuff, added some python polish in __init__.pyJosh Blum2011-01-192-11/+6
| * uhd: multi device, set timestamps without SOB on every burst in the work func...Josh Blum2011-01-192-18/+24
| * Merge branch 'master' into nextTom Rondeau2011-01-176-6/+40
| |\
| | * Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech ...Tom Rondeau2011-01-171-0/+2
| | * Adding accessors to Goertzel filter GR block to call setparms from implementa...Tom Rondeau2011-01-173-3/+28
| | * Adding accessor function to Goertzel filter implementaiton to set/reset its p...Tom Rondeau2011-01-172-3/+10
| * | Merge branch 'e100-updates' into nextTom Rondeau2011-01-178-18/+293
| |\ \
| | * | dotprod_fff : Fix clobber register entries.Philip Balister2011-01-101-1/+2
| | * | dotprod_ccf : Add NEON support for ccf fir filter.Philip Balister2011-01-106-16/+290
| | * | Remove wxpython dependency from gnuradio-companion.Philip Balister2011-01-091-1/+1
| * | | Merge branch 'master' into nextTom Rondeau2011-01-165-86/+94
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch 'maint'Tom Rondeau2011-01-165-92/+101
| | |\ \
| | | * | Fixing up fft and constellation plot to better handle zooming.Tom Rondeau2011-01-162-6/+9
| | | * | Fixing zooming capabilities. Time axis does not track any longer due to what ...Tom Rondeau2011-01-161-30/+32
| | | * | Fixing up other plotting tools for data read errors.Tom Rondeau2011-01-155-50/+51
| | | * | Using .min and .max on scipy arrays instead of min() max(); seems to be more ...Tom Rondeau2011-01-151-8/+9
| | | * | Fix how the end of a file is handled.Tom Rondeau2011-01-151-5/+7
| | | * | PFB resampler: fix it this way to avoid the signed/unsigned warning.Tom Rondeau2010-12-121-1/+2
| | | * | PFB resampler: fixes bug where filter could be looking past the number of inp...Tom Rondeau2010-12-121-1/+1
| * | | | Merge branch 'volkosx' into nextTom Rondeau2011-01-1510-108/+159
| |\ \ \ \
| | * | | | This should not have been put here.Tom Rondeau2011-01-151-1/+0
| | * | | | Merge branch 'volkosx' of github.com:trondeau/gnuradio into volkosxTom Rondeau2011-01-151-0/+23
| | |\ \ \ \
| | | * | | | Creates volk_cpu in a .cc file and externs it in the header.Tom Rondeau2011-01-142-1/+47
| | * | | | | A fix for volk_cpu being a duplicate variable. Declared as extern in the head...Tom Rondeau2011-01-144-7/+97
| | |/ / / /
| | * | | / Cleans up the Makefiles for the various platforms. This should also make it e...Tom Rondeau2011-01-145-101/+40
| | | |_|/ | | |/| |
| * / | | qa_set_msg_handler: Use sleep instead of yield.Eric Blossom2011-01-101-2/+2
| |/ / /
* | | | volk: renamed all files. added all tests. some test things are still broken.Nick Foster2011-01-2187-539/+562
* | | | Volk: test suite supports scalar arguments and in-place operationsNick Foster2011-01-192-141/+231
* | | | volk_rename: renamed basically everything in the volk lib to have logically c...Nick Foster2011-01-16119-3938/+716
* | | | Volk: Makefile changes to use new test framework.Nick Foster2011-01-141-194/+24
* | | | Volk: QA code fixes, more Orc routines.Nick Foster2011-01-146-20/+97
* | | | Volk: Working on a new QA architecture that doesn't require individual test p...Nick Foster2011-01-126-7/+247
* | | | Volk: fixed normalize.Nick Foster2011-01-111-2/+2
* | | | Volk: Added more Orc routines (including complex multiply). Started redoing t...Nick Foster2011-01-118-47/+112
* | | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextNick Foster2011-01-10453-6863/+18729
|\| | |
| * | | Add QA code for gr_basic_block::set_msg_handler.Eric Blossom2011-01-064-1/+133
| * | | Augment gr_nop to count received pmt messages by way of set_msg_handler.Eric Blossom2011-01-062-7/+26
| * | | Change pmt message handling interface in gr_basic_block.hEric Blossom2011-01-062-12/+50
| * | | Merge branch 'master' into nextTom Rondeau2011-01-061-1/+1
| |\| |