Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81760 - in trunk/libs: . atomic
From: tim_at_[hidden]
Date: 2012-12-07 11:55:39


Author: timblechmann
Date: 2012-12-07 11:55:38 EST (Fri, 07 Dec 2012)
New Revision: 81760
URL: http://svn.boost.org/trac/boost/changeset/81760

Log:
atomic: update maintainers & libraries files, add index.html
Added:
   trunk/libs/atomic/index.html (contents, props changed)
Text files modified:
   trunk/libs/libraries.htm | 2 ++
   trunk/libs/maintainers.txt | 2 +-
   2 files changed, 3 insertions(+), 1 deletions(-)

Added: trunk/libs/atomic/index.html
==============================================================================
--- (empty file)
+++ trunk/libs/atomic/index.html 2012-12-07 11:55:38 EST (Fri, 07 Dec 2012)
@@ -0,0 +1,13 @@
+<html>
+<head>
+<meta http-equiv="refresh" content="0; URL=../../doc/html/atomic.html">
+</head>
+<body>
+Automatic redirection failed, please go to
+../../doc/html/atomic.html &nbsp;<hr>
+<p>&copy; Copyright Beman Dawes, 2001</p>
+<p>Distributed under the Boost Software License, Version 1.0. (See accompanying
+file LICENSE_1_0.txt or copy
+at www.boost.org/LICENSE_1_0.txt)</p>
+</body>
+</html>

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2012-12-07 11:55:38 EST (Fri, 07 Dec 2012)
@@ -94,6 +94,7 @@
         with constant or generated data has never been
         easier, from Thorsten Ottosen.
         </li>
+ <li>atomic - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann</li>
     <li>bimap - Bidirectional maps, from Matias Capeletto.
         </li>
     <li>bind and mem_fn - Generalized binders for function/object/pointers and member functions, from Peter
@@ -398,6 +399,7 @@
     <li>asio - 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>atomic - C++11-style atomic<>, from Helge Bahmann, maintained by Tim Blechmann</li>
     <li>context - Context switching library, from Oliver Kowalke</li>
     <li>coroutine - Coroutine library, from Oliver Kowalke</li>
     <li>interprocess - Shared memory, memory mapped files,

Modified: trunk/libs/maintainers.txt
==============================================================================
--- trunk/libs/maintainers.txt (original)
+++ trunk/libs/maintainers.txt 2012-12-07 11:55:38 EST (Fri, 07 Dec 2012)
@@ -16,7 +16,7 @@
 array Marshall Clow <marshall -at- idio.com>
 asio Chris Kohlhoff <chris -at- kohlhoff.com>
 assign Thorsten Ottosen <nesotto -at- cs.auc.dk>
-atomic Helge Bahmann <hcb -at- chaoticmind.net>
+atomic Helge Bahmann <hcb -at- chaoticmind.net>, Tim Blechmann <tim -at- klingt.org>
 bimap Matias Capeletto <matias.capeletto -at- gmail.com>
 bind Peter Dimov <pdimov -at- mmltd.net>
 chrono Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>


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