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. | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | converters: Remove log message in register_converter | Martin Braun | 2017-09-29 | 1 | -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 API | Andrej Rode | 2017-02-20 | 1 | -11/+5 |
| | |||||
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -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 Braun | 2016-11-08 | 1 | -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 size | Nicholas Corgan | 2016-06-17 | 1 | -2/+1 |
| | |||||
* | 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 | ||||
* | 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 |
| | | | | | - Converter ID symbols are exported - to_string() function for lighter feedback | ||||
* | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 1 | -0/+4 |
| | |||||
* | UHD: Addressing Bug 466, as per Balint. | Ben Hilburn | 2014-05-22 | 1 | -0/+3 |
| | |||||
* | uhd: Registered sc12 as type | Martin Braun | 2014-04-10 | 1 | -0/+1 |
| | |||||
* | convert: added prio param to get converter | Josh Blum | 2012-04-27 | 1 | -20/+23 |
| | | | | We can now test generic conversion implementations against SIMD (for example) | ||||
* | convert: made conversion functions into classes so they can keep state | Josh Blum | 2011-11-12 | 1 | -2/+2 |
| | |||||
* | uhd: convert should use register_bytes_per_item | Josh Blum | 2011-11-11 | 1 | -11/+13 |
| | |||||
* | uhd: renamed convert markup to format | Josh Blum | 2011-11-03 | 1 | -20/+17 |
| | | | | | | | | removed convert args added simd level got orc and neon updated | ||||
* | usrp1: multi channel receive working | Josh Blum | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | uhd: restored super packet handler functionality | Josh Blum | 2011-11-03 | 1 | -0/+10 |
| | |||||
* | convert: reworked convert to use new identification standard | Josh Blum | 2011-11-03 | 1 | -46/+71 |
| | |||||
* | uhd: replaced many conditional prints with UHD_LOG usage | Josh Blum | 2011-05-04 | 1 | -4/+2 |
| | |||||
* | uhd: moved exception to top level include | Josh Blum | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | uhd: changed convert routines to return the function pointer | Josh Blum | 2011-01-12 | 1 | -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 files | Josh Blum | 2011-01-05 | 1 | -0/+117 |