| Commit message (Expand) | Author | Age | Files | Lines |
* | convert: Make narrowing conversions saturate | Aaron Rossetto | 2022-02-28 | 2 | -14/+24 |
* | convert: Minor cleanup | Aaron Rossetto | 2022-02-28 | 1 | -2/+2 |
* | conversion: Saturate transmit IQ levels on NEON architectures. | Ron Economos | 2022-02-28 | 1 | -4/+4 |
* | cmake: correctly set and unset any CMAKE_REQUIRED variables | Michael Dickens | 2021-07-06 | 1 | -2/+2 |
* | uhd: Remove all occurences of boost::math::*round() | Martin Braun | 2021-06-24 | 1 | -3/+3 |
* | convert: Remove unused variables | Martin Braun | 2021-03-04 | 2 | -4/+0 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 6 | -27/+36 |
* | Remove remaining Python 2 references | Martin Braun | 2020-05-07 | 1 | -1/+1 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 12 | -663/+785 |
* | uhd: Replace boost::function with std::function | Martin Braun | 2019-11-26 | 1 | -0/+1 |
* | convert: Add chdr converters for sc16 -> fc32 and vice versa | Martin Braun | 2019-11-26 | 5 | -0/+235 |
* | convert: sse2: Apply clang-format | Martin Braun | 2019-11-26 | 9 | -679/+742 |
* | convert: Add CHDR converters | Martin Braun | 2019-11-26 | 1 | -1/+72 |
* | converters: Improve exception string for illegal formats | Martin Braun | 2019-07-20 | 1 | -1/+1 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 2 | -2/+2 |
* | endianness: Replace Boost macros with custom ones | Martin Braun | 2019-01-21 | 1 | -1/+1 |
* | lib: transport: convert: apply clang-format | Brent Stapleton | 2019-01-21 | 1 | -119/+165 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -31/+31 |
* | host: lib: convert: Add CMake flag for NEON SIMD | Brent Stapleton | 2018-09-12 | 1 | -1/+5 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 24 | -22/+46 |
* | converters: Swap 16 bit samples (s16) | Martin Braun | 2017-12-22 | 1 | -20/+6 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 24 | -288/+24 |
* | converters: Remove log message in register_converter | Martin Braun | 2017-09-29 | 1 | -1/+1 |
* | build: Enable SSSE3 sc12 converters by build switch only | Tom Tsou | 2017-07-26 | 1 | -0/+2 |
* | convert: Add SSE implementation for sc12 | Tom Tsou | 2017-07-25 | 7 | -211/+719 |
* | convert: Add sc12-sc16 converters | Tom Tsou | 2017-07-18 | 2 | -24/+117 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 4 | -14/+8 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -2/+1 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 7 | -106/+106 |
* | Merge branch 'maint' | Martin Braun | 2016-06-23 | 2 | -0/+10 |
|\ |
|
| * | converters: Clarifying comment re packing | Martin Braun | 2016-06-22 | 2 | -0/+10 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-17 | 1 | -2/+1 |
|\| |
|
| * | convert: remove duplicate registration of sc12 size | Nicholas Corgan | 2016-06-17 | 1 | -2/+1 |
* | | Merge branch 'maint' | Martin Braun | 2016-03-25 | 1 | -2/+46 |
|\| |
|
| * | Unroll the loops in the NEON float to/from integer converters. | Philip Balister | 2016-03-23 | 1 | -2/+46 |
* | | convert: Fixed s16 that would fail on some platforms/compilers | Martin Braun | 2015-10-08 | 1 | -8/+4 |
* | | Merge branch 'maint' | Martin Braun | 2015-09-11 | 1 | -1/+1 |
|\| |
|
| * | cmake: Checked for ARMv8 to avoid building ARMv7 converters | Martin Braun | 2015-09-11 | 1 | -1/+1 |
* | | convert: Added s8, s16 types and did some refactoring | Martin Braun | 2015-09-01 | 2 | -29/+106 |
|/ |
|
* | convert: Added converters for raw strings | Martin Braun | 2015-07-31 | 3 | -14/+76 |
* | uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat) | Martin Braun | 2015-07-14 | 1 | -37/+39 |
* | uhd: Removed the ORC dependency | Martin Braun | 2015-07-01 | 4 | -181/+2 |
* | convert: Add sc16-sc16 SSE converter | Tom Tsou | 2015-05-14 | 2 | -0/+202 |
* | convert: Added logging point in get_converter() | Martin Braun | 2015-01-27 | 1 | -1/+16 |
* | convert: Modifications to id_type | Martin Braun | 2015-01-27 | 1 | -3/+12 |
* | docs: Amended docs for conversion routines | Martin Braun | 2015-01-14 | 1 | -0/+13 |
* | convert: Removed default-all-lines 12-bit packer | Martin Braun | 2015-01-14 | 1 | -21/+6 |
* | convert: Limit sc12 converter buffer overwrite | Tom Tsou | 2015-01-14 | 1 | -12/+74 |
* | convert: Fix sc12 unpack shifting | Tom Tsou | 2015-01-12 | 1 | -8/+8 |
* | Initial commit E300 support. | Martin Braun | 2014-10-07 | 3 | -1/+75 |