aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Initial commit E300 support.Martin Braun2014-10-071-0/+3
|
* Restoring compatibility with CMake 2.6Nicholas Corgan2014-08-141-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 Balister2014-06-031-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 convertersJosh Blum2013-08-281-1/+4
|
* orc: added std cmake finder script for orcJosh Blum2013-03-291-5/+4
|
* convert: squashed converter and sse2 workJosh Blum2012-05-091-4/+9
|
* uhd: added sse2 conversions for fc32 to sc8Josh Blum2012-02-081-0/+1
|
* uhd: added sse2 conversions for fc64 to sc8Josh Blum2012-02-081-1/+2
|
* convert: move priorities to implementation, different for armJosh Blum2011-11-151-5/+1
|
* convert: added table conversion routine for sc16 to floatsJosh Blum2011-11-121-0/+1
|
* convert: reworked convert to use new identification standardJosh Blum2011-11-031-11/+0
|
* uhd: fill in other fields of pkg-config fileJosh Blum2011-09-011-8/+8
|
* uhd: if found, require a liborc version orc-0.4 > 0.4.11Josh Blum2011-08-041-1/+1
|
* e100: perfer orc if available and dont build neon intrinsic supportJosh Blum2011-07-221-41/+48
|
* uhd: created SSE2 conversion routines for fc64Josh Blum2011-07-171-4/+6
|
* NEON detection for E100 in convert/Nick Foster2011-06-141-4/+13
|
* UHD: Orc conversion routine worksNick Foster2011-06-141-0/+2
|
* UHD: Orc implementation added and CMake magic put in. Won't link.Nick Foster2011-06-141-0/+31
|
* uhd: fixed include in safe call, added quotes for SET_SOURCE_FILES_PROPERTIESJosh Blum2011-03-101-1/+1
|
* uhd: use source properties to set flags and defs not globally, but only for ↵Josh Blum2011-02-171-1/+4
| | | | the source
* uhd: added arch flags for sse2 (was not implicit on x32)Josh Blum2011-02-161-1/+14
|
* uhd: more useful prints for component macroJosh Blum2011-01-141-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 filesJosh Blum2011-01-051-5/+5
|
* uhd: added new convert directory with type conversion registry (needs testing)Josh Blum2011-01-041-0/+66