summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorLorenzo Caminiti <lorcaminiti@gmail.com>2012-05-24 01:35:04 +0000
committerLorenzo Caminiti <lorcaminiti@gmail.com>2012-05-24 01:35:04 +0000
commit8dc8199e8761841878f893f60dd8b7abb3104c18 (patch)
treef6553b931e2fddd81dddd253de994881ec3fc23e /libs/libraries.htm
parent252ebfb22738cb715238916aa1e35da56a291615 (diff)
downloadboost-8dc8199e8761841878f893f60dd8b7abb3104c18.tar.gz
Merged ScopeExit (improved), LocalFunction (new), Functional/OverloadedFunction (new), and Utility/IdentityType (new) from trunk into release branch.
[SVN r78564]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm20
1 files changed, 16 insertions, 4 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 082aac57ce..b3c822c4ff 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -148,6 +148,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 +165,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 +185,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 +277,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;
@@ -514,9 +520,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 +640,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 +764,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>