Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: Added an operator/ for (fs_path, size_t) | Martin Braun | 2014-09-23 | 1 | -0/+21 |
| | | | | | | | | | | | | | 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); | ||||
* | uhd: added unit test for properties subtree | Josh Blum | 2011-07-08 | 1 | -0/+16 |
| | |||||
* | uhd: misc tweaks and also msvc compile | Josh Blum | 2011-06-29 | 1 | -0/+7 |
| | |||||
* | uhd: properties tweaks and docs | Josh Blum | 2011-06-29 | 1 | -1/+1 |
| | |||||
* | uhd: added properties unit tests, use shared ptr<void> in tree | Josh Blum | 2011-06-28 | 1 | -18/+68 |
| | |||||
* | uhd: re-work to make the properties easier to use | Josh Blum | 2011-06-28 | 1 | -20/+22 |
| | |||||
* | uhd: change for default prop create() | Josh Blum | 2011-06-25 | 1 | -1/+1 |
| | |||||
* | uhd: created a property tree to store properties | Josh Blum | 2011-06-25 | 1 | -0/+25 |
| | |||||
* | uhd: work on templated property class | Josh Blum | 2011-06-25 | 1 | -0/+75 |