aboutsummaryrefslogtreecommitdiffstats
path: root/host/include/uhd/property_tree.ipp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply clang-formatting to all C/C++ filesMartin Braun2023-08-071-3/+5
* host: Remove redundant template parameter listClayton Smith2022-05-241-1/+1
* host: Throw exception when accessing properties with incorrect typeLane Kolbly2022-02-071-6/+13
* host: Minor cleanups in property_tree codeLane Kolbly2022-02-071-2/+1
* uhd: Remove spurious template from property dtorA. Maitland Bottoms2021-10-221-1/+1
* uhd: revert "Check property type at access..."Steven Koo2021-01-081-4/+2
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-081-4/+1
* uhd: Replace boost::function with std::functionMartin Braun2019-11-261-5/+7
* uhd: Replace BOOST_FOREACH(v, c) with for(v : c)Martin Braun2019-11-261-5/+2
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-9/+9
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-11-261-2/+5
* Revert "uhd: Check property type at access; error if mismatch"Martin Braun2019-09-301-5/+2
* uhd: Check property type at access; error if mismatchAaron Rossetto2019-09-041-2/+5
* prop_tree: add pop() functionBrent Stapleton2019-05-021-0/+6
* prop_tree: formatting property tree filesBrent Stapleton2019-05-021-51/+91
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* uhd: Undo some of the BOOST_FOREACH() replacementsMartin Braun2017-02-131-2/+3
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-3/+2
* uhd: minor prop tree formattingMartin Braun2016-07-291-1/+3
* prop_tree: Added advanced coercion capability to propertyAshish Chaudhari2016-02-111-14/+36
* prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-13/+57
* 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-2/+2
* uhd: misc tweaks and also msvc compileJosh Blum2011-06-291-4/+6
* uhd: make sure things are initializedJosh Blum2011-06-291-0/+4
* uhd: properties tweaks and docsJosh Blum2011-06-291-4/+4
* uhd: loopback working on usrp2Josh Blum2011-06-291-6/+4
* uhd: added properties unit tests, use shared ptr<void> in treeJosh Blum2011-06-281-17/+5
* uhd: work getting multi-usrp workingJosh Blum2011-06-281-3/+10
* uhd: re-work to make the properties easier to useJosh Blum2011-06-281-0/+96