|
|
@@ -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> - 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ñ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>
|