aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/property_tree.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-formatting to all C/C++ filesMartin Braun2023-08-071-1/+2
* host: Throw exception when accessing properties with incorrect typeLane Kolbly2022-02-071-4/+4
* host: Minor cleanups in property_tree codeLane Kolbly2022-02-071-15/+28
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-191-10/+9
* host: Update code base using clang-tidyMartin Braun2021-03-041-8/+7
* uhd: revert "Check property type at access..."Steven Koo2021-01-081-25/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-4/+6
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-8/+8
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-11-261-1/+24
* Revert "uhd: Check property type at access; error if mismatch"Martin Braun2019-09-301-24/+1
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-09-041-1/+24
* prop_tree: add pop() functionBrent Stapleton2019-05-021-0/+23
* prop_tree: formatting property tree filesBrent Stapleton2019-05-021-58/+82
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-1/+1
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-6/+5
* prop_tree: Added advanced coercion capability to propertyAshish Chaudhari2016-02-111-1/+1
* Merge branch 'maint'Martin Braun2014-09-231-0/+6
|\
| * uhd: Added an operator/ for (fs_path, size_t)Martin Braun2014-09-231-0/+6
* | 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