Eric Niebler
eec75c4155
add missing includes, fixes #4841
...
[SVN r66498]
2010-11-11 20:28:11 +00:00
Sebastian Redl
043ec14851
Merge simple fix for non-ascii XML parsing to release. Fixes bug 4340.
...
[SVN r66479]
2010-11-10 09:23:27 +00:00
Sebastian Redl
5cbf7eac26
Make PTree's parser_writer_settings fields non-const, so that the struct is assignable.
...
[SVN r66478]
2010-11-10 08:22:59 +00:00
Sebastian Redl
44e1d0e15b
Apply the patch from bug 4340. Thanks to Zhuo Qiang.
...
[SVN r66468]
2010-11-09 09:50:34 +00:00
Sebastian Redl
61c44fdf23
Merge more PTree fixes to release (boost)
...
[SVN r65978]
2010-10-15 13:56:17 +00:00
Sebastian Redl
d0d71452fc
Merge long-overdue PTree changes to release (libs)
...
[SVN r65976]
2010-10-15 12:41:49 +00:00
Sebastian Redl
ab64e13f12
Merge long-overdue PTree changes to release (boost)
...
[SVN r65975]
2010-10-15 12:40:04 +00:00
Jeremiah Willcock
d1d123d192
Merged r59734 and r61606 from trunk; fixes #3594 and #4092
...
[SVN r63563]
2010-07-03 20:59:45 +00:00
Sebastian Redl
9c522b37b8
Generate and parse escaped forward slashes in JSON.
...
[SVN r63428]
2010-06-29 13:59:30 +00:00
Daniel James
db59ef4801
Merge documentation fixes.
...
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.
[SVN r63347]
2010-06-26 12:30:09 +00:00
Daniel James
47b1bc4179
Update various libraries' documentation build.
...
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.
[SVN r63146]
2010-06-20 18:00:48 +00:00
Sebastian Redl
9340baabba
Minor adaption of PTree tutorial to reality.
...
[SVN r62196]
2010-05-25 11:57:40 +00:00
Sebastian Redl
5521b02515
Make encode_char_entities safe against empty strings, because Graph uses it that way. Fixes bug 4245. Based on patch by Christopher Alfeld.
...
[SVN r62195]
2010-05-25 11:54:27 +00:00
Douglas Gregor
750d471a77
Merge standards conformance fixes for Boost.PropertyTree
...
[SVN r61863]
2010-05-09 01:03:59 +00:00
Sebastian Redl
4803331e12
Add more missing template keywords. Diagnosed by Clang, patch by Doug Gregor. Fixes bug 4158.
...
[SVN r61639]
2010-04-28 07:21:04 +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
5474f9662e
Explicitly convert some iterators. Fixes bug 4140.
...
[SVN r61611]
2010-04-27 10:05:03 +00:00
Sebastian Redl
114d741d01
Add a missing template keyword. Fixes bug 3989.
...
[SVN r61610]
2010-04-27 09:36:13 +00:00
Sebastian Redl
75e9c1136c
Fix a huge bunch of useless GCC warnings. Fixes bug 4016.
...
[SVN r61609]
2010-04-27 09:33:18 +00:00
Sebastian Redl
3135694460
MSVC 10 final did not fix the std::pair bug as I had hoped, so update the workaround.
...
Fixes bug 4092
[SVN r61606]
2010-04-27 09:04:42 +00:00
Sebastian Redl
74b5708402
Cater to compilers too stupid to interpret a bitwise OR in a template argument as a constant.
...
Fixes bug 4146
[SVN r61605]
2010-04-27 08:59:34 +00:00
Sebastian Redl
f157630753
Fix property tree for systems without wstring. Fixes bug 4145
...
[SVN r61604]
2010-04-27 08:49:25 +00:00
Sebastian Redl
b79ecc96fe
file_parser_error's property getters ought to be const. Now they are. Fixes bug 3838.
...
[SVN r59741]
2010-02-17 19:30:44 +00:00
Sebastian Redl
893b5e3cae
Make the JSON parser's number production fit the JSON spec instead of doing stupid things. Fixes bug 3831.
...
[SVN r59740]
2010-02-17 19:26:52 +00:00
Sebastian Redl
959a930235
Give the JSON writer the ability to NOT pretty-print, but instead produce compact code. Fixes bug 3828. But I still have to write test cases for the JSON writer; there aren't ANY!
...
[SVN r59739]
2010-02-17 18:55:11 +00:00
Sebastian Redl
935a6567e2
Turns out JSON doesn't allow \0 as an escape sequence. Also, don't rely on is_print for figuring out which characters to escape, but instead follow the spec. Fixes bug 3827.
...
[SVN r59738]
2010-02-17 18:43:56 +00:00
Sebastian Redl
bfd8cbb385
RapidXML is in PropertyTree as an implementation detail and should be treated as such, so prefix macros and put the namespace into ptree's detail namespace. Fixes bug 3817.
...
[SVN r59737]
2010-02-17 18:10:46 +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
f9ba526808
Make BOOST_PROPERTY_TREE_THROW an alias for BOOST_THROW_EXCEPTION. I doubt the original motivation for this macro is still very valid, and it causes warnings on more important compilers.
...
[SVN r59735]
2010-02-17 17:53:28 +00:00
Sebastian Redl
1abc021f16
Work around a bug in the VC++10 standard library. Hopefully fixes bug 3594; regression tests will tell. This may need to be updated if subsequent releases have the same bug.
...
[SVN r59734]
2010-02-17 17:40:14 +00:00
Sebastian Redl
d660aa0ba0
Fix a comment typo.
...
[SVN r59733]
2010-02-17 17:38:44 +00:00
Sebastian Redl
303ed583c0
Fix an issue in MSVC for ptree::equal_range.
...
[SVN r59367]
2010-01-30 12:49:52 +00:00
Sebastian Redl
80e44c6cf4
Fix a weakness in the XML whitespace tests. This allows me to have correct tests after fixing PR2855, which is also in this commit.
...
[SVN r59161]
2010-01-20 18:47:50 +00:00
Troy D. Straszheim
149c245bda
rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back
...
[SVN r56942]
2009-10-17 02:07:38 +00:00
Troy D. Straszheim
235fedba4e
rm cmake from the release branch before it goes out broken. Policy dictates that you never commit to release, you commit to trunk and merge to release.
...
[SVN r56941]
2009-10-17 01:10:45 +00:00
Sebastian Redl
f9ea6a190e
Copy property_tree to release branch.
...
[SVN r56546]
2009-10-03 10:10:00 +00:00
Sebastian Redl
37d307ecb7
More strict conformance fixes.
...
[SVN r56214]
2009-09-15 12:29:52 +00:00
Sebastian Redl
d58e0ceb6a
Fix compilation under strict conformance, thanks to Daniel.
...
[SVN r56211]
2009-09-15 12:03:37 +00:00
Daniel James
e8df844d14
Fix a link in the property_tree docs.
...
[SVN r56208]
2009-09-15 07:04:07 +00:00
Daniel James
560a4c7f04
Forwarding html files for property_tree.
...
[SVN r56207]
2009-09-15 07:03:43 +00:00
Sebastian Redl
1f753aacaa
Add needed headers to tutorial.
...
[SVN r56199]
2009-09-14 22:24:10 +00:00
Sebastian Redl
ad1761163f
Adjust doc parameters.
...
[SVN r56198]
2009-09-14 22:22:21 +00:00
Sebastian Redl
06396761ed
Initialize a member variable, fix lots of failing tests.
...
[SVN r56136]
2009-09-10 15:19:43 +00:00
Sebastian Redl
efd02eb48e
Fix compilation errors on MSVC.
...
[SVN r56121]
2009-09-09 12:08:33 +00:00
Sebastian Redl
1b06414faf
Remove tabs.
...
[SVN r56093]
2009-09-07 20:42:06 +00:00
Sebastian Redl
844ad72e73
Fix inspection problems.
...
[SVN r56092]
2009-09-07 16:40:42 +00:00
Sebastian Redl
08cbe69ede
Hopefully fix all MSVC errors, and maybe even the Borland errors.
...
[SVN r56066]
2009-09-06 14:35:37 +00:00
Sebastian Redl
21b6e34fb4
Fix a missing include problem. Hopefully also fix some other sun-cc problems, though not all.
...
[SVN r56065]
2009-09-06 14:14:01 +00:00
Sebastian Redl
4d223fbba6
Hopefully fix a Sandia-gcc-4.4.0_gnu++0x failure.
...
[SVN r56064]
2009-09-06 14:07:20 +00:00
Sebastian Redl
af014a8559
Some doc fixes.
...
[SVN r56063]
2009-09-06 14:06:36 +00:00