aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/convert/convert_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Update license headersMartin Braun2018-02-191-1/+2
| | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0.
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* converters: Remove log message in register_converterMartin Braun2017-09-291-1/+1
| | | | | Similar to b431866a5, this reduces logging in static initializer blocks. Those are prone to hang during DLL initialization.
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-11/+5
|
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-2/+1
| | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development.
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-11/+11
| | | | | | | | 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: remove duplicate registration of sc12 sizeNicholas Corgan2016-06-171-2/+1
|
* convert: Added converters for raw stringsMartin Braun2015-07-311-0/+1
| | | | | - u8: Converts arbitrary-length strings from and to item32 - item32->item32 memcpy non-conversion
* convert: Added logging point in get_converter()Martin Braun2015-01-271-1/+16
|
* convert: Modifications to id_typeMartin Braun2015-01-271-3/+12
| | | | | - Converter ID symbols are exported - to_string() function for lighter feedback
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-011-0/+4
|
* UHD: Addressing Bug 466, as per Balint.Ben Hilburn2014-05-221-0/+3
|
* uhd: Registered sc12 as typeMartin Braun2014-04-101-0/+1
|
* convert: added prio param to get converterJosh Blum2012-04-271-20/+23
| | | | We can now test generic conversion implementations against SIMD (for example)
* convert: made conversion functions into classes so they can keep stateJosh Blum2011-11-121-2/+2
|
* uhd: convert should use register_bytes_per_itemJosh Blum2011-11-111-11/+13
|
* uhd: renamed convert markup to formatJosh Blum2011-11-031-20/+17
| | | | | | | | removed convert args added simd level got orc and neon updated
* usrp1: multi channel receive workingJosh Blum2011-11-031-1/+1
|
* uhd: restored super packet handler functionalityJosh Blum2011-11-031-0/+10
|
* convert: reworked convert to use new identification standardJosh Blum2011-11-031-46/+71
|
* uhd: replaced many conditional prints with UHD_LOG usageJosh Blum2011-05-041-4/+2
|
* uhd: moved exception to top level includeJosh Blum2011-02-241-1/+1
|
* uhd: changed convert routines to return the function pointerJosh Blum2011-01-121-16/+10
| | | | changed the vrt packet handler to get the function pointer (once), this may be a minor performance help
* uhd: renamed and tweaked some of the convert filesJosh Blum2011-01-051-0/+117