aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/convert_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-12/+11
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* utils: tests: cast RAND_MAX to double before divisionAndrej Rode2017-01-121-2/+2
|
* tests: fix coverity reportsAndrej Rode2017-01-121-1/+1
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-13/+13
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* Fixed floating point rounding error in converter testsDerek Kozel2016-09-261-4/+4
| | | | | Integer rounding was producing out of range values and causing tests to fail
* convert: Added s8, s16 types and did some refactoringMartin Braun2015-09-011-4/+159
|
* convert: Added converters for raw stringsMartin Braun2015-07-311-0/+40
| | | | | - u8: Converts arbitrary-length strings from and to item32 - item32->item32 memcpy non-conversion
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-4/+64
|
* convert: added prio param to get converterJosh Blum2012-04-271-7/+21
| | | | We can now test generic conversion implementations against SIMD (for example)
* uhd: various tweaks for compiler warns and valgrindJosh Blum2012-02-091-2/+2
|
* uhd: added sse2 conversions for fc64 to sc8Josh Blum2012-02-081-1/+1
|
* uhd: better quantization check for convert testJosh Blum2012-02-081-4/+5
|
* uhd: added sc8 conversion testsJosh Blum2012-02-071-7/+67
|
* convert: made conversion functions into classes so they can keep stateJosh Blum2011-11-121-6/+18
|
* uhd: renamed convert markup to formatJosh Blum2011-11-031-22/+22
| | | | | | | | removed convert args added simd level got orc and neon updated
* convert: restored unit test functionalityJosh Blum2011-11-031-70/+78
|
* UHD: Fixed convert_test (scalars backwards), fixed Orc conversions ↵Nick Foster2011-06-141-5/+5
| | | | (endianness backwards).
* uhd: added scaling factor to conversion routinesJosh Blum2011-06-141-6/+6
|
* uhd: use ref vector class for the conversion routines I/OJosh Blum2011-02-101-6/+6
|
* uhd: added io type and conversion for complex64 (its not really useful)Josh Blum2011-02-031-9/+37
|
* uhd: renamed test directory to tests to be consitentJosh Blum2011-01-141-0/+234