From 2622671de186357cc48c9484fdaf6c7ed08cf4c0 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 24 Apr 2010 16:29:28 +0000 Subject: [PATCH] Merge library and maintainer list. [SVN r61541] --- libs/libraries.htm | 23 ++++++++++++----------- libs/maintainers.txt | 2 +- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/libs/libraries.htm b/libs/libraries.htm index 6057f1d124..01a0042ada 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -231,9 +231,10 @@ how to download, build, and install the libraries.

Abrahams.
  • random - A complete system for random number generation, from Jens Maurer.
  • -
  • range - A new infrastructure - for generic algorithms that builds on top - of the new iterator concepts, from Thorsten Ottosen.
  • +
  • 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.
  • rational - A rational number class, from Paul Moore.
  • @@ -282,7 +283,7 @@ how to download, build, and install the libraries.

  • tokenizer - Break of a string or other character sequence into a series of tokens, from John Bandela.
  • TR1 - An implementation of the Technical - Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.
  • + Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.
  • tribool - 3-state boolean type library, from Doug Gregor.
  • tuple - Ease definition of functions returning multiple values, and more, from Jaakko Järvi.
  • @@ -301,8 +302,8 @@ how to download, build, and install the libraries.

    plus checked_delete(), checked_array_delete(), next(),  prior() function templates, plus base-from-member idiom, from Dave Abrahams and others. -
  • value_initialized - Wrapper for uniform-syntax value initialization, - from Fernando Cacciola, based on the original idea of David Abrahams.
  • +
  • value_initialized - Wrapper for uniform-syntax value initialization, + from Fernando Cacciola, based on the original idea of David Abrahams.
  • uuid - A universally unique identifier, from Andy Tompkins.
  • variant - Safe, generic, stack-based discriminated union container, from Eric Friedman and Itay Maman.
  • @@ -450,8 +451,8 @@ how to download, build, and install the libraries.

  • concept check - Tools for generic programming, from Jeremy Siek.
  • enable_if - - Selective inclusion of function template overloads, from Jaakko - Järvi, Jeremiah Willcock, and Andrew Lumsdaine.
  • + Selective inclusion of function template overloads, from Jaakko + Järvi, Jeremiah Willcock, and Andrew Lumsdaine.
  • function_types - Type traits for callable, built-in types, from Tobias Schwinger
  • gil - Generic Image Library, from @@ -708,7 +709,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey
  • progress timer, and progress display classes, from Beman Dawes.
  • TR1 - An implementation of the Technical - Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.
  • + Report on C++ Library Extensions, using other Boost libraries as a basis, from John Maddock.
  • tribool - 3-state boolean type library, from Doug Gregor.
  • typeof - Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.
  • @@ -719,8 +720,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey plus checked_delete(), checked_array_delete(), next(),  prior() function templates, plus base-from-member idiom, from Dave Abrahams and others. -
  • value_initialized - Wrapper for uniform-syntax value initialization, - from Fernando Cacciola, based on the original idea of David Abrahams.
  • +
  • value_initialized - Wrapper for uniform-syntax value initialization, + from Fernando Cacciola, based on the original idea of David Abrahams.
  • Broken compiler workarounds

    diff --git a/libs/maintainers.txt b/libs/maintainers.txt index 73d8783114..8a53f169fe 100644 --- a/libs/maintainers.txt +++ b/libs/maintainers.txt @@ -65,7 +65,7 @@ proto Eric Niebler ptr_container Thorsten Ottosen python David Abrahams random Jens Maurer -range Thorsten Ottosen +range Neil Groves rational Jonathan Turkanis regex John Maddock scope_exit Alexander Nasonov