Merge some more libraries.htm changes from release, and some small fixes.

[SVN r74989]
This commit is contained in:
Daniel James 2011-10-16 20:13:39 +00:00
parent 4dcaaf1af4
commit 010759f3a1

View file

@ -24,7 +24,7 @@ content="text/html; charset=iso-8859-1">
</tr>
</table>
<table border="0" cellpadding="5" cellspacing="0" style="border-collapchrse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" height="26" width="673">
<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" bgcolor="#D7EEFF" height="26" width="673">
<tr>
<td height="16" width="663"><a href="../more/getting_started/index.html">Getting Started</a>&nbsp;&nbsp;<font color="#FFFFFF">&nbsp;
</font>&nbsp;&nbsp;&nbsp;&nbsp; <a href="../tools/index.html">Tools&nbsp;</a>&nbsp;<font color="#FFFFFF">&nbsp;
@ -95,7 +95,7 @@ how to download, build, and install the libraries.</p>
Defines types for passing parameters, from John Maddock,
Howard Hinnant, et al.</li>
<li><a href="chrono/index.html">chrono</a> - Useful time utilities,
from Vicente J. Botet Escrib&aacute;.</li>
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
<li><a href="circular_buffer/index.html">circular_buffer</a> - STL compliant
container also known as ring or cyclic buffer, from Jan Gaspar.</li>
<li><a href="compatibility/index.html">compatibility</a> - Help for
@ -109,6 +109,7 @@ how to download, build, and install the libraries.</p>
<li><a href="config/config.htm">config</a> - Helps boost
library developers adapt to compiler idiosyncrasies; not
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="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
Kevlin Henney.</li>
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
@ -157,12 +158,12 @@ how to download, build, and install the libraries.</p>
of associated values, from Joachim Faulhaber.</li>
<li><a href="integer/index.html">integer</a> - Headers to ease
dealing with integral types.</li>
<li><a href="interprocess/index.html">interprocess </a>- Shared memory, memory mapped files,
<li><a href="interprocess/index.html">interprocess</a> - Shared memory, memory mapped files,
process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntilde;aga</li>
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
<li><a href="numeric/interval/doc/interval.htm">interval</a> - Extends the
usual arithmetic functions to mathematical intervals, from Guillaume
Melquiond, Herv&eacute; Br&ouml;nnimann and Sylvain Pion.</li>
<li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
<li><a href="intrusive/index.html">intrusive</a> - Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
<li><a href="utility/in_place_factories.html">in_place_factory, typed_in_place_factory</a>- Generic in-place construction of contained objects with a variadic argument-list, from Fernando Cacciola.</li>
<li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
prevent jumbled data, from Daryle Walker.</li>
@ -194,7 +195,7 @@ how to download, build, and install the libraries.</p>
<li><a href="algorithm/minmax/index.html">minmax</a> - standard library
extensions for simultaneous min/max and min/max element computations,
from Herv&eacute; Br&ouml;nnimann.</li>
<li><a href="move/index.html">move </a>- Portable move semantics for C++03 and C++1 compilers, from Ion Gazta&ntilde;aga</li>
<li><a href="move/index.html">move</a> - Portable move semantics for C++03 and C++1 compilers, from Ion Gazta&ntilde;aga</li>
<li><a href="../doc/html/mpi.html">MPI</a> - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
<li><a href="mpl/doc/index.html">mpl</a> - Template metaprogramming
framework of compile-time algorithms, sequences and metafunction classes,
@ -252,7 +253,7 @@ how to download, build, and install the libraries.</p>
adaptors that allow for efficient and very expressive code, from
Thorsten Ottosen and Neil Groves.</li>
<li><a href="ratio/index.html">ratio</a> - Compile time rational arithmetic,
from Vicente J. Botet Escrib&aacute;.</li>
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
<li><a href="rational/index.html">rational</a> - A rational
number class, from Paul Moore.</li>
@ -369,6 +370,7 @@ how to download, build, and install the libraries.</p>
</li>
<li><a href="circular_buffer/index.html">circular_buffer</a> - STL compliant
container also known as ring or cyclic buffer, from Jan Gaspar.</li>
<li><a href="container/index.html">container</a> - Standard library containers and extensions, from Ion Gazta&ntilde;aga</li>
<li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
<li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
Lubomir Bourdev and Hailin Jin.</li>
@ -378,7 +380,7 @@ how to download, build, and install the libraries.</p>
<li><a href="icl/index.html">icl</a> -
Interval Container Library, interval sets and maps and aggregation
of associated values, from Joachim Faulhaber.</li>
<li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
<li><a href="intrusive/index.html">intrusive</a> - Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
<li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
<li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
@ -542,7 +544,7 @@ how to download, build, and install the libraries.</p>
<li><a href="asio/index.html">asio</a> - Portable networking and other low-level
I/O, including sockets, timers, hostname resolution, socket iostreams, serial
ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.</li>
<li><a href="interprocess/index.html">interprocess </a>- Shared memory, memory mapped files,
<li><a href="interprocess/index.html">interprocess</a> - Shared memory, memory mapped files,
process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntilde;aga</li>
<li><a href="../doc/html/mpi.html">MPI</a> - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
<li><a href="thread/doc/index.html">thread</a> - Portable C++
@ -558,7 +560,7 @@ how to download, build, and install the libraries.</p>
Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
<li><a href="integer/index.html">integer</a> - Headers to ease
dealing with integral types.</li>
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
<li><a href="numeric/interval/doc/interval.htm">interval</a> - Extends the
usual arithmetic functions to mathematical intervals, from Guillaume
Melquiond, Herv&eacute; Br&ouml;nnimann and Sylvain Pion.</li>
<li><a href="math/doc/index.html">math</a> - Several contributions in the
@ -585,7 +587,7 @@ how to download, build, and install the libraries.</p>
<li><a href="random/index.html">random</a> - A complete
system for random number generation, from Jens Maurer.</li>
<li><a href="ratio/index.html">ratio</a> - A compile time ratio arithmetic,
from Vicente J. Botet Escrib&aacute;.</li>
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
<li><a href="rational/index.html">rational</a> - A rational
number class, from Paul Moore.</li>
<li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra
@ -612,7 +614,7 @@ how to download, build, and install the libraries.</p>
values of different value types, from Kevlin Henney.</li>
<li><a href="bimap/index.html">bimap</a> - Bidirectional maps, from Matias Capeletto.
</li>
<li><a href="container/index.html">container </a>- Standard library containers and extensions, from Ion Gazta&ntilde;aga</li>
<li><a href="container/index.html">container</a> - Standard library containers and extensions, from Ion Gazta&ntilde;aga</li>
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
- Empty member optimization, from John Maddock, Howard
Hinnant, et al.</li>
@ -622,7 +624,7 @@ how to download, build, and install the libraries.</p>
<li><a href="icl/index.html">icl</a> -
Interval Container Library, interval sets and maps and aggregation
of associated values, from Joachim Faulhaber.</li>
<li><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
<li><a href="intrusive/index.html">intrusive</a> - Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
<li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
multiple STL-compatible access interfaces, from Joaqu&iacute;n M L&oacute;pez
Mu&ntilde;oz.</li>
@ -715,7 +717,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<li><a href="utility/base_from_member.html">base-from-member</a> - Idiom to
initialize a base class with a member, from Daryle Walker.</li>
<li><a href="chrono/index.html">chrono</a> - Useful time utilities,
from Vicente J. Botet Escrib&aacute;.</li>
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
- Empty member optimization, from John Maddock, Howard
Hinnant, et al.</li>
@ -734,7 +736,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<li><a href="conversion/lexical_cast.htm">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="msm/index.html">meta state machine</a> - High-performance expressive UML 2.0 finite state machines, from Christophe Henry.</li>
<li><a href="move/index.html">move </a>- Portable move semantics for C++03 and C++1 compilers, from Ion Gazta&ntilde;aga</li>
<li><a href="move/index.html">move</a> - Portable move semantics for C++03 and C++1 compilers, from Ion Gazta&ntilde;aga</li>
<li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
from Fernando Cacciola.</li>
<li><a href="optional/doc/html/index.html">optional</a> - Discriminated-union