Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | 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 | 1 | -12/+1 |
| | |||||
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -10/+10 |
| | | | | | | | | 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). | ||||
* | convert: Fixed s16 that would fail on some platforms/compilers | Martin Braun | 2015-10-08 | 1 | -8/+4 |
| | |||||
* | convert: Added s8, s16 types and did some refactoring | Martin Braun | 2015-09-01 | 1 | -29/+103 |
| | |||||
* | convert: Added converters for raw strings | Martin Braun | 2015-07-31 | 1 | -14/+74 |
| | | | | | - u8: Converts arbitrary-length strings from and to item32 - item32->item32 memcpy non-conversion | ||||
* | uhd: Replacing Cheetah w/ Mako 0.4.2 (allows Python 3 compat) | Martin Braun | 2015-07-14 | 1 | -37/+39 |
| | |||||
* | convert: squashed converter and sse2 work | Josh Blum | 2012-05-09 | 1 | -72/+0 |
| | |||||
* | Merge branch 'next' | Josh Blum | 2012-02-17 | 1 | -1/+17 |
|\ | |||||
| * | uhd: added sc8 conversion tests | Josh Blum | 2012-02-07 | 1 | -1/+1 |
| | | |||||
| * | dsp rework: tx trailer, scaling work (peak) | Josh Blum | 2012-01-31 | 1 | -0/+16 |
| | | |||||
* | | usrp1: big endian compile fix, conversion should cast to unsigned | Josh Blum | 2012-02-12 | 1 | -2/+2 |
|/ | | | | The htonx only takes unsigned integers, cast the int16 to uint16. | ||||
* | convert: added generic conversion for sc8 wire -> sc8 host | Josh Blum | 2011-11-15 | 1 | -2/+9 |
| | |||||
* | convert: made conversion functions into classes so they can keep state | Josh Blum | 2011-11-12 | 1 | -10/+0 |
| | |||||
* | uhd: dont pass 0 sample buffs to converter (avoid segfaults) | Josh Blum | 2011-11-07 | 1 | -1/+0 |
| | |||||
* | uhd: added converter for item32 as cpu type | Josh Blum | 2011-11-03 | 1 | -0/+28 |
| | |||||
* | uhd: added trailer parsing for occupancy | Josh Blum | 2011-11-03 | 1 | -0/+1 |
| | |||||
* | uhd: fixed 8sc item32 converter on head/tail cases | Josh Blum | 2011-11-03 | 1 | -14/+10 |
| | |||||
* | usrp2: work on alternative OTW formats | Josh Blum | 2011-11-03 | 1 | -2/+30 |
| | |||||
* | usrp1: various tweaks related to streaming | Josh Blum | 2011-11-03 | 1 | -19/+0 |
| | |||||
* | usrp1: type conversions and 8-bit work | Josh Blum | 2011-11-03 | 1 | -19/+83 |
| | |||||
* | convert: reworked convert to use new identification standard | Josh Blum | 2011-11-03 | 1 | -10/+13 |
| | |||||
* | uhd: added scaling factor to conversion routines | Josh Blum | 2011-06-14 | 1 | -4/+4 |
| | |||||
* | uhd: added io type and conversion for complex64 (its not really useful) | Josh Blum | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | uhd: added new convert directory with type conversion registry (needs testing) | Josh Blum | 2011-01-04 | 1 | -0/+93 |