Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial commit E300 support. | Martin Braun | 2014-10-07 | 1 | -0/+3 |
| | |||||
* | Restoring compatibility with CMake 2.6 | Nicholas Corgan | 2014-08-14 | 1 | -1/+1 |
| | | | | | * The UNSET command didn't exist back then, but using SET with no value does the same thing * CMake 2.6 doesn't like nested parantheses in IF statements, so tweak IF/ELSE statements | ||||
* | Do not set the mfloat-soft flag during the test for arm_neon.h. | Philip Balister | 2014-06-03 | 1 | -7/+0 |
| | | | | | | | Use the flags passed in from the toolchain. If this test runs on a hard-float system, bad things happen. Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
* | convert: added sc12 and fc32 converters | Josh Blum | 2013-08-28 | 1 | -1/+4 |
| | |||||
* | orc: added std cmake finder script for orc | Josh Blum | 2013-03-29 | 1 | -5/+4 |
| | |||||
* | convert: squashed converter and sse2 work | Josh Blum | 2012-05-09 | 1 | -4/+9 |
| | |||||
* | uhd: added sse2 conversions for fc32 to sc8 | Josh Blum | 2012-02-08 | 1 | -0/+1 |
| | |||||
* | uhd: added sse2 conversions for fc64 to sc8 | Josh Blum | 2012-02-08 | 1 | -1/+2 |
| | |||||
* | convert: move priorities to implementation, different for arm | Josh Blum | 2011-11-15 | 1 | -5/+1 |
| | |||||
* | convert: added table conversion routine for sc16 to floats | Josh Blum | 2011-11-12 | 1 | -0/+1 |
| | |||||
* | convert: reworked convert to use new identification standard | Josh Blum | 2011-11-03 | 1 | -11/+0 |
| | |||||
* | uhd: fill in other fields of pkg-config file | Josh Blum | 2011-09-01 | 1 | -8/+8 |
| | |||||
* | uhd: if found, require a liborc version orc-0.4 > 0.4.11 | Josh Blum | 2011-08-04 | 1 | -1/+1 |
| | |||||
* | e100: perfer orc if available and dont build neon intrinsic support | Josh Blum | 2011-07-22 | 1 | -41/+48 |
| | |||||
* | uhd: created SSE2 conversion routines for fc64 | Josh Blum | 2011-07-17 | 1 | -4/+6 |
| | |||||
* | NEON detection for E100 in convert/ | Nick Foster | 2011-06-14 | 1 | -4/+13 |
| | |||||
* | UHD: Orc conversion routine works | Nick Foster | 2011-06-14 | 1 | -0/+2 |
| | |||||
* | UHD: Orc implementation added and CMake magic put in. Won't link. | Nick Foster | 2011-06-14 | 1 | -0/+31 |
| | |||||
* | uhd: fixed include in safe call, added quotes for SET_SOURCE_FILES_PROPERTIES | Josh Blum | 2011-03-10 | 1 | -1/+1 |
| | |||||
* | uhd: use source properties to set flags and defs not globally, but only for ↵ | Josh Blum | 2011-02-17 | 1 | -1/+4 |
| | | | | the source | ||||
* | uhd: added arch flags for sse2 (was not implicit on x32) | Josh Blum | 2011-02-16 | 1 | -1/+14 |
| | |||||
* | uhd: more useful prints for component macro | Josh Blum | 2011-01-14 | 1 | -1/+0 |
| | | | | | | made libuhd a component so we can just build the docs do the python tests in the top level cmakelists misc other tweaks | ||||
* | uhd: renamed and tweaked some of the convert files | Josh Blum | 2011-01-05 | 1 | -5/+5 |
| | |||||
* | uhd: added new convert directory with type conversion registry (needs testing) | Josh Blum | 2011-01-04 | 1 | -0/+66 |