aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/property_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: Added an operator/ for (fs_path, size_t)Martin Braun2014-09-231-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 subtreeJosh Blum2011-07-081-0/+16
|
* uhd: misc tweaks and also msvc compileJosh Blum2011-06-291-0/+7
|
* uhd: properties tweaks and docsJosh Blum2011-06-291-1/+1
|
* uhd: added properties unit tests, use shared ptr<void> in treeJosh Blum2011-06-281-18/+68
|
* uhd: re-work to make the properties easier to useJosh Blum2011-06-281-20/+22
|
* uhd: change for default prop create()Josh Blum2011-06-251-1/+1
|
* uhd: created a property tree to store propertiesJosh Blum2011-06-251-0/+25
|
* uhd: work on templated property classJosh Blum2011-06-251-0/+75