summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2012-05-24 18:32:32 +0000
committerDaniel James <daniel@calamity.org.uk>2012-05-24 18:32:32 +0000
commite3a2ea9bb4cde3ef99a1c52145c132386fb60e2f (patch)
treef93b0e0a72640e5c34c01c15bcc9a89087359075
parent756957a1e9f2f7defc481a8f03e2353cea51d4c5 (diff)
downloadboost-e3a2ea9bb4cde3ef99a1c52145c132386fb60e2f.tar.gz
Merge library info from trunk.
[SVN r78600]
-rw-r--r--index.html6
-rw-r--r--libs/libraries.htm4
-rw-r--r--libs/maintainers.txt4
3 files changed, 11 insertions, 3 deletions
diff --git a/index.html b/index.html
index 3cc30a369e..653422ee6c 100644
--- a/index.html
+++ b/index.html
@@ -55,7 +55,11 @@
<h3>Changes in this release</h3>
- <p>This release includes one new library, Boost.Heap,
+ <p>This release includes four new libraries
+ (<a href="libs/algorithm/index.html">Algorithm</a>,
+ <a href="libs/functional/overloaded_function/index.html">Functional/OverloadedFunction</a>,
+ <a href="libs/local_function/index.html">LocalFunction</a> and
+ <a href="libs/utility/identity_type/index.html">Utility/IdentityType</a>),
as well as updates to many existing libraries. See
<a href="http://www.boost.org/users/history/version_1_50_0.html">Release
History</a> for more information.</p>
diff --git a/libs/libraries.htm b/libs/libraries.htm
index b3c822c4ff..0ce4fbcb67 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -80,6 +80,8 @@ how to download, build, and install the libraries.</p>
<ul>
<li><a href="accumulators/index.html">accumulators</a> - Framework for incremental
calculation, and collection of statistical accumulators, from Eric Niebler.</li>
+ <li><a href="algorithm/index.html">algorithm</a> - A collection of useful generic
+ algorithms, from Marshall Clow.&nbsp;</li>
<li><a href="any/index.html">any</a> - Safe, generic container for single
values of different value types, from Kevlin Henney.&nbsp;</li>
<li><a href="array/index.html">array</a> - STL compliant
@@ -353,6 +355,8 @@ how to download, build, and install the libraries.</p>
<h3><a name="Algorithms">Algorithms</a></h3>
<ul>
+ <li><a href="algorithm/index.html">algorithm</a> - A collection of useful generic
+ algorithms, from Marshall Clow.&nbsp;</li>
<li><a href="foreach/index.html">foreach</a> - BOOST_FOREACH macro for easily
iterating over the elements of a sequence, from Eric Niebler.</li>
<li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 204475f5d4..58ea74259d 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -11,7 +11,7 @@
accumulators Eric Niebler <eric -at- boostpro.com>
algorithm Marshall Clow <marshall -at- idio.com>
algorithm/minmax Herve Bronnimann <hbr -at- poly.edu>
-algorithm/string Pavol Droba <droba -at- topmail.sk>
+algorithm/string Marshall Clow <marshall -at- idio.com>
any Alexander Nasonov <alexander.nasonov -at- gmail.com>
array Marshall Clow <marshall -at- idio.com>
asio Chris Kohlhoff <chris -at- kohlhoff.com>
@@ -52,7 +52,7 @@ interprocess Ion Gaztanaga <igaztanaga -at- gmail.com>
intrusive Ion Gaztanaga <igaztanaga -at- gmail.com>
io Daryle Walker <darylew -at- hotmail.com>
iostreams Jonathan Turkanis <turkanis -at- coderage.com>
-iterator David Abrahams <dave -at- boost-consulting.com>, Thomas Witt <witt - at - acm.org>
+iterator David Abrahams <dave -at- boost-consulting.com>, Thomas Witt <witt - at - acm.org>, Jeffrey Lee Hellrung Jr. <jeffrey.hellrung -at- gmail.com>
lambda Jaakko Jarvi <jarvi -at- cs.tamu.edu>
local_function Lorenzo Caminiti <lorcaminiti -at- gmail.com>
locale Artyom Beilis <artyomtnk -at- yahoo.com>