Merge property-tree changes to global files

[SVN r56553]
This commit is contained in:
Beman Dawes 2009-10-03 13:49:02 +00:00
parent d04f26dcae
commit 92d8905e91
3 changed files with 14 additions and 4 deletions

View file

@ -55,8 +55,8 @@
<h3>Changes in this release</h3>
<p>This release includes <span style="background-color: #FFFF00">???</span>
new libraries as well as
<p>This release includes 1 new library
(<a href="libs/property_tree/index.html">property tree</a>) as well as
updates to many existing libraries. See
<a href="http://www.boost.org/users/history/version_1_41_0">Release
History</a> for more information.</p>

View file

@ -218,6 +218,9 @@ how to download, build, and install the libraries.</p>
<li><a href="property_map/doc/property_map.html">property map</a>
- Concepts defining interfaces which map key objects to
value objects, from Jeremy Siek.</li>
<li><a href="property_tree/index.html">property tree</a> - A tree data
structure especially suited to storing configuration data, from Marcin
Kalicinski and Sebastian Redl.
<li><a href="proto/index.html">proto</a> - Expression template library and compiler
construction toolkit for domain-specific embedded languages, from Eric Niebler.</li>
<li><a href="python/doc/index.html">python</a> - Reflects C++
@ -358,6 +361,9 @@ how to download, build, and install the libraries.</p>
<li><a href="property_map/doc/property_map.html">property map</a>
- Concepts defining interfaces which map key objects to
value objects, from Jeremy Siek.</li>
<li><a href="property_tree/index.html">property tree</a> - A tree data
structure especially suited to storing configuration data, from Marcin
Kalicinski and Sebastian Redl.
<li><a href="../doc/html/unordered.html">unordered</a> - unordered associative containers, from Daniel James.</li>
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based
discriminated union container, from Eric Friedman and Itay Maman.</li>
@ -575,6 +581,9 @@ how to download, build, and install the libraries.</p>
Mu&ntilde;oz.</li>
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
<li><a href="property_tree/index.html">property tree</a> - A tree data
structure especially suited to storing configuration data, from Marcin
Kalicinski and Sebastian Redl.
<li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
from Jaakko J&auml;rvi.</li>
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based

View file

@ -53,13 +53,14 @@ multi_index Joaquin M Lopez Munoz <joaquin -at- tid.es>
numeric/conversion Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>
numeric/interval Sylvain Pion <Sylvain.Pion -at- sophia.inria.fr>, Herve Bronnimann <hbr -at- poly.edu>, Guillaume Melquiond <guillaume.melquiond -at- ens-lyon.fr>
numeric/ublas Michael Stevens <michael -at- michael-stevens.de>
operators Daniel Frey <d.frey -at- gmx.de>
optional Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>
parameter David Abrahams <dave -at- boost-consulting.com>, Daniel Wallin <dalwan01 -at- student.umu.se>
operators Daniel Frey <d.frey -at- gmx.de>
parameter David Abrahams <dave -at- boost-consulting.com>, Daniel Wallin <daniel -at- boostpro.com>
pool Stephen Cleary <scleary -at- jerviswebb.com>
preprocessor Paul Mensonides <pmenso57 -at- comcast.net>
program_options Vladimir Prus <ghost -at- cs.msu.su>
property_map Douglas Gregor <dgregor -at- cs.indiana.edu>
property_tree Sebastian Redl <sebastian.redl -at- getdesigned.at>
proto Eric Niebler <eric -at- boostpro.com>
ptr_container Thorsten Ottosen <nesotto -at- cs.auc.dk>
python David Abrahams <dave -at- boost-consulting.com>