mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Update some html files from develop.
This commit is contained in:
parent
ce3e9c563e
commit
6f5410d28d
2 changed files with 14 additions and 10 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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ñ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ärvi and
|
||||
Gary Powell.</li>
|
||||
<li><a href="conversion/lexical_cast.htm">lexical_cast</a> - General literal text conversions, such as an <code>int</code> represented as
|
||||
<li><a href="lexical_cast/index.html">lexical_cast</a> - 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
|
||||
|
|
Loading…
Add table
Reference in a new issue