aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert
Commit message (Expand)AuthorAgeFilesLines
* convert: Make narrowing conversions saturateAaron Rossetto2022-02-282-14/+24
* convert: Minor cleanupAaron Rossetto2022-02-281-2/+2
* conversion: Saturate transmit IQ levels on NEON architectures.Ron Economos2022-02-281-4/+4
* cmake: correctly set and unset any CMAKE_REQUIRED variablesMichael Dickens2021-07-061-2/+2
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-241-3/+3
* convert: Remove unused variablesMartin Braun2021-03-042-4/+0
* host: Update code base using clang-tidyMartin Braun2021-03-046-27/+36
* Remove remaining Python 2 referencesMartin Braun2020-05-071-1/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0312-663/+785
* uhd: Replace boost::function with std::functionMartin Braun2019-11-261-0/+1
* convert: Add chdr converters for sc16 -> fc32 and vice versaMartin Braun2019-11-265-0/+235
* convert: sse2: Apply clang-formatMartin Braun2019-11-269-679/+742
* convert: Add CHDR convertersMartin Braun2019-11-261-1/+72
* converters: Improve exception string for illegal formatsMartin Braun2019-07-201-1/+1
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-082-2/+2
* endianness: Replace Boost macros with custom onesMartin Braun2019-01-211-1/+1
* lib: transport: convert: apply clang-formatBrent Stapleton2019-01-211-119/+165
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-31/+31
* host: lib: convert: Add CMake flag for NEON SIMDBrent Stapleton2018-09-121-1/+5
* uhd: Update license headersMartin Braun2018-02-1924-22/+46
* converters: Swap 16 bit samples (s16)Martin Braun2017-12-221-20/+6
* Move all license headers to SPDX format.Martin Braun2017-12-2224-288/+24
* converters: Remove log message in register_converterMartin Braun2017-09-291-1/+1
* build: Enable SSSE3 sc12 converters by build switch onlyTom Tsou2017-07-261-0/+2
* convert: Add SSE implementation for sc12Tom Tsou2017-07-257-211/+719
* convert: Add sc12-sc16 convertersTom Tsou2017-07-182-24/+117
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-204-14/+8
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-2/+1
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-087-106/+106
* Merge branch 'maint'Martin Braun2016-06-232-0/+10
|\
| * converters: Clarifying comment re packingMartin Braun2016-06-222-0/+10
* | Merge branch 'maint'Martin Braun2016-06-171-2/+1
|\|
| * convert: remove duplicate registration of sc12 sizeNicholas Corgan2016-06-171-2/+1
* | Merge branch 'maint'Martin Braun2016-03-251-2/+46
|\|
| * Unroll the loops in the NEON float to/from integer converters.Philip Balister2016-03-231-2/+46
* | convert: Fixed s16 that would fail on some platforms/compilersMartin Braun2015-10-081-8/+4
* | Merge branch 'maint'Martin Braun2015-09-111-1/+1
|\|
| * cmake: Checked for ARMv8 to avoid building ARMv7 convertersMartin Braun2015-09-111-1/+1
* | convert: Added s8, s16 types and did some refactoringMartin Braun2015-09-012-29/+106
|/
* convert: Added converters for raw stringsMartin Braun2015-07-313-14/+76
* uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat)Martin Braun2015-07-141-37/+39
* uhd: Removed the ORC dependencyMartin Braun2015-07-014-181/+2
* convert: Add sc16-sc16 SSE converterTom Tsou2015-05-142-0/+202
* convert: Added logging point in get_converter()Martin Braun2015-01-271-1/+16
* convert: Modifications to id_typeMartin Braun2015-01-271-3/+12
* docs: Amended docs for conversion routinesMartin Braun2015-01-141-0/+13
* convert: Removed default-all-lines 12-bit packerMartin Braun2015-01-141-21/+6
* convert: Limit sc12 converter buffer overwriteTom Tsou2015-01-141-12/+74
* convert: Fix sc12 unpack shiftingTom Tsou2015-01-121-8/+8
* Initial commit E300 support.Martin Braun2014-10-073-1/+75