Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.drone/ | 25-Apr-2025 | - | 121 | 80 | ||
.github/workflows/ | 25-Apr-2025 | - | 249 | 234 | ||
cmake/ | 25-Apr-2025 | - | 7 | 4 | ||
doc/ | 25-Apr-2025 | - | 818 | 672 | ||
examples/ | 25-Apr-2025 | - | 651 | 451 | ||
include/boost/property_tree/ | 25-Apr-2025 | - | 8,621 | 5,860 | ||
meta/ | 25-Apr-2025 | - | 18 | 17 | ||
test/ | 25-Apr-2025 | - | 5,064 | 4,151 | ||
.drone.star | D | 25-Apr-2025 | 7.8 KiB | 44 | 39 | |
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
CMakeLists.txt | D | 25-Apr-2025 | 3.1 KiB | 101 | 84 | |
README.md | D | 25-Apr-2025 | 851 | 23 | 14 | |
breaking_changes.txt | D | 25-Apr-2025 | 2.4 KiB | 52 | 44 |
README.md
1# Maintainer 2 3This library is currently maintained by [Richard Hodges](mailto:[email protected]) with generous support 4from the C++ Alliance. 5 6# Build Status 7 8Branch | Status 9--------|------- 10develop | [](https://github.com/boostorg/property_tree/actions/workflows/ci.yml) 11master | [](https://github.com/boostorg/property_tree/actions/workflows/ci.yml) 12 13# Licence 14 15This software is distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt). 16 17# Original Work 18 19This library is the work of Marcin Kalicinski and Sebastian Redl<br/> 20 21Copyright (C) 2002-2006 Marcin Kalicinski<br/> 22Copyright (C) 2009 Sebastian Redl 23