summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'gr_uhd_next' into nextJosh Blum2011-02-2522-1240/+438
|\
| * uhd: added sensors api to gr-uhd blocks and swig supportJosh Blum2011-02-256-2/+99
| * uhd: fix export typo and specify export define when building libJosh Blum2011-02-252-2/+3
| * uhd: tweaks for swig/python init fileJosh Blum2011-02-151-61/+55
| * uhd: added mboard param to get time now and added get time last ppsJosh Blum2011-02-114-6/+30
| * uhd: incremented compat number for new api supportJosh Blum2011-02-101-2/+2
| * uhd: added set and get clock rates to gr-uhd blocks and grc wrappersJosh Blum2011-02-108-2514/+61
| * uhd: tweaks to the grc blocksJosh Blum2011-02-103-5/+5
| * uhd: replaced multi/single usrp stuff with just one usrp wrapperJosh Blum2011-02-1023-1196/+2682
| * uhd: channel = 0 defaults for single interfaces get_dboard_ifaceJosh Blum2011-02-082-2/+2
| * Added first pass at swigging dboard ifaceJason Abele2011-02-089-0/+49
* | howto: Was over-zealous before. The TESTS should remain firmly in the if GUIL...Tom Rondeau2011-02-221-1/+1
* | howto: cleans up the Python build structure for howto; reverts back to making...Tom Rondeau2011-02-225-7/+10
* | howto: fixes for howto build structure. Passes check but does not pass distch...Tom Rondeau2011-02-222-6/+5
* | howto: I think this is a better fix than the last one. The modules are now im...Tom Rondeau2011-02-223-6/+6
* | howto: moving install path back to howto/ to get it to work.Tom Rondeau2011-02-171-1/+1
* | volk: Properly sets up package config script if Orc is not found for Volk.Tom Rondeau2011-02-172-1/+5
* | Merge branch 'pmt_serial_tags' into nextTom Rondeau2011-02-177-130/+65
|\ \ | |/ |/|
| * guile: removing calls to check for guile and guile-dev. GNU Radio can once ag...Tom Rondeau2011-02-172-2/+6
| * gruel: generate pmt_serial_tags with python, removes guile dependencyJosh Blum2011-02-025-128/+59
* | Merge branch 'master' into next, using strategy "ours" to skipJohnathan Corgan2011-02-080-0/+0
|\ \ | |/ |/|
| * build: update revision to 3.3.2gitJohnathan Corgan2011-02-082-4/+5
| * build: update version number to 3.3.1v3.3.1Johnathan Corgan2011-02-082-2/+2
| * build: update config.guess and config.sub from canonical sourceJohnathan Corgan2011-02-084-272/+260
* | volk: updating to readd unaligned dot product under new name scheme.Tom Rondeau2011-02-027-247/+36
* | volk: cleaning up makefile issues after merge.Tom Rondeau2011-02-021-3/+3
* | Merge branch 'volk_rename' into nextTom Rondeau2011-02-01285-11752/+2241
|\ \
| * | volk: Updating build structure to work when orc is not installed.Tom Rondeau2011-01-304-21/+14
| * | Volk: fix for 32fc_s32f_magnitude_16i orc impl.Nick Foster2011-01-261-1/+1
| * | Volk: renamed volk_32fc_32f_power_32fc_a16 to volk_32fc_s32f_power_32fc_a16Nick Foster2011-01-263-7/+7
| * | Volk: find built headers instead of installed onesNick Foster2011-01-262-3/+3
| * | Volk: fixed volk_8i_s32f_convert_32f_a16_orc_impl.Nick Foster2011-01-263-6/+9
| * | Volk: Orc impl for complex multiply fixed. Maybe some room for optimization.Nick Foster2011-01-252-6/+16
| * | Volk: fixed placeholder Orc impl for 32fc_x2_multiply_32fcroot2011-01-131-0/+1
| * | Volk: uses m4 magic to find boost_unit_test_frameworkNick Foster2011-01-255-3/+375
| * | Volk: QA util has proper free().Nick Foster2011-01-131-2/+10
| * | Volk: doesn't test a routine if no valid architectures other than generic are...Nick Foster2011-01-251-0/+5
| * | Volk: Small changes to speed things up.Nick Foster2011-01-214-5/+5
| * | Volk: removed all the old QA code that is covered by the test framework.Nick Foster2011-01-21159-8145/+0
| * | Volk: added ability to spec scalar in test invocationNick Foster2011-01-214-94/+94
| * | 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
| |\ \
| * | | 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