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