summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorAndrey Semashev <andrey.semashev@gmail.com>2012-12-15 18:28:27 +0000
committerAndrey Semashev <andrey.semashev@gmail.com>2012-12-15 18:28:27 +0000
commitf46685dd72787b8caaf08cf461d1a77c40462fab (patch)
tree3644fd8e4ce759de616fe7cbef2420ddb5c48d89 /libs/libraries.htm
parent15a4c127d41fb3b6215c382f072a334f07aa61ec (diff)
downloadboost-f46685dd72787b8caaf08cf461d1a77c40462fab.tar.gz
Boost.Atomic and Boost.Lockfree merged from trunk.
[SVN r81976]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index a46fad9b3e..11e8f27bf7 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -94,6 +94,7 @@ how to download, build, and install the libraries.</p>
with constant or generated data has never been
easier, from Thorsten Ottosen.
</li>
+ <li><a href="atomic/index.html">atomic</a> - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann</li>
<li><a href="bimap/index.html">bimap</a> - Bidirectional maps, from Matias Capeletto.
</li>
<li><a href="bind/bind.html">bind</a> and <a href="bind/mem_fn.html"> mem_fn</a> - Generalized binders for function/object/pointers and member functions, from Peter
@@ -194,6 +195,7 @@ how to download, build, and install the libraries.</p>
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
a <code>string</code>, or vice-versa, from Kevlin Henney.</li>
+ <li><a href="lockfree/index.html">lockfree</a> - Lockfree data structures, from Tim Blechmann</li>
<li><a href="math/doc/index.html">math</a> - Several contributions in the
domain of mathematics, from various authors.</li>
<li><a href="math/doc/complex/html/index.html">math/complex number algorithms</a> -
@@ -400,10 +402,12 @@ 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="atomic/index.html">atomic</a> - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann</li>
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="coroutine/index.html">coroutine</a> - Coroutine 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="lockfree/index.html">lockfree</a> - Lockfree data structures, from Tim Blechmann</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++
multi-threading, from William Kempf.</li>