aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert
Commit message (Expand)AuthorAgeFilesLines
...
* convert: added table conversion routine for sc16 to floatsJosh Blum2011-11-123-2/+141
* convert: made conversion functions into classes so they can keep stateJosh Blum2011-11-123-25/+15
* uhd: convert should use register_bytes_per_itemJosh Blum2011-11-111-11/+13
* uhd: dont pass 0 sample buffs to converter (avoid segfaults)Josh Blum2011-11-071-1/+0
* uhd: added converter for item32 as cpu typeJosh Blum2011-11-031-0/+28
* uhd: added trailer parsing for occupancyJosh Blum2011-11-031-0/+1
* uhd: fixed 8sc item32 converter on head/tail casesJosh Blum2011-11-031-14/+10
* uhd: renamed convert markup to formatJosh Blum2011-11-036-47/+42
* usrp2: work on alternative OTW formatsJosh Blum2011-11-034-26/+96
* usrp1: various tweaks related to streamingJosh Blum2011-11-031-19/+0
* usrp1: type conversions and 8-bit workJosh Blum2011-11-032-25/+89
* usrp1: multi channel receive workingJosh Blum2011-11-031-1/+1
* uhd: restored super packet handler functionalityJosh Blum2011-11-031-0/+10
* convert: reworked convert to use new identification standardJosh Blum2011-11-037-265/+114
* 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-173-7/+221
* uhd: pulled misc changes from other branches into masterJosh Blum2011-07-141-20/+20
* uhd: fixed sse2 conversion bounds checkJosh Blum2011-06-271-4/+4
* uhd: use aligned loads and stores for floats in sse2 conversion routinesJosh Blum2011-06-151-78/+126
* NEON detection for E100 in convert/Nick Foster2011-06-141-4/+13
* Remove unnecessary includeNick Foster2011-06-141-1/+0
* use temp vars in sc16->item32 to make orcc happyNick Foster2011-06-141-4/+6
* UHD: added item32<->sc16 conversions in OrcNick Foster2011-06-142-2/+57
* UHD: Fixed convert_test (scalars backwards), fixed Orc conversions (endiannes...Nick Foster2011-06-142-0/+18
* UHD: Orc conversion routine worksNick Foster2011-06-142-4/+8
* UHD: Orc implementation added and CMake magic put in. Won't link.Nick Foster2011-06-143-0/+72
* uhd: added scaling factor to conversion routinesJosh Blum2011-06-144-40/+32
* uhd: replaced many conditional prints with UHD_LOG usageJosh Blum2011-05-041-4/+2
* Merge branch 'master' into nextJosh Blum2011-03-101-1/+1
|\
| * uhd: fixed include in safe call, added quotes for SET_SOURCE_FILES_PROPERTIESJosh Blum2011-03-101-1/+1
* | uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-4/+5
* | uhd: moved exception to top level includeJosh Blum2011-02-241-1/+1
|/
* uhd: use source properties to set flags and defs not globally, but only for t...Josh Blum2011-02-171-1/+4
* uhd: added arch flags for sse2 (was not implicit on x32)Josh Blum2011-02-161-1/+14
* uhd: use ref vector class for the conversion routines I/OJosh Blum2011-02-101-4/+4
* uhd: various performance tweaksJosh Blum2011-02-041-32/+47
* uhd: added io type and conversion for complex64 (its not really useful)Josh Blum2011-02-033-6/+37
* uhd: more useful prints for component macroJosh Blum2011-01-141-1/+0
* uhd: changed convert routines to return the function pointerJosh Blum2011-01-121-16/+10
* uhd: removed unused/forgotten fileJosh Blum2011-01-121-63/+0
* usrp2: restart read before mode switch, added commentsJosh Blum2011-01-111-1/+0
* uhd: update copyright datesJosh Blum2011-01-054-4/+4
* uhd: renamed and tweaked some of the convert filesJosh Blum2011-01-053-10/+11
* uhd: removed convert types, replaced by convertJosh Blum2011-01-041-41/+17
* uhd: added new convert directory with type conversion registry (needs testing)Josh Blum2011-01-048-0/+825