atomic: update maintainers & libraries files, add index.html

[SVN r81760]
This commit is contained in:
Tim Blechmann 2012-12-07 16:55:38 +00:00
parent c57fd0265b
commit 54b6c0c0e1
3 changed files with 4 additions and 2 deletions

@ -1 +1 @@
Subproject commit 8622f33f856d799b1da9eb66960e6c2ddd7c6407
Subproject commit 548371c910ed38e8f3a38f7205b1fd4f8969e090

View file

@ -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
@ -398,6 +399,7 @@ 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,

View file

@ -16,7 +16,7 @@ any Alexander Nasonov <alexander.nasonov -at- gmail.com>
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>