diff --git a/index.html b/index.html index 4705696493..1ce34fd0c5 100644 --- a/index.html +++ b/index.html @@ -55,8 +55,8 @@

Changes in this release

-

This release includes ??? - new libraries as well as +

This release includes 1 new library + (property tree) as well as updates to many existing libraries. See Release History for more information.

diff --git a/libs/libraries.htm b/libs/libraries.htm index 1eb2f350a0..1d8565f8c3 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -218,6 +218,9 @@ how to download, build, and install the libraries.

  • property map - Concepts defining interfaces which map key objects to value objects, from Jeremy Siek.
  • +
  • property tree - A tree data + structure especially suited to storing configuration data, from Marcin + Kalicinski and Sebastian Redl.
  • proto - Expression template library and compiler construction toolkit for domain-specific embedded languages, from Eric Niebler.
  • python - Reflects C++ @@ -358,6 +361,9 @@ how to download, build, and install the libraries.

  • property map - Concepts defining interfaces which map key objects to value objects, from Jeremy Siek.
  • +
  • property tree - A tree data + structure especially suited to storing configuration data, from Marcin + Kalicinski and Sebastian Redl.
  • unordered - unordered associative containers, from Daniel James.
  • variant - Safe, generic, stack-based discriminated union container, from Eric Friedman and Itay Maman.
  • @@ -575,6 +581,9 @@ how to download, build, and install the libraries.

    Muñoz.
  • pointer container - Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen.
  • +
  • property tree - A tree data + structure especially suited to storing configuration data, from Marcin + Kalicinski and Sebastian Redl.
  • tuple - Ease definition of functions returning multiple values, and more, from Jaakko Järvi.
  • variant - Safe, generic, stack-based diff --git a/libs/maintainers.txt b/libs/maintainers.txt index 5eca9280b2..d5be5a5d5b 100644 --- a/libs/maintainers.txt +++ b/libs/maintainers.txt @@ -53,13 +53,14 @@ multi_index Joaquin M Lopez Munoz numeric/conversion Fernando Cacciola numeric/interval Sylvain Pion , Herve Bronnimann , Guillaume Melquiond numeric/ublas Michael Stevens -operators Daniel Frey optional Fernando Cacciola -parameter David Abrahams , Daniel Wallin +operators Daniel Frey +parameter David Abrahams , Daniel Wallin pool Stephen Cleary preprocessor Paul Mensonides program_options Vladimir Prus property_map Douglas Gregor +property_tree Sebastian Redl proto Eric Niebler ptr_container Thorsten Ottosen python David Abrahams