Rene Rivera
6081cec6ad
Update build deps.
2024-08-07 22:44:06 -05:00
Rene Rivera
ee02ce953c
Add missing lib reference.
2024-04-25 22:48:32 -05:00
Rene Rivera
3ab0e3def5
Make the library modular usable.
2024-03-11 08:38:17 -05:00
Peter Dimov
cbe02b011b
Define _SILENCE_CXX17_OLD_ALLOCATOR_MEMBERS_DEPRECATION_WARNING in speed_test.cpp
2023-11-21 19:41:23 +02:00
Peter Dimov
5d9586031c
Disable -Wdeprecated-copy as well, for Clang 10, 11, 12
2023-11-21 19:19:50 +02:00
Peter Dimov
9678decefd
Avoid unused parameter warning
2023-11-21 18:33:19 +02:00
Peter Dimov
60608497e8
Disable -Wdeprecated-copy-with-user-provided-copy in speed_test.cpp
2023-11-21 18:13:17 +02:00
Peter Dimov
1cf217f92a
Avoid potentially uninitialized variable warnings
2023-11-21 18:01:34 +02:00
Peter Dimov
174481c221
Avoid shadowing warnings
2023-11-21 18:00:45 +02:00
Peter Dimov
9f81a465dd
Update examples/CMakeLists.txt
2023-11-15 03:36:20 +02:00
Peter Dimov
ca087e02ed
Resolve ambiguity between boost::format and std::format
2023-11-15 02:41:14 +02:00
Peter Dimov
14ff8a2b8a
Update examples/CMakeLists.txt
2023-11-15 02:23:51 +02:00
Peter Dimov
9786705c2f
Update examples/CMakeLists.txt
2023-11-15 01:58:38 +02:00
Peter Dimov
175a53ee58
Update examples/Jamfile
2023-11-15 01:54:14 +02:00
Mohammad Nejati
b1fa288ada
Add examples to build scripts and update ci.yml
2023-11-14 16:44:08 +00:00
Mohammad Nejati
b9395eef9d
Replace deprecated headers
2023-11-14 07:13:44 +00:00
Richard Hodges
4b8173378c
Fix names of targets in CMake build:
...
This project's CMakeLists.txt must exist in the boost ecosystem. In
order to avoid ambiguity of target names across boost libraries, targets
in this project are prefixed with boost_property_tree-
2021-05-28 16:42:28 +02: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
Sebastian Redl
036b2c56c7
Fix filename in example.
...
Pointed out by Peter Steinbach.
2016-02-10 11:27:14 +01:00
Sebastian Redl
56cad33c64
Fix docs build.
2015-01-23 16:01:53 +01:00
Sebastian Redl
fd24f85153
Fix copyrights, some spelling, sort the member reference defines, and use Quickbook code inclusion for the first example.
2014-01-09 17:37:20 +01:00
Sebastian Redl
24200749f7
Add a Jamfile to the examples so that they can be built easily.
2014-01-09 17:34:03 +01:00
Sebastian Redl
ef95113aba
Somewhat improve PTree documentation.
...
[SVN r70665]
2011-03-28 13:33:21 +00:00
Steven Watanabe
cdb2ffdc64
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
378c9dfca6
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
Sebastian Redl
c4485e8f82
Update tutorial and an example to the new functions. Fixes bug 3929.
...
[SVN r61615]
2010-04-27 12:23:56 +00:00
Sebastian Redl
505362a82f
Update examples/custom_data_type.cpp to new converter syntax. Fixes bug 3674. Patch by Roman Neuhauser.
...
[SVN r59736]
2010-02-17 17:58:16 +00:00
Sebastian Redl
844ad72e73
Fix inspection problems.
...
[SVN r56092]
2009-09-07 16:40:42 +00:00
Sebastian Redl
71de844e95
Merge proptree rewrite branch to trunk.
...
[SVN r55966]
2009-09-01 21:27:45 +00:00
Marcin Kalicinski
f4105f823f
Adding property_tree
...
[SVN r37680]
2007-05-12 22:02:53 +00:00