| Commit message (Expand) | Author | Age | Files | Lines |
* | host: Throw exception when accessing properties with incorrect type | Lane Kolbly | 2022-02-07 | 1 | -4/+4 |
* | host: Minor cleanups in property_tree code | Lane Kolbly | 2022-02-07 | 1 | -15/+28 |
* | uhd: Replace Boost mutexes and locks with standard options | Martin Braun | 2021-10-19 | 1 | -10/+9 |
* | host: Update code base using clang-tidy | Martin Braun | 2021-03-04 | 1 | -8/+7 |
* | uhd: revert "Check property type at access..." | Steven Koo | 2021-01-08 | 1 | -25/+1 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -4/+6 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 1 | -8/+8 |
* | uhd: Check property type at access; error if mismatch | Aaron Rossetto | 2019-11-26 | 1 | -1/+24 |
* | Revert "uhd: Check property type at access; error if mismatch" | Martin Braun | 2019-09-30 | 1 | -24/+1 |
* | uhd: Check property type at access; error if mismatch | Aaron Rossetto | 2019-09-04 | 1 | -1/+24 |
* | prop_tree: add pop() function | Brent Stapleton | 2019-05-02 | 1 | -0/+23 |
* | prop_tree: formatting property tree files | Brent Stapleton | 2019-05-02 | 1 | -58/+82 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 1 | -1/+1 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -6/+5 |
* | prop_tree: Added advanced coercion capability to property | Ashish Chaudhari | 2016-02-11 | 1 | -1/+1 |
* | Merge branch 'maint' | Martin Braun | 2014-09-23 | 1 | -0/+6 |
|\ |
|
| * | uhd: Added an operator/ for (fs_path, size_t) | Martin Braun | 2014-09-23 | 1 | -0/+6 |
* | | Added missing pure virtual destructors to base classes | Nicholas Corgan | 2014-09-01 | 1 | -1/+5 |
|/ |
|
* | uhd: replaced boost filesystem path with fs_path in property tree | Josh Blum | 2011-07-22 | 1 | -29/+73 |
* | uhd: tweaks for windows boost 1.47 compile | Josh Blum | 2011-07-18 | 1 | -16/+21 |
* | uhd: added subtree capability to property tree | Josh Blum | 2011-07-08 | 1 | -34/+65 |
* | uhd: added properties unit tests, use shared ptr<void> in tree | Josh Blum | 2011-06-28 | 1 | -3/+4 |
* | usrp2: restored discovery and most of io_impl | Josh Blum | 2011-06-27 | 1 | -6/+2 |
* | uhd: forgot to commit properties file | Josh Blum | 2011-06-25 | 1 | -0/+104 |