|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61541 - branches/release/libs
From: daniel_james_at_[hidden]
Date: 2010-04-24 12:29:28
Author: danieljames
Date: 2010-04-24 12:29:28 EDT (Sat, 24 Apr 2010)
New Revision: 61541
URL: http://svn.boost.org/trac/boost/changeset/61541
Log:
Merge library and maintainer list.
Properties modified:
branches/release/libs/libraries.htm (contents, props changed)
branches/release/libs/maintainers.txt (contents, props changed)
Text files modified:
branches/release/libs/libraries.htm | 23 ++++++++++++-----------
branches/release/libs/maintainers.txt | 2 +-
2 files changed, 13 insertions(+), 12 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2010-04-24 12:29:28 EDT (Sat, 24 Apr 2010)
@@ -231,9 +231,10 @@
Abrahams.</li>
<li>random - A complete
system for random number generation, from Jens Maurer.</li>
- <li>range - A new infrastructure
- for generic algorithms that builds on top
- of the new iterator concepts, from Thorsten Ottosen.</li>
+ <li>range - Concepts and utilities for
+ range-based algorithms, as well as range-based algorithms and range
+ adaptors that allow for efficient and very expressive code, from
+ Thorsten Ottosen and Neil Groves.</li>
<li>rational - A rational
number class, from Paul Moore.</li>
@@ -282,7 +283,7 @@
<li>tokenizer - Break of a string or other
character sequence into a series of tokens, from John Bandela.</li>
<li>TR1 - An implementation of the Technical
- Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
+ Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
<li>tribool - 3-state boolean type library, from Doug Gregor.</li>
<li>tuple - Ease definition of functions returning multiple values, and more,
from Jaakko Järvi.</li>
@@ -301,8 +302,8 @@
plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>
<b>prior()</b>
function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others.</li>
- <li>value_initialized - Wrapper for uniform-syntax value initialization,
- from Fernando Cacciola, based on the original idea of David Abrahams.</li>
+ <li>value_initialized - Wrapper for uniform-syntax value initialization,
+ from Fernando Cacciola, based on the original idea of David Abrahams.</li>
<li>uuid - A universally unique identifier, from Andy Tompkins.</li>
<li>variant - Safe, generic, stack-based discriminated union
container, from Eric Friedman and Itay Maman.</li>
@@ -450,8 +451,8 @@
<li>concept check
- Tools for generic programming, from Jeremy Siek.</li>
<li>enable_if -
- Selective inclusion of function template overloads, from Jaakko
- Järvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
+ Selective inclusion of function template overloads, from Jaakko
+ Järvi, Jeremiah Willcock, and Andrew Lumsdaine.</li>
<li>function_types - Type traits
for callable, built-in types, from Tobias Schwinger</li>
<li>gil - Generic Image Library, from
@@ -708,7 +709,7 @@
progress timer, and progress display classes, from Beman
Dawes.</li>
<li>TR1 - An implementation of the Technical
- Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
+ Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.</li>
<li>tribool - 3-state boolean type library, from Doug Gregor.</li>
<li>typeof -
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
@@ -719,8 +720,8 @@
plus <b>checked_delete()</b>, <b>checked_array_delete()</b>, <b>next(),</b>
<b>prior()</b>
function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others. </li>
- <li>value_initialized - Wrapper for uniform-syntax value initialization,
- from Fernando Cacciola, based on the original idea of David Abrahams.</li>
+ <li>value_initialized - Wrapper for uniform-syntax value initialization,
+ from Fernando Cacciola, based on the original idea of David Abrahams.</li>
</ul>
<h3>Broken compiler <a name="workarounds">workarounds</a></h3>
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt (original)
+++ branches/release/libs/maintainers.txt 2010-04-24 12:29:28 EDT (Sat, 24 Apr 2010)
@@ -65,7 +65,7 @@
ptr_container Thorsten Ottosen <nesotto -at- cs.auc.dk>
python David Abrahams <dave -at- boost-consulting.com>
random Jens Maurer <Jens.Maurer -at- gmx.net>
-range Thorsten Ottosen <nesotto -at- cs.auc.dk>
+range Neil Groves <neilgroves -at- googlemail.com>
rational Jonathan Turkanis <turkanis -at- coderage.com>
regex John Maddock <john -at- johnmaddock.co.uk>
scope_exit Alexander Nasonov <alexander.nasonov -at- gmail.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