Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵ | Martin Braun | 2016-11-08 | 1 | -40/+40 |
| | | | | | | | | 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: Added converters for raw strings | Martin Braun | 2015-07-31 | 1 | -0/+1 |
| | | | | | - u8: Converts arbitrary-length strings from and to item32 - item32->item32 memcpy non-conversion | ||||
* | uhd: Removed the ORC dependency | Martin Braun | 2015-07-01 | 1 | -3/+2 |
| | |||||
* | docs: Amended docs for conversion routines | Martin Braun | 2015-01-14 | 1 | -0/+13 |
| | |||||
* | convert: sc8 swap for vita compliance | Josh Blum | 2013-08-28 | 1 | -19/+19 |
| | |||||
* | convert: add sc8 host to/from sc8 wire format | Josh Blum | 2012-06-12 | 1 | -0/+26 |
| | |||||
* | convert: applied sc8 signed convert fix | Josh Blum | 2012-05-10 | 1 | -8/+12 |
| | |||||
* | convert: squashed converter and sse2 work | Josh Blum | 2012-05-09 | 1 | -134/+134 |
| | |||||
* | convert: fixed sc8 convert issue w/ undefined behaviour | Josh Blum | 2012-05-08 | 1 | -16/+24 |
| | | | | | | | Its important to use a signed cast when converting float to int. Then assign that signed int to an unsigned type of the same width. Its undefined behaviour when converting a negative float to an unsigned int. | ||||
* | convert: give SIMD conversions prio over table | Josh Blum | 2012-04-16 | 1 | -2/+2 |
| | | | | | | | | given performance benchmarks involving the converter, when the driver is also doing other things sc8 conversions will still involve tables since no SIMD implementations exist yet | ||||
* | 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/+48 |
| | |||||
* | convert: added generic conversion for sc8 wire -> sc8 host | Josh Blum | 2011-11-15 | 1 | -0/+14 |
| | |||||
* | convert: move priorities to implementation, different for arm | Josh Blum | 2011-11-15 | 1 | -0/+16 |
| | |||||
* | convert: added table conversion routine for sc16 to floats | Josh Blum | 2011-11-12 | 1 | -2/+1 |
| | |||||
* | convert: made conversion functions into classes so they can keep state | Josh Blum | 2011-11-12 | 1 | -13/+13 |
| | |||||
* | uhd: renamed convert markup to format | Josh Blum | 2011-11-03 | 1 | -9/+7 |
| | | | | | | | | removed convert args added simd level got orc and neon updated | ||||
* | usrp2: work on alternative OTW formats | Josh Blum | 2011-11-03 | 1 | -12/+54 |
| | |||||
* | usrp1: type conversions and 8-bit work | Josh Blum | 2011-11-03 | 1 | -6/+6 |
| | |||||
* | convert: reworked convert to use new identification standard | Josh Blum | 2011-11-03 | 1 | -5/+22 |
| | |||||
* | uhd: added scaling factor to conversion routines | Josh Blum | 2011-06-14 | 1 | -24/+16 |
| | |||||
* | uhd: use ref vector class for the conversion routines I/O | Josh Blum | 2011-02-10 | 1 | -4/+4 |
| | |||||
* | uhd: added io type and conversion for complex64 (its not really useful) | Josh Blum | 2011-02-03 | 1 | -0/+25 |
| | |||||
* | uhd: added new convert directory with type conversion registry (needs testing) | Josh Blum | 2011-01-04 | 1 | -0/+90 |