| Commit message (Expand) | Author | Age | Files | Lines |
* | filter API: Fix Python bindings and multi_usrp calls | Martin Braun | 2020-06-10 | 1 | -2/+3 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 25 | -1044/+764 |
* | uhd: Allow device args that have an integer in the name | Ciro Nishiguchi | 2019-11-26 | 1 | -1/+5 |
* | transport: Implement eov indications for Rx and Tx streams | Aaron Rossetto | 2019-11-26 | 1 | -5/+5 |
* | uhd: Replace boost::regex with std::regex | Martin Braun | 2019-11-26 | 1 | -3/+3 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 1 | -1/+1 |
* | Remove proto-RFNoC files | Martin Braun | 2019-11-26 | 2 | -144/+1 |
* | python: Add operators and get_full_secs() to time_spec_t | Martin Braun | 2019-03-22 | 1 | -2/+6 |
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
* | lib: Fix various type-conversion compiler warnings | Martin Braun | 2019-02-28 | 1 | -2/+2 |
* | fixup! python: Replace Boost.Python with PyBind11 | Martin Braun | 2019-02-28 | 1 | -0/+1 |
* | python: Replace Boost.Python with PyBind11 | Martin Braun | 2019-02-22 | 7 | -98/+89 |
* | python: populated the tune_result_t binding | Kevin Rigney | 2018-11-15 | 1 | -0/+6 |
* | python: adding device_addr_t to Python API | Brent Stapleton | 2018-11-14 | 1 | -0/+32 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -2/+2 |
* | python: Add missing constructors of time_spec_t | Piotr Krysik | 2018-10-25 | 1 | -0/+3 |
* | uhd: reconcile time_spec operators with boost concepts | Mark Meserve | 2018-09-28 | 1 | -14/+9 |
* | uhd: Remove usage of time_t (except when required) | Martin Braun | 2018-08-20 | 2 | -8/+8 |
* | fixup! Time_spec: Add Operators | Vidush | 2018-06-26 | 1 | -11/+8 |
* | python: Separating exposed Python data structures | Paul David | 2018-06-20 | 7 | -0/+356 |
* | Time_spec: Add Operators | Vidush | 2018-06-07 | 1 | -0/+27 |
* | types: convert sensor_value_t to a map | Brent Stapleton | 2018-05-14 | 1 | -0/+27 |
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 1 | -4/+14 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -3/+4 |
* | lib: adding device_addr_t constructor from map | Brent Stapleton | 2018-04-02 | 1 | -0/+6 |
* | uhd: Moved get_system_time outside of public API | Martin Braun | 2018-03-05 | 2 | -109/+0 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 20 | -19/+39 |
* | types: sensor_value_t can now be created from map | Martin Braun | 2017-12-22 | 1 | -0/+51 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 20 | -240/+20 |
* | C API: Added constructor for empty sensor value handles' | Martin Braun | 2017-07-20 | 1 | -0/+15 |
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 2 | -7/+3 |
* | Types: Added equality/inquality operators to support Boost.Python additions | Paul David | 2017-05-23 | 1 | -0/+12 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -2/+2 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 4 | -20/+16 |
* | Merge branch 'maint' | Martin Braun | 2016-11-08 | 4 | -24/+24 |
|\ |
|
| * | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 5 | -35/+35 |
* | | types: Cleaned up sid.hpp | Martin Braun | 2016-09-02 | 1 | -16/+16 |
|/ |
|
* | device_addr: change delimiters from std::string to const char* | Nicholas Corgan | 2016-08-09 | 1 | -4/+4 |
* | Added option for writes to specify a SPI speed | Derek Kozel | 2016-04-08 | 1 | -1/+2 |
* | lib: Made sensor_value_t copyable | Ashish Chaudhari | 2016-02-11 | 1 | -0/+15 |
* | C API cleanup, feature additions | Nicholas Corgan | 2015-08-12 | 2 | -19/+21 |
* | C API: feature additions, bugfixes | Nicholas Corgan | 2015-08-07 | 2 | -0/+79 |
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 6 | -0/+835 |
* | byte_vector: removed duplicate code | Nicholas Corgan | 2015-06-18 | 1 | -13/+0 |
* | Merge branch 'maint' | Martin Braun | 2015-04-06 | 1 | -1/+1 |
|\ |
|
| * | uhd: Add ability to get and set command time through dboard_iface. | michael-west | 2015-04-03 | 1 | -1/+1 |
* | | Consolidated byte_vector common code into single file | Nicholas Corgan | 2015-03-27 | 2 | -1/+57 |
* | | uhd: Introduced filter API. | Julian Arnold | 2015-03-09 | 2 | -0/+75 |
* | | uhd: Added sid_t | Martin Braun | 2014-10-28 | 2 | -0/+154 |
|/ |
|
* | Restoring compatibility with CMake 2.6 | Nicholas Corgan | 2014-08-14 | 1 | -1/+1 |