Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -6/+5 |
| | | | | | Note: This is the first commit that uses for-range, and range-based for-loops are now usable for UHD development. | ||||
* | prop_tree: Added advanced coercion capability to property | Ashish Chaudhari | 2016-02-11 | 1 | -1/+1 |
| | | | | | | - Added auto and manual coerce modes - Added set_coerced API for manual coercion - Added detailed doxy comments describing behavior of property class | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is useful when constructing property tree paths. With this path, the following code would be valid: size_t mb_index = 0; fs_path mb_root = "/mboards"; mb_root = mb_root / mb_index; This is a shortcut for the (in UHD very common) mb_root = mb_root / boost::lexical_cast<std::string(mb_index); | ||||
* | | 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 |