Richard Hodges
acb170930b
Merge branch 'develop' for release 1.76.0
boost-1.76.0
2021-03-17 08:43:27 +01:00
Eugene Zelenko
48c4ce2752
Use BOOST_OVERRIDE to fix GCC -Wsuggest-override and Clang-tidy modernize-use-override warnings.
...
Fix Clang-tidy modernize-use-bool-literals warnings and misspellings.
2021-03-17 08:37:50 +01:00
tellenbach
a006d1ef12
Link to Wikipedia fixed. Former link pointed to disambiguation page.
2021-03-17 08:37:50 +01:00
Andrey Semashev
829ca712ba
Fix usage of deprecated Boost.Bind features
...
This fixes deprecation warnings generated by boost/bind.hpp.
Also, use a more actual include path for ref.hpp.
2021-03-17 08:37:50 +01:00
Richard Hodges
b712ddffc8
Improve CML compatibility with Boost Superproject
2021-03-12 19:38:43 +01:00
Richard Hodges
1b41ec0a51
Add README.md
2021-03-11 15:56:06 +01:00
Richard Hodges
61aeb12ecd
Fix github actions CI:
...
- Also remove dependency on boost test framework
closes #75
2021-03-11 14:27:05 +01:00
Richard Hodges
e072fbc9d4
ci: remove locale building for osx
2021-03-09 13:30:11 +01:00
Richard Hodges
f701915efa
Update maintainer
2021-03-09 12:56:44 +01:00
Richard Hodges
8feb1d9072
add all tests to cmake
2021-03-09 11:10:24 +01:00
Edward Diener
89fa8400fd
[skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out.
2021-03-09 10:46:16 +01:00
Richard Hodges
06b9c5c07d
add drone CI
2021-03-09 10:03:05 +01:00
Richard Hodges
74a9a09367
Add GitHub Actions CI
2021-03-09 10:03:05 +01:00
Richard Hodges
feb430aa9f
Merge pull request #70 from boostorg/pr/fix-msvc-failure
...
Fix MSVC test failure in test_property_tree
2021-03-09 09:50:55 +01:00
Peter Dimov
0c3b65e243
Fix MSVC test failure in test_property_tree
2021-03-08 23:05:30 +02:00
Peter Dimov
84d7320d1f
Merge branch 'master' into develop
2021-03-08 22:26:24 +02:00
Sebastian Redl
4f2ea0b223
Merge pull request #53 from EugeneZelenko/use-boost-override
...
Use BOOST_OVERRIDE to fix GCC -Wsuggest-override and Clang-tidy modernize-use-override warnings. Fix spelling errors in comments.
2020-05-20 15:59:06 +02:00
Eugene Zelenko
0d3be8d532
Use BOOST_OVERRIDE to fix GCC -Wsuggest-override and Clang-tidy modernize-use-override warnings.
...
Fix Clang-tidy modernize-use-bool-literals warnings and misspellings.
2020-05-19 15:41:23 -07:00
Sebastian Redl
578a9e3ca0
Merge pull request #35 from tellenbach/develop
...
Link to wikipedia description of INI file fixed.
2020-05-15 11:54:08 +02:00
Sebastian Redl
7c33c0d7ff
Merge pull request #50 from Lastique/patch-1
...
Fix usage of deprecated Boost.Bind features
2020-05-15 11:53:10 +02:00
Andrey Semashev
d1c8825a45
Fix usage of deprecated Boost.Bind features
...
This fixes deprecation warnings generated by boost/bind.hpp.
Also, use a more actual include path for ref.hpp.
2020-04-28 22:03:04 +03:00
tellenbach
77c6fa693a
Link to Wikipedia fixed. Former link pointed to disambiguation page.
2018-12-23 15:26:22 +01:00
Rene Rivera
bdfe275d17
Add, and update, documentation build targets.
boost-1.68.0
boost-1.76.0.beta1
boost-1.75.0.beta1
boost-1.75.0
boost-1.74.0.beta1
boost-1.74.0
boost-1.63.0
boost-1.64.0
boost-1.64.0-beta1
boost-1.64.0-beta2
boost-1.65.0
boost-1.65.1
boost-1.66.0
boost-1.67.0
boost-1.73.0.beta1
boost-1.69.0
boost-1.69.0-beta1
boost-1.70.0
boost-1.70.0.beta1
boost-1.71.0
boost-1.71.0.beta1
boost-1.72.0
boost-1.72.0.beta1
boost-1.73.0
2016-10-10 11:39:52 -05:00
Rene Rivera
29a7f0390b
Add, and update, documentation build targets.
2016-10-07 23:07:35 -05:00
Sebastian Redl
9a2f7cddb1
Merge branch 'develop'
boost-1.62.0
boost-1.61.0
2016-03-01 16:28:35 +01:00
Sebastian Redl
ebd9a60bf1
Fix compilation error due to incorrect macro usage.
2016-02-18 15:44:46 +01:00
Sebastian Redl
ea94099069
Reorganize headers to more closely match the namespace hierarchy.
2016-02-11 14:58:14 +01:00
Sebastian Redl
35a2807ceb
Refactor read_json_internal.
...
This is a preparation to providing a public interface to the advanced
capabilities of the new parser.
2016-02-11 11:24:12 +01:00
Sebastian Redl
146d86e487
Merge branch 'develop' of github.com:boostorg/property_tree into develop
2016-02-11 10:40:56 +01:00
CornedBee
6e0c028b7a
Merge pull request #18 from timostrunk/whitespace_encoding
...
Ticket 11600 - Part 2, Change of Whitespace encoding in Text nodes
2016-02-11 10:40:48 +01:00
Sebastian Redl
57e49f48ce
Revert "Fix bug #11600 . Remove whitespace in case only whitespace exists in between XML tags. This allows pretty-printed XML tags to roundtrip"
...
After thinking it over and looking at the test failures, this doesn't make
sense. Pretty-printing is not supposed to round-trip.
This reverts commit 16d96efd63 .
2016-02-11 10:32:05 +01:00
Timo Strunk
3256d3af93
Removed encoding of whitespace to round trip normal text correctly without encoding
2016-02-10 16:39:00 +01:00
CornedBee
7a60b85f22
Merge pull request #16 from timostrunk/fix_whitespace_bug_11600
...
Fix bug #11600 . Remove whitespace in empty XML nodes.
2016-02-10 13:54:29 +01:00
Sebastian Redl
054f8a4b6b
Fix unused parameter warnings and possible use of invalid iterator.
...
Joachim Faulhaber pointed out the warnings. Turns out the second one shows
a real bug: if the JSON input ends with a high UTF-16 surrogate, the code
would try to read the low surrogate from the end iterator.
2016-02-10 12:01:10 +01:00
Sebastian Redl
6a033ffca2
Fix conversion warnings.
...
Pointed out by Joachim Faulhaber.
2016-02-10 11:59:18 +01:00
Sebastian Redl
19cf8c1151
Merge branch 'develop' of github.com:boostorg/property_tree into develop
2016-02-10 11:47:54 +01:00
Sebastian Redl
702ea8cdf4
Merge remote-tracking branch 'remotes/Lastique/fix_asserts_and_warnings' into develop
2016-02-10 11:43:16 +01:00
CornedBee
df2581dfee
Merge pull request #13 from Romain-Geissler-1A/fix-warning-narrow_encoding.hpp
...
[Trac #11502 ] Fix "always true comparison" warning in narrow_encoding.hpp
2016-02-10 11:36:38 +01:00
Sebastian Redl
036b2c56c7
Fix filename in example.
...
Pointed out by Peter Steinbach.
2016-02-10 11:27:14 +01:00
Sebastian Redl
f5df03024e
Remove custom-build directory.
...
The build files in this directory are neither maintained nor tested. They
are already outdated (VS 2008 projects) and will only get more so. I have
no intention of maintaining them.
2016-02-10 11:22:32 +01:00
Timo Strunk
16d96efd63
Fix bug #11600 . Remove whitespace in case only whitespace exists in between XML tags. This allows pretty-printed XML tags to roundtrip
2015-10-08 16:13:23 +02:00
Andrey Semashev
6404b8fdc0
Replaced tabs with spaces. Removed trailing spaces.
2015-09-22 18:31:16 +03:00
Andrey Semashev
358ad620ef
Replaced tabs with spaces.
2015-09-22 18:20:51 +03:00
Andrey Semashev
2bcc71c6d5
Ported to use BOOST_ASSERT instead of assert.
2015-09-22 18:17:05 +03:00
Andrey Semashev
41b26a9d75
Silenced gcc warnings about a missing return in a non-void function.
2015-09-22 18:13:36 +03:00
Romain Geissler
408e91c5b1
[Trac #11502 ] Fix "always true comparison" warning in narrow_encoding.hpp
2015-09-02 18:58:00 +02:00
CornedBee
0f9f4cd770
Merge pull request #8 from Bjoe/changes
...
Fix bug ticket 11130
2015-07-07 16:02:00 +02:00
Sebastian Redl
b4c3029c12
Skip BOMs at the start of the input.
2015-07-07 15:52:57 +02:00
Sebastian Redl
568219d215
Merge branch 'develop'
boost-1.60.0
boost-1.59.0
2015-07-07 14:20:48 +02:00
Sebastian Redl
54518ac8b7
Fix the last C++11isms and remove an unused typedef.
2015-07-03 10:58:33 +02:00