summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/libraries.htm3
-rw-r--r--libs/maintainers.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 0ce4fbcb67..6c85f75381 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -117,6 +117,7 @@ how to download, build, and install the libraries.</p>
library developers adapt to compiler idiosyncrasies; not
intended for library users.</li>
<li><a href="container/index.html">container</a> - Standard library containers and extensions, from Ion Gazta&ntilde;aga</li>
+ <li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
Kevlin Henney.</li>
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
@@ -395,6 +396,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="context/doc/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="interprocess/index.html">interprocess</a> - Shared memory, memory mapped files,
process-shared mutexes, condition variables, containers and allocators, from Ion Gazta&ntilde;aga</li>
<li><a href="../doc/html/mpi.html">MPI</a> - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.</li>
@@ -816,6 +818,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<ul>
<li><a href="chrono/index.html">chrono</a> - Useful time utilities,
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
+ <li><a href="context/doc/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
<li><a href="date_time/doc/index.html">date_time</a> - Date-Time library from Jeff Garland.</li>
<li><a href="filesystem/index.html">filesystem</a> - Portable paths,
iteration over directories, and other useful filesystem operations, from
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 58ea74259d..92ce6d4cff 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -23,6 +23,7 @@ circular_buffer Jan Gaspar <jano_gaspar -at- yahoo.com>
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>