• Home
Name Date Size #Lines LOC

..--

.drone/06-Sep-2024-12180

.github/workflows/06-Sep-2024-249234

cmake/06-Sep-2024-74

doc/06-Sep-2024-818672

examples/06-Sep-2024-651451

include/boost/property_tree/06-Sep-2024-8,6215,860

meta/06-Sep-2024-1817

test/06-Sep-2024-5,0644,151

.drone.starD06-Sep-20247.8 KiB4439

.gitattributesD06-Sep-20243.8 KiB9791

CMakeLists.txtD06-Sep-20243.1 KiB10184

README.mdD06-Sep-2024851 2314

breaking_changes.txtD06-Sep-20242.4 KiB5244

README.md

1# Maintainer
2
3This library is currently maintained by [Richard Hodges](mailto:hodges.r@gmail.com) with generous support
4from the C++ Alliance.
5
6# Build Status
7
8Branch  | Status
9--------|-------
10develop | [![CI](https://github.com/boostorg/property_tree/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/boostorg/property_tree/actions/workflows/ci.yml)
11master  | [![CI](https://github.com/boostorg/property_tree/actions/workflows/ci.yml/badge.svg?branch=master)](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