Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Tom Rondeau | 2011-02-17 | 2 | -2/+6 |
| | | | | | | | | again be built without Guile. | ||||
| * | 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 |
|\ \ | |/ |/| | | | master-only commits. | ||||
| * | 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 |
|\ \ | | | | | | | | | | | | | | | | | | | 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 Rondeau | 2011-01-30 | 4 | -21/+14 |
| | | | | | | | | | | | | Distcheck passes for me if liborc is installed or not. | ||||
| * | | 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 ↵ | Nick Foster | 2011-01-25 | 1 | -0/+5 |
| | | | | | | | | | | | | are found | ||||
| * | | 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 ↵ | Nick Foster | 2011-01-21 | 4 | -119/+118 |
| | | | | | | | | | | | | coverage within the framework. | ||||
| * | | Volk: fixed naming error. test coverage @ 75%, still need to add support for ↵ | Nick Foster | 2011-01-21 | 5 | -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_rename | Nick Foster | 2011-01-21 | 46 | -344/+962 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: volk/lib/Makefile.am | ||||
| * | | | 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 ↵ | Nick Foster | 2011-01-16 | 119 | -3938/+716 |
| | | | | | | | | | | | | | | | | consistent function names | ||||
| * | | | Volk: Makefile changes to use new test framework. | Nick Foster | 2011-01-14 | 1 | -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 Foster | 2011-01-14 | 6 | -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 Foster | 2011-01-12 | 6 | -7/+247 |
| | | | | | | | | | | | | | | | | programs. | ||||
| * | | | Volk: fixed normalize. | Nick Foster | 2011-01-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | Volk: Added more Orc routines (including complex multiply). Started redoing ↵ | Nick Foster | 2011-01-11 | 8 | -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 next | Nick Foster | 2011-01-10 | 453 | -6863/+18729 |
| |\ \ \ | |||||
| * | | | | Volk: Orc impl for 32fc_magnitude_16s saturates at -max instead of +max. | Nick Foster | 2010-12-17 | 3 | -4/+9 |
| | | | | | |||||
| * | | | | Volk: Magnitude functions. 32fc_magnitude_16s currently clips to +MAX ↵ | Nick Foster | 2010-12-17 | 5 | -24/+20 |
| | | | | | | | | | | | | | | | | | | | | instead of -MAX. | ||||
| * | | | | Volk: A bunch of new Orc routines plus a couple of build changes. | Nick Foster | 2010-12-17 | 28 | -61/+202 |
| | | | | | | | | | | | | | | | | | | | | 32fc_magnitude_16s fails test_all right now. | ||||
| * | | | | Volk: A bunch of new ORC routines plus tests. | Nick Foster | 2010-12-15 | 17 | -7/+234 |
| | | | | | | | | | | | | | | | | | | | | Also fixed a typo in the generic version of 16sc_magnitude_16s_a16. | ||||
| * | | | | Volk: Some new basic Orc implementations with QA code | Nick Foster | 2010-12-14 | 13 | -7/+92 |
| | | | | | |||||
| * | | | | Volk: Build fixes to work with/without Orc. | Nick Foster | 2010-12-14 | 5 | -19/+52 |
| | | | | | |||||
| * | | | | Volk: added references to libs instead of specifying them directly | Nick Foster | 2010-12-14 | 1 | -12/+13 |
| | | | | | |||||
| * | | | | Volk: Nick's commits to make adding Orc a little more structurally sound | Nick Foster | 2010-12-14 | 2 | -12/+12 |
| | | | | | |||||
| * | | | | Volk: Added QA tests for all the Orc stuff. Added a 16u_byteswap but it's ↵ | Nick Foster | 2010-12-14 | 8 | -2/+66 |
| | | | | | | | | | | | | | | | | | | | | broken right now. | ||||
| * | | | | Volk: patch via Nick M. | Nick Foster | 2010-12-14 | 3 | -7/+9 |
| | | | | | |||||
| * | | | | Fixed some broken. | Nick Foster | 2010-12-14 | 2 | -1/+7 |
| | | | | | |||||
| * | | | | Volk: added some more Orc functions. Haven't added to tests yet. | Nick Foster | 2010-12-14 | 3 | -0/+18 |
| | | | | | |||||
| * | | | | pre-patch... | Nick Foster | 2010-12-14 | 4 | -2/+42 |
| | | | | | |||||
| * | | | | Volk: More autotools stuff for Orc. Should build OK with or without Orc now. | Nick Foster | 2010-12-14 | 6 | -14/+31 |
| | | | | |