summaryrefslogtreecommitdiffstats
path: root/volk (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update config.sub and config.guess with latest canonical versionsJohnathan Corgan2011-06-112-13/+17
* volk: adding missing boost library flags for alternative installs of boost libs.Tom Rondeau2011-04-061-1/+1
* build: update config.guess and config.sub from canonical sourceJohnathan Corgan2011-03-302-2/+3269
* volk: fix missing Boost flagsDon Ward2011-03-301-1/+2
* volk: adding BOOST_CPPFLAGS to volk to use boost unit tests.Tom Rondeau2011-03-281-1/+2
* Merge remote branch 'jblum/mergeme/volk/remove_posix_memalign' into nextJohnathan Corgan2011-03-142-32/+25
|\
| * volk: simplify the get new method for the aligned poolJosh Blum2011-03-141-7/+5
| * volk: replace posix_memalign with something cross platformJosh Blum2011-03-082-32/+27
* | Added/updated ignore files.Johnathan Corgan2011-03-122-0/+3
|/
* volk: fixing configuration for Cygwin builds.Don Ward2011-03-052-3/+8
* volk: Properly sets up package config script if Orc is not found for Volk.Tom Rondeau2011-02-172-1/+5
* 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 foundNick 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 coverage within the framework.Nick Foster2011-01-214-119/+118
| * Volk: fixed naming error. test coverage @ 75%, still need to add support for multiple outputs in the checker.Nick Foster2011-01-215-35/+68
| * Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_renameNick Foster2011-01-2111-108/+266
| |\
| * | 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 consistent function namesNick 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 programs.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 the testing framework so it's easier to add new archs to tests.Nick Foster2011-01-118-47/+112
| * | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextNick Foster2011-01-1081-35/+3323
| |\ \
| * | | 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 instead of -MAX.Nick Foster2010-12-175-24/+20
| * | | Volk: A bunch of new Orc routines plus a couple of build changes.Nick Foster2010-12-1728-61/+202
| * | | Volk: A bunch of new ORC routines plus tests.Nick Foster2010-12-1517-7/+234
| * | | 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 broken right now.Nick Foster2010-12-148-2/+66
| * | | Volk: patch via Nick M.Nick Foster2010-12-143-7/+9
| * | | Fixed some broken.Nick Foster2010-12-142-1/+7