summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Tom Rondeau2011-02-172-2/+6
| | | | | | | | again be built without Guile.
| * 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
|\ \ | |/ |/| | | master-only commits.
| * 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
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: volk/include/volk/Makefile.am volk/lib/Makefile.am volk/lib/qa_volk.cc
| * | volk: Updating build structure to work when orc is not installed.Tom Rondeau2011-01-304-21/+14
| | | | | | | | | | | | Distcheck passes for me if liborc is installed or not.
| * | 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 ↵Nick Foster2011-01-251-0/+5
| | | | | | | | | | | | are found
| * | 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 ↵Nick Foster2011-01-214-119/+118
| | | | | | | | | | | | coverage within the framework.
| * | Volk: fixed naming error. test coverage @ 75%, still need to add support for ↵Nick Foster2011-01-215-35/+68
| | | | | | | | | | | | | | | | | | multiple outputs in the checker. some errors in the library were exposed by the new test suite, and a couple of bad Orc functions. need to investigate.
| * | Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_renameNick Foster2011-01-2146-344/+962
| |\ \ | | | | | | | | | | | | | | | | Conflicts: volk/lib/Makefile.am
| * | | 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 ↵Nick Foster2011-01-16119-3938/+716
| | | | | | | | | | | | | | | | consistent function names
| * | | Volk: Makefile changes to use new test framework.Nick Foster2011-01-141-194/+24
| | | | | | | | | | | | | | | | Doesn't currently build libvolk_qa, as I haven't really determined an appropriate place for "leftover" tests that the standard framework won't handle.
| * | | Volk: QA code fixes, more Orc routines.Nick Foster2011-01-146-20/+97
| | | | | | | | | | | | | | | | | | | | | | | | Broke the 32fc_multiply Orc impl because I'm lame and lost some work. Fixed volk_8s_convert_16s Orc impl. Still need to rename functions and modify the QA sig parser to match. Then rewrite makefiles.
| * | | Volk: Working on a new QA architecture that doesn't require individual test ↵Nick Foster2011-01-126-7/+247
| | | | | | | | | | | | | | | | programs.
| * | | Volk: fixed normalize.Nick Foster2011-01-111-2/+2
| | | |
| * | | Volk: Added more Orc routines (including complex multiply). Started redoing ↵Nick Foster2011-01-118-47/+112
| | | | | | | | | | | | | | | | the testing framework so it's easier to add new archs to tests.
| * | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextNick Foster2011-01-10453-6863/+18729
| |\ \ \
| * | | | Volk: Orc impl for 32fc_magnitude_16s saturates at -max instead of +max.Nick Foster2010-12-173-4/+9
| | | | |
| * | | | Volk: Magnitude functions. 32fc_magnitude_16s currently clips to +MAX ↵Nick Foster2010-12-175-24/+20
| | | | | | | | | | | | | | | | | | | | instead of -MAX.
| * | | | Volk: A bunch of new Orc routines plus a couple of build changes.Nick Foster2010-12-1728-61/+202
| | | | | | | | | | | | | | | | | | | | 32fc_magnitude_16s fails test_all right now.
| * | | | Volk: A bunch of new ORC routines plus tests.Nick Foster2010-12-1517-7/+234
| | | | | | | | | | | | | | | | | | | | Also fixed a typo in the generic version of 16sc_magnitude_16s_a16.
| * | | | Volk: Some new basic Orc implementations with QA codeNick Foster2010-12-1413-7/+92
| | | | |
| * | | | Volk: Build fixes to work with/without Orc.Nick Foster2010-12-145-19/+52
| | | | |
| * | | | Volk: added references to libs instead of specifying them directlyNick Foster2010-12-141-12/+13
| | | | |
| * | | | Volk: Nick's commits to make adding Orc a little more structurally soundNick Foster2010-12-142-12/+12
| | | | |
| * | | | Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's ↵Nick Foster2010-12-148-2/+66
| | | | | | | | | | | | | | | | | | | | broken right now.
| * | | | Volk: patch via Nick M.Nick Foster2010-12-143-7/+9
| | | | |
| * | | | Fixed some broken.Nick Foster2010-12-142-1/+7
| | | | |
| * | | | Volk: added some more Orc functions. Haven't added to tests yet.Nick Foster2010-12-143-0/+18
| | | | |
| * | | | pre-patch...Nick Foster2010-12-144-2/+42
| | | | |
| * | | | Volk: More autotools stuff for Orc. Should build OK with or without Orc now.Nick Foster2010-12-146-14/+31
| | | | |