libraries.htm: add boost.lockfree

[SVN r81389]
This commit is contained in:
Tim Blechmann 2012-11-17 11:16:56 +00:00
parent 0dc8b54088
commit a1c5610597

View file

@ -192,6 +192,7 @@ how to download, build, and install the libraries.</p>
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="lockfree/index.html">lockfree</a> - Lockfree data structures, from Tim Blechmann</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="math/doc/index.html">math</a> - Several contributions in the
@ -399,6 +400,7 @@ how to download, build, and install the libraries.</p>
<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="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>