From b739159500083e9ea42827938057c840ba40f529 Mon Sep 17 00:00:00 2001
From: Oliver Kowalke
Date: Mon, 16 Jul 2012 08:06:57 +0000
Subject: [PATCH] context: describtion added to maintainers.txt/libraries.htm
[SVN r79552]
---
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 cccd0c9599..13239dd424 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