mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 14:05:01 +00:00
Merge library and maintainer list.
[SVN r61541]
This commit is contained in:
parent
673ec9fe6a
commit
2622671de1
2 changed files with 13 additions and 12 deletions
|
@ -231,9 +231,10 @@ how to download, build, and install the libraries.</p>
|
|||
Abrahams.</li>
|
||||
<li><a href="random/index.html">random</a> - A complete
|
||||
system for random number generation, from Jens Maurer.</li>
|
||||
<li><a href="range/index.html">range</a> - A new infrastructure
|
||||
for generic algorithms that builds on top
|
||||
of the new iterator concepts, from Thorsten Ottosen.</li>
|
||||
<li><a href="range/index.html">range</a> - 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><a href="rational/index.html">rational</a> - A rational
|
||||
number class, from Paul Moore.</li>
|
||||
|
||||
|
@ -282,7 +283,7 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
|
||||
character sequence into a series of tokens, from John Bandela.</li>
|
||||
<li><a href="tr1/index.html">TR1</a> - 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><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
|
||||
<li><a href="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
|
||||
from Jaakko Järvi.</li>
|
||||
|
@ -301,8 +302,8 @@ how to download, build, and install the libraries.</p>
|
|||
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><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization,
|
||||
from Fernando Cacciola, based on the original idea of David Abrahams.</li>
|
||||
<li><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization,
|
||||
from Fernando Cacciola, based on the original idea of David Abrahams.</li>
|
||||
<li><a href="uuid/index.html">uuid</a> - A universally unique identifier, from Andy Tompkins.</li>
|
||||
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based discriminated union
|
||||
container, from Eric Friedman and Itay Maman.</li>
|
||||
|
@ -450,8 +451,8 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="concept_check/concept_check.htm">concept check</a>
|
||||
- Tools for generic programming, from Jeremy Siek.</li>
|
||||
<li><a href="utility/enable_if.html">enable_if</a> -
|
||||
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><a href="function_types/index.html">function_types</a> - Type traits
|
||||
for callable, built-in types, from Tobias Schwinger</li>
|
||||
<li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
|
||||
|
@ -708,7 +709,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
progress timer, and progress display classes, from Beman
|
||||
Dawes.</li>
|
||||
<li><a href="tr1/index.html">TR1</a> - 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><a href="../doc/html/tribool.html">tribool</a> - 3-state boolean type library, from Doug Gregor.</li>
|
||||
<li><a href="typeof/index.html">typeof</a> -
|
||||
Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
|
||||
|
@ -719,8 +720,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
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><a href="utility/value_init.htm">value_initialized</a> - Wrapper for uniform-syntax value initialization,
|
||||
from Fernando Cacciola, based on the original idea of David Abrahams.</li>
|
||||
<li><a href="utility/value_init.htm">value_initialized</a> - 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>
|
||||
|
|
|
@ -65,7 +65,7 @@ proto Eric Niebler <eric -at- boostpro.com>
|
|||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue