Просмотр исходного кода

Merge library info from trunk.

[SVN r78600]
Daniel James 14 лет назад
Родитель
Сommit
e3a2ea9bb4
3 измененных файлов с 11 добавлено и 3 удалено
  1. 5 1
      index.html
  2. 4 0
      libs/libraries.htm
  3. 2 2
      libs/maintainers.txt

+ 5 - 1
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>

+ 4 - 0
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

+ 2 - 2
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>

粤ICP备19079148号