Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79552 - trunk/libs
From: oliver.kowalke_at_[hidden]
Date: 2012-07-16 04:07:03


Author: olli
Date: 2012-07-16 04:06:57 EDT (Mon, 16 Jul 2012)
New Revision: 79552
URL: http://svn.boost.org/trac/boost/changeset/79552

Log:
context: describtion added to maintainers.txt/libraries.htm

Text files modified:
   trunk/libs/libraries.htm | 3 +++
   trunk/libs/maintainers.txt | 1 +
   2 files changed, 4 insertions(+), 0 deletions(-)

Modified: trunk/libs/libraries.htm
==============================================================================
--- trunk/libs/libraries.htm (original)
+++ trunk/libs/libraries.htm 2012-07-16 04:06:57 EDT (Mon, 16 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&ntilde;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&ntilde;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&aacute;.</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: trunk/libs/maintainers.txt
==============================================================================
--- trunk/libs/maintainers.txt (original)
+++ trunk/libs/maintainers.txt 2012-07-16 04:06:57 EDT (Mon, 16 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