summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
committerAnas Nashif <anas.nashif@intel.com>2013-08-26 08:15:55 -0400
commitbb4dd8289b351fae6b55e303f189127a394a1edd (patch)
tree77c9c35a31b1459dd7988c2448e797d142530c41 /libs/libraries.htm
parent1a78a62555be32868418fe52f8e330c9d0f95d5a (diff)
downloadboost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.gz
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.tar.bz2
boost-bb4dd8289b351fae6b55e303f189127a394a1edd.zip
Imported Upstream version 1.51.0upstream/1.51.0
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm27
1 files changed, 23 insertions, 4 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 082aac57ce..8a8406afe8 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
@@ -115,6 +117,7 @@ how to download, build, and install the libraries.</p>
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="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="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
@@ -148,6 +151,8 @@ how to download, build, and install the libraries.</p>
<li><a href="functional/hash/index.html">functional/hash</a> -
A TR1 hash function object that can be extended to hash user defined
types, from Daniel James.</li>
+ <li><a href="functional/overloaded_function/index.html">functional/overloaded_function</a> -
+ Overload different functions into a single function object, from Lorenzo Caminiti.</li>
<li><a href="fusion/index.html">fusion</a> -
Library for working with tuples, including various containers, algorithms, etc.
From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
@@ -163,6 +168,8 @@ 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="utility/identity_type/index.html">identity_type</a> -
+ Wrap types within round parenthesis so they can always be passed as macro parameters, from Lorenzo Caminiti.</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,
@@ -181,6 +188,8 @@ 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="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>
<li><a href="locale/index.html">locale</a> - Provide localization and Unicode
handling tools for C++, from Artyom Beilis</li>
<li><a href="conversion/lexical_cast.htm">lexical_cast</a> -&nbsp; General literal text conversions, such as an <code>int</code> represented as
@@ -271,8 +280,8 @@ how to download, build, and install the libraries.</p>
<li><a href="regex/index.html">regex</a> - Regular expression
library, from John Maddock.</li>
<li><a href="utility/utility.htm#result_of">result_of</a> - determines the type of a function call expression.</li>
- <li><a href="scope_exit/doc/html/index.html">scope_exit</a>
- - Execute arbitrary code at scope exit, from Alexander Nasonov.</li>
+ <li><a href="scope_exit/index.html">scope_exit</a> -
+ Execute arbitrary code at scope exit, from Alexander Nasonov and Lorenzo Caminiti.</li>
<li><a href="serialization/doc/index.html">serialization</a>
- Serialization for persistence and marshalling, from Robert Ramey</li>
<li><a href="signals/index.html">signals</a> - managed signals &amp;
@@ -347,6 +356,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
@@ -385,6 +396,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="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<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>
@@ -514,9 +526,13 @@ how to download, build, and install the libraries.</p>
<li><a href="functional/hash/index.html">functional/hash</a> -
A TR1 hash function object that can be extended to hash user defined
types, from Daniel James.</li>
+ <li><a href="functional/overloaded_function/index.html">functional/overloaded_function</a> -
+ Overload different functions into a single function object, from Lorenzo Caminiti.</li>
<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="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>
<li><a href="phoenix/index.html">Phoenix</a> - Define small unnamed
function objects at the actual call site, and more, from Joel de Guzman, Dan
Marsden and Thomas Heller</li>
@@ -630,8 +646,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
"parameter/doc/html/index.html">parameter</a></span> -
Write functions that accept arguments by name, by David Abrahams
and Daniel Wallin.</li>
- <li><a href="scope_exit/doc/html/index.html">scope_exit</a>
- - Execute arbitrary code at scope exit, from Alexander Nasonov.</li>
+ <li><a href="scope_exit/index.html">scope_exit</a> -
+ Execute arbitrary code at scope exit, from Alexander Nasonov and Lorenzo Caminiti.</li>
<li><a href="typeof/index.html">typeof</a> -
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
</ul>
@@ -754,6 +770,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<h3><a name="Preprocessor">Preprocessor</a> Metaprogramming</h3>
<ul>
+ <li><a href="utility/identity_type/index.html">identity_type</a> -
+ Wrap types within round parenthesis so they can always be passed as macro parameters, from Lorenzo Caminiti.</li>
<li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor
metaprogramming tools including repetition and recursion, from Vesa Karvonen
and Paul Mensonides.</li>
@@ -800,6 +818,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<ul>
<li><a href="chrono/index.html">chrono</a> - Useful time utilities,
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
+ <li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
<li><a href="filesystem/index.html">filesystem</a> - Portable paths,
iteration over directories, and other useful filesystem operations, from