| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'gr_uhd_next' into next | Josh Blum | 2011-02-25 | 22 | -1240/+438 |
|\ |
|
| * | uhd: added sensors api to gr-uhd blocks and swig support | Josh Blum | 2011-02-25 | 6 | -2/+99 |
| * | uhd: fix export typo and specify export define when building lib | Josh Blum | 2011-02-25 | 2 | -2/+3 |
| * | uhd: tweaks for swig/python init file | Josh Blum | 2011-02-15 | 1 | -61/+55 |
| * | uhd: added mboard param to get time now and added get time last pps | Josh Blum | 2011-02-11 | 4 | -6/+30 |
| * | uhd: incremented compat number for new api support | Josh Blum | 2011-02-10 | 1 | -2/+2 |
| * | uhd: added set and get clock rates to gr-uhd blocks and grc wrappers | Josh Blum | 2011-02-10 | 8 | -2514/+61 |
| * | uhd: tweaks to the grc blocks | Josh Blum | 2011-02-10 | 3 | -5/+5 |
| * | uhd: replaced multi/single usrp stuff with just one usrp wrapper | Josh Blum | 2011-02-10 | 23 | -1196/+2682 |
| * | uhd: channel = 0 defaults for single interfaces get_dboard_iface | Josh Blum | 2011-02-08 | 2 | -2/+2 |
| * | Added first pass at swigging dboard iface | Jason Abele | 2011-02-08 | 9 | -0/+49 |
* | | howto: Was over-zealous before. The TESTS should remain firmly in the if GUIL... | Tom Rondeau | 2011-02-22 | 1 | -1/+1 |
* | | howto: cleans up the Python build structure for howto; reverts back to making... | Tom Rondeau | 2011-02-22 | 5 | -7/+10 |
* | | howto: fixes for howto build structure. Passes check but does not pass distch... | Tom Rondeau | 2011-02-22 | 2 | -6/+5 |
* | | howto: I think this is a better fix than the last one. The modules are now im... | Tom Rondeau | 2011-02-22 | 3 | -6/+6 |
* | | howto: moving install path back to howto/ to get it to work. | Tom Rondeau | 2011-02-17 | 1 | -1/+1 |
* | | volk: Properly sets up package config script if Orc is not found for Volk. | Tom Rondeau | 2011-02-17 | 2 | -1/+5 |
* | | Merge branch 'pmt_serial_tags' into next | Tom Rondeau | 2011-02-17 | 7 | -130/+65 |
|\ \
| |/
|/| |
|
| * | guile: removing calls to check for guile and guile-dev. GNU Radio can once ag... | Tom Rondeau | 2011-02-17 | 2 | -2/+6 |
| * | gruel: generate pmt_serial_tags with python, removes guile dependency | Josh Blum | 2011-02-02 | 5 | -128/+59 |
* | | Merge branch 'master' into next, using strategy "ours" to skip | Johnathan Corgan | 2011-02-08 | 0 | -0/+0 |
|\ \
| |/
|/| |
|
| * | build: update revision to 3.3.2git | Johnathan Corgan | 2011-02-08 | 2 | -4/+5 |
| * | build: update version number to 3.3.1v3.3.1 | Johnathan Corgan | 2011-02-08 | 2 | -2/+2 |
| * | build: update config.guess and config.sub from canonical source | Johnathan Corgan | 2011-02-08 | 4 | -272/+260 |
* | | volk: updating to readd unaligned dot product under new name scheme. | Tom Rondeau | 2011-02-02 | 7 | -247/+36 |
* | | volk: cleaning up makefile issues after merge. | Tom Rondeau | 2011-02-02 | 1 | -3/+3 |
* | | Merge branch 'volk_rename' into next | Tom Rondeau | 2011-02-01 | 285 | -11752/+2241 |
|\ \ |
|
| * | | volk: Updating build structure to work when orc is not installed. | Tom Rondeau | 2011-01-30 | 4 | -21/+14 |
| * | | Volk: fix for 32fc_s32f_magnitude_16i orc impl. | Nick Foster | 2011-01-26 | 1 | -1/+1 |
| * | | Volk: renamed volk_32fc_32f_power_32fc_a16 to volk_32fc_s32f_power_32fc_a16 | Nick Foster | 2011-01-26 | 3 | -7/+7 |
| * | | Volk: find built headers instead of installed ones | Nick Foster | 2011-01-26 | 2 | -3/+3 |
| * | | Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl. | Nick Foster | 2011-01-26 | 3 | -6/+9 |
| * | | Volk: Orc impl for complex multiply fixed. Maybe some room for optimization. | Nick Foster | 2011-01-25 | 2 | -6/+16 |
| * | | Volk: fixed placeholder Orc impl for 32fc_x2_multiply_32fc | root | 2011-01-13 | 1 | -0/+1 |
| * | | Volk: uses m4 magic to find boost_unit_test_framework | Nick Foster | 2011-01-25 | 5 | -3/+375 |
| * | | Volk: QA util has proper free(). | Nick Foster | 2011-01-13 | 1 | -2/+10 |
| * | | Volk: doesn't test a routine if no valid architectures other than generic are... | Nick Foster | 2011-01-25 | 1 | -0/+5 |
| * | | Volk: Small changes to speed things up. | Nick Foster | 2011-01-21 | 4 | -5/+5 |
| * | | Volk: removed all the old QA code that is covered by the test framework. | Nick Foster | 2011-01-21 | 159 | -8145/+0 |
| * | | Volk: added ability to spec scalar in test invocation | Nick Foster | 2011-01-21 | 4 | -94/+94 |
| * | | 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 |
| |\ \ |
|
| * | | | 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 |