Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81389 - trunk/libs
From: tim_at_[hidden]
Date: 2012-11-17 06:16:57


Author: timblechmann
Date: 2012-11-17 06:16:56 EST (Sat, 17 Nov 2012)
New Revision: 81389
URL: http://svn.boost.org/trac/boost/changeset/81389

Log:
libraries.htm: add boost.lockfree
Text files modified:
   trunk/libs/libraries.htm | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2012-11-17 06:16:56 EST (Sat, 17 Nov 2012)
@@ -192,6 +192,7 @@
         Program functions locally, within other functions, directly within the scope where they are needed, from Lorenzo Caminiti.</li>
     <li>locale - Provide localization and Unicode
     handling tools for C++, from Artyom Beilis</li>
+ <li>lockfree - Lockfree data structures, from Tim Blechmann</li>
     <li>lexical_cast -&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>math - Several contributions in the
@@ -399,6 +400,7 @@
     <li>context - Context switching library, from Oliver Kowalke</li>
     <li>interprocess - Shared memory, memory mapped files,
     process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntilde;aga</li>
+ <li>lockfree - Lockfree data structures, from Tim Blechmann</li>
     <li>MPI - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
     <li>thread - Portable C++
       multi-threading, from William Kempf.</li>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk