|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r79536 - branches/release/libs
From: oliver.kowalke_at_[hidden]
Date: 2012-07-15 11:48:35
Author: olli
Date: 2012-07-15 11:48:34 EDT (Sun, 15 Jul 2012)
New Revision: 79536
URL: http://svn.boost.org/trac/boost/changeset/79536
Log:
context: add comment to libraries.htm and maintainers.txt
Text files modified:
branches/release/libs/libraries.htm | 3 +++
branches/release/libs/maintainers.txt | 1 +
2 files changed, 4 insertions(+), 0 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2012-07-15 11:48:34 EDT (Sun, 15 Jul 2012)
@@ -117,6 +117,7 @@
library developers adapt to compiler idiosyncrasies; not
intended for library users.</li>
<li>container - Standard library containers and extensions, from Ion Gaztañaga</li>
+ <li>context - Context switching library, from Oliver Kowalke</li>
<li>conversion - Polymorphic and lexical casts, from Dave Abrahams and
Kevlin Henney.</li>
<li>crc - Cyclic Redundancy Code, from Daryle
@@ -395,6 +396,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>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ñaga</li>
<li>MPI - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
@@ -816,6 +818,7 @@
<ul>
<li>chrono - Useful time utilities,
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escribá.</li>
+ <li>context - Context switching library, from Oliver Kowalke</li>
<li>date_time - Date-Time library from Jeff Garland.</li>
<li>filesystem - Portable paths,
iteration over directories, and other useful filesystem operations, from
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt (original)
+++ branches/release/libs/maintainers.txt 2012-07-15 11:48:34 EDT (Sun, 15 Jul 2012)
@@ -23,6 +23,7 @@
concept_check Jeremy Siek <jeremy.siek -at- gmail.com>
config John Maddock <john -at- johnmaddock.co.uk>
container Ion Gaztanaga <igaztanaga -at- gmail.com>
+context Oliver Kowalke <oliver.kowalke -at- gmx.de>
conversion Antony Polukhin <antoshkka -at- gmail.com>
crc Daryle Walker <darylew -at- hotmail.com>
date_time Jeff Garland <jeff -at- crystalclearsoftware.com>
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