| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 1 | -0/+4 |
* | Restoring compatibility with CMake 2.6 | Nicholas Corgan | 2014-08-14 | 1 | -1/+1 |
* | Fix issue with "item32" registered size, Bug 466. | Ben Hilburn | 2014-06-13 | 1 | -0/+3 |
|\ |
|
| * | UHD: Addressing Bug 466, as per Balint. | Ben Hilburn | 2014-05-22 | 1 | -0/+3 |
* | | Do not set the mfloat-soft flag during the test for arm_neon.h. | Philip Balister | 2014-06-03 | 1 | -7/+0 |
|/ |
|
* | uhd: Registered sc12 as type | Martin Braun | 2014-04-10 | 1 | -0/+1 |
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -2/+15 |
* | Merge of mwest's fix to the sse2_fc32_to_sc16 converter. | Ben Hilburn | 2013-12-11 | 1 | -1/+1 |
* | Squashed merge of Coverity fixes. | Ben Hilburn | 2013-11-27 | 5 | -30/+67 |
* | sc12: fixed byte alignment issue | Johannes Demel | 2013-11-19 | 1 | -4/+57 |
* | convert: added sc12 and fc32 converters | Josh Blum | 2013-08-28 | 4 | -1/+413 |
* | convert: sc8 swap for vita compliance | Josh Blum | 2013-08-28 | 8 | -55/+54 |
* | orc: added std cmake finder script for orc | Josh Blum | 2013-03-29 | 1 | -5/+4 |
* | convert: add sc8 host to/from sc8 wire format | Josh Blum | 2012-06-12 | 2 | -0/+27 |
* | convert: applied sc8 signed convert fix | Josh Blum | 2012-05-10 | 1 | -8/+12 |
* | convert: some platform specific fixes | Josh Blum | 2012-05-09 | 4 | -8/+15 |
* | convert: squashed converter and sse2 work | Josh Blum | 2012-05-09 | 13 | -497/+714 |
* | Merge branch 'maint' | Josh Blum | 2012-05-09 | 1 | -16/+24 |
|\ |
|
| * | convert: fixed sc8 convert issue w/ undefined behaviour | Josh Blum | 2012-05-08 | 1 | -16/+24 |