• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

.drone/25-Apr-2025-12180

.github/workflows/25-Apr-2025-249234

cmake/25-Apr-2025-74

doc/25-Apr-2025-818672

examples/25-Apr-2025-651451

include/boost/property_tree/25-Apr-2025-8,6215,860

meta/25-Apr-2025-1817

test/25-Apr-2025-5,0644,151

.drone.starD25-Apr-20257.8 KiB4439

.gitattributesD25-Apr-20253.8 KiB9791

CMakeLists.txtD25-Apr-20253.1 KiB10184

README.mdD25-Apr-2025851 2314

breaking_changes.txtD25-Apr-20252.4 KiB5244

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 | [![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