From 333e762a92d032db2cb13dbc40be2629f17d77de Mon Sep 17 00:00:00 2001
From: Oliver Kowalke
Date: Sun, 15 Jul 2012 15:48:34 +0000
Subject: [PATCH] context: add comment to libraries.htm and maintainers.txt
[SVN r79536]
---
libs/libraries.htm | 3 +++
libs/maintainers.txt | 1 +
2 files changed, 4 insertions(+)
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.
library developers adapt to compiler idiosyncrasies; not
intended for library users.
container - Standard library containers and extensions, from Ion Gaztañaga
+ context - Context switching library, from Oliver Kowalke
conversion - Polymorphic and lexical casts, from Dave Abrahams and
Kevlin Henney.
crc - Cyclic Redundancy Code, from Daryle
@@ -395,6 +396,7 @@ how to download, build, and install the libraries.
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.
+ context - Context switching library, from Oliver Kowalke
interprocess - Shared memory, memory mapped files,
process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga
MPI - Message Passing Interface library, for use in distributed-memory parallel application programming, from Douglas Gregor and Matthias Troyer.
@@ -816,6 +818,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
- chrono - Useful time utilities,
from Howard Hinnant, Beman Dawes, Vicente J. Botet Escribá.
+ - context - Context switching library, from Oliver Kowalke
- date_time - Date-Time library from Jeff Garland.
- filesystem - 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
concept_check Jeremy Siek
config John Maddock
container Ion Gaztanaga
+context Oliver Kowalke
conversion Antony Polukhin
crc Daryle Walker
date_time Jeff Garland