aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/property_tree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Martin Braun2014-09-231-0/+6
|\
| * uhd: Added an operator/ for (fs_path, size_t)Martin Braun2014-09-231-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 classesNicholas Corgan2014-09-011-1/+5
|/
* uhd: replaced boost filesystem path with fs_path in property treeJosh Blum2011-07-221-29/+73
|
* uhd: tweaks for windows boost 1.47 compileJosh Blum2011-07-181-16/+21
|
* uhd: added subtree capability to property treeJosh Blum2011-07-081-34/+65
|
* uhd: added properties unit tests, use shared ptr<void> in treeJosh Blum2011-06-281-3/+4
|
* usrp2: restored discovery and most of io_implJosh Blum2011-06-271-6/+2
|
* uhd: forgot to commit properties fileJosh Blum2011-06-251-0/+104