summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2014-06-30 23:30:12 +0100
committerDaniel James <daniel@calamity.org.uk>2014-06-30 23:30:12 +0100
commit6f5410d28d70bc4c44fbf035f6cd88e63bf2e2c1 (patch)
tree9aafdff816772349a11f8d772ad8823f5f2e6f74
parentce3e9c563ed82f90fe6022ea1fb7affa65761f11 (diff)
downloadboost-6f5410d28d70bc4c44fbf035f6cd88e63bf2e2c1.tar.gz
Update some html files from develop.
-rw-r--r--index.html9
-rw-r--r--libs/libraries.htm15
2 files changed, 14 insertions, 10 deletions
diff --git a/index.html b/index.html
index 5c9a94d2aa..255aa26f97 100644
--- a/index.html
+++ b/index.html
@@ -55,9 +55,12 @@
<h3>Changes in this release</h3>
- <p>This release includes one new library
- (<a href="libs/align/">Align</a>),
- as well as updates to many existing libraries. See
+ <p>This release includes two new libraries
+ (<a href="libs/align/">Align</a> and
+ <a href="libs/type_index/">Type_Index</a>),
+ as well as updates to many existing libraries. Also, due to Boost migrating
+ to a more modular repository, some parts of Boost have been moved around.
+ See
<a href="http://www.boost.org/users/history/version_1_56_0.html">Release
History</a> for more information.</p>
diff --git a/libs/libraries.htm b/libs/libraries.htm
index d8b7a3cef5..f55c658b8c 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -122,7 +122,8 @@ how to download, build, and install the libraries.</p>
intended for library users.</li>
<li><a href="container/index.html">container</a> - Standard library containers and extensions, from Ion Gazta&ntilde;aga</li>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
- <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and Kevlin Henney.</li>
+ <li><a href="conversion/index.html">conversion</a> - Polymorphic casts, from Dave Abrahams and
+ Kevlin Henney.</li>
<li><a href="core/index.html">core</a> - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
<li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
@@ -164,7 +165,7 @@ how to download, build, and install the libraries.</p>
<li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
Lubomir Bourdev and Hailin Jin.</li>
<li><a href="geometry/index.html">geometry</a> - Geometry Library, from
- Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
+ Barend Gehrels, Bruno Lalande, Mateusz Loskot and Adam Wulkiewicz.</li>
<li><a href="graph/doc/table_of_contents.html">graph</a> -
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
@@ -193,7 +194,7 @@ how to download, build, and install the libraries.</p>
<li><a href="lambda/index.html">lambda</a> - Define small unnamed
function objects at the actual call site, and more, from Jaakko J&auml;rvi and
Gary Powell.</li>
- <li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
+ <li><a href="lexical_cast/index.html">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
<li><a href="local_function/index.html">local_function</a> -
Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti.</li>
@@ -318,7 +319,7 @@ how to download, build, and install the libraries.</p>
Guzman, Hartmut Kaiser, Dan Nuffer and team.</li>
<li><a href="algorithm/string/index.html">string_algo</a> -
String algorithms library, from Pavol Droba.</li>
- <li><a href="utility/swap.html">swap</a> -
+ <li><a href="core/swap.html">swap</a> -
Enhanced generic swap function, from Joseph Gauterin.</li>
<li><a href="system/doc/index.html">system</a> - Operating system support,
including the diagnostics support that will be part of the C++0x standard
@@ -843,7 +844,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<h3><a name="String">String</a> and Text Processing</h3>
<ul>
- <li><a href="conversion/lexical_cast.htm">conversion/lexical_cast</a> - <tt>lexical_cast</tt>
+ <li><a href="lexical_cast/index.html">lexical_cast</a> - <tt>lexical_cast</tt>
class template, from Kevlin Henney.</li>
<li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
operations, from Samuel Krempp.</li>
@@ -884,7 +885,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<h3><a name="Miscellaneous">Miscellaneous</a></h3>
<ul>
- <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
+ <li><a href="conversion/index.html">conversion</a> - Polymorphic casts, from Dave Abrahams and
Kevlin Henney.</li>
<li><a href="core/index.html">core</a> - A collection of simple core utilities with minimal dependencies, maintained by Peter Dimov, Glen Fernandes, and Andrey Semashev.</li>
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
@@ -896,7 +897,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
Objective C++ predefined macros or those defined in generally available
headers, from Rene Rivera.</li>
- <li><a href="utility/swap.html">swap</a> -
+ <li><a href="core/swap.html">swap</a> -
Enhanced generic swap function, from Joseph Gauterin.</li>
<li><a href="timer/index.html">timer</a> - Event timer,
progress timer, and progress display classes, from Beman