Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56553 - in branches/release: . libs
From: bdawes_at_[hidden]
Date: 2009-10-03 09:49:03


Author: bemandawes
Date: 2009-10-03 09:49:02 EDT (Sat, 03 Oct 2009)
New Revision: 56553
URL: http://svn.boost.org/trac/boost/changeset/56553

Log:
Merge property-tree changes to global files
Properties modified:
   branches/release/index.html (contents, props changed)
   branches/release/libs/libraries.htm (contents, props changed)
   branches/release/libs/maintainers.txt (contents, props changed)
Text files modified:
   branches/release/index.html | 4 ++--
   branches/release/libs/libraries.htm | 9 +++++++++
   branches/release/libs/maintainers.txt | 5 +++--
   3 files changed, 14 insertions(+), 4 deletions(-)

Modified: branches/release/index.html
==============================================================================
--- branches/release/index.html (original)
+++ branches/release/index.html 2009-10-03 09:49:02 EDT (Sat, 03 Oct 2009)
@@ -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
+ (property tree) 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>

Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2009-10-03 09:49:02 EDT (Sat, 03 Oct 2009)
@@ -218,6 +218,9 @@
     <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
+ <li>property tree - A tree data
+ structure especially suited to storing configuration data, from Marcin
+ Kalicinski and Sebastian Redl.
     <li>proto - Expression template library and compiler
         construction toolkit for domain-specific embedded languages, from Eric Niebler.</li>
     <li>python - Reflects C++
@@ -358,6 +361,9 @@
     <li>property map
         - Concepts defining interfaces which map key objects to
         value objects, from Jeremy Siek.</li>
+ <li>property tree - A tree data
+ structure especially suited to storing configuration data, from Marcin
+ Kalicinski and Sebastian Redl.
     <li>unordered - unordered associative containers, from Daniel James.</li>
     <li>variant - Safe, generic, stack-based
     discriminated union container, from Eric Friedman and Itay Maman.</li>
@@ -575,6 +581,9 @@
     Mu&ntilde;oz.</li>
     <li>pointer container
     - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
+ <li>property tree - A tree data
+ structure especially suited to storing configuration data, from Marcin
+ Kalicinski and Sebastian Redl.
     <li>tuple - Ease definition of functions returning multiple values, and more,
     from Jaakko J&auml;rvi.</li>
     <li>variant - Safe, generic, stack-based

Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt (original)
+++ branches/release/libs/maintainers.txt 2009-10-03 09:49:02 EDT (Sat, 03 Oct 2009)
@@ -53,13 +53,14 @@
 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>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk