|
|
@@ -67,7 +67,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<ul>
|
|
|
<li><a href="any/index.html">any</a> - Safe, generic container for single
|
|
|
values of different value types, from Kevlin Henney. </li>
|
|
|
- <li><a href="array/index.htm">array</a> - STL compliant
|
|
|
+ <li><a href="array/index.html">array</a> - STL compliant
|
|
|
container wrapper for arrays of constant size, from
|
|
|
Nicolai Josuttis.</li>
|
|
|
<li><a href="bind/bind.html">bind</a> and <a href="bind/mem_fn.html"> mem_fn</a> - Generalized binders for function/object/pointers and member functions, from Peter
|
|
|
@@ -88,7 +88,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="config/config.htm">config</a> - Helps boost
|
|
|
library developers adapt to compiler idiosyncrasies; not
|
|
|
intended for library users.</li>
|
|
|
- <li><a href="conversion/index.htm">conversion</a> - Numeric,
|
|
|
+ <li><a href="conversion/index.html">conversion</a> - Numeric,
|
|
|
polymorphic, and lexical casts, from Dave Abrahams and
|
|
|
Kevlin Henney.</li>
|
|
|
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
|
|
|
@@ -99,7 +99,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="filesystem/doc/index.htm">filesystem</a> - Portable paths,
|
|
|
iteration over directories, and other useful filesystem operations, from
|
|
|
Beman Dawes.</li>
|
|
|
- <li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format
|
|
|
+ <li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
|
|
operations, from Samuel Krempp.</li>
|
|
|
<li><a href="function/index.html">function</a> - Function object wrappers
|
|
|
for deferred calls or callbacks, from Doug Gregor.</li>
|
|
|
@@ -108,7 +108,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
|
|
Generic graph components and algorithms, from Jeremy Siek
|
|
|
and a University of Notre Dame team.</li>
|
|
|
- <li><a href="integer/index.htm">integer</a> - Headers to ease
|
|
|
+ <li><a href="integer/index.html">integer</a> - Headers to ease
|
|
|
dealing with integral types.</li>
|
|
|
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
|
|
|
usual arithmetic functions to mathematical intervals, from Guillaume
|
|
|
@@ -168,7 +168,7 @@ how to download, build, and install the libraries.</p>
|
|
|
library, from John Maddock.</li>
|
|
|
<li><a href="signals/index.html">signals</a> - managed signals &
|
|
|
slots callback implementation, from Doug Gregor.</li>
|
|
|
- <li><a href="smart_ptr/index.htm">smart_ptr</a> - Five smart
|
|
|
+ <li><a href="smart_ptr/index.html">smart_ptr</a> - Five smart
|
|
|
pointer class templates, from Greg Colvin, Beman Dawes,
|
|
|
Peter Dimov, and Darin Adler.</li>
|
|
|
<li><a href="static_assert/static_assert.htm">static_assert</a>
|
|
|
@@ -182,14 +182,14 @@ how to download, build, and install the libraries.</p>
|
|
|
execution monitoring, from Gennadiy Rozental.</li>
|
|
|
<li><a href="thread/doc/index.html">thread</a> - Portable C++
|
|
|
multi-threading, from William Kempf.</li>
|
|
|
- <li><a href="timer/index.htm">timer</a> - Event timer,
|
|
|
+ <li><a href="timer/index.html">timer</a> - Event timer,
|
|
|
progress timer, and progress display classes, from Beman
|
|
|
Dawes.</li>
|
|
|
- <li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
|
|
|
+ <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="tuple/doc/tuple_users_guide.html">tuple</a> - Ease definition of functions returning multiple values, and more,
|
|
|
from Jaakko Järvi.</li>
|
|
|
- <li><a href="type_traits/index.htm">type_traits</a> -
|
|
|
+ <li><a href="type_traits/index.html">type_traits</a> -
|
|
|
Templates for fundamental properties of types, from John
|
|
|
Maddock, Steve Cleary, et al.</li>
|
|
|
<li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra
|
|
|
@@ -211,21 +211,21 @@ how to download, build, and install the libraries.</p>
|
|
|
<ul>
|
|
|
<li><a href="conversion/lexical_cast.htm">conversion/lexical_cast</a> - <tt>lexical_cast</tt>
|
|
|
class template, from Kevlin Henney.</li>
|
|
|
- <li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format
|
|
|
+ <li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
|
|
operations, from Samuel Krempp.</li>
|
|
|
<li><a href="regex/index.html">regex</a> - Regular expression
|
|
|
library, from John Maddock</li>
|
|
|
<li><a href="spirit/index.html">spirit</a> - LL parser framework
|
|
|
represents parsers directly as EBNF grammars in inlined C++, from Joel de
|
|
|
Guzman and team.</li>
|
|
|
- <li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
|
|
|
+ <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>
|
|
|
</ul>
|
|
|
|
|
|
<h3><a name="Containers">Containers</a></h3>
|
|
|
|
|
|
<ul>
|
|
|
- <li><a href="array/index.htm">array</a> - STL compliant
|
|
|
+ <li><a href="array/index.html">array</a> - STL compliant
|
|
|
container wrapper for arrays of constant size, from
|
|
|
Nicolai Josuttis.</li>
|
|
|
<li><a href="dynamic_bitset/dynamic_bitset.html">dynamic_bitset</a> - A runtime sized version of <tt>std::bitset</tt> from Jeremy Siek and Chuck Allison.</li>
|
|
|
@@ -254,7 +254,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="utility/operators.htm">operators</a> - Templates
|
|
|
ease arithmetic classes and iterators, from Dave Abrahams
|
|
|
and Jeremy Siek.</li>
|
|
|
- <li><a href="tokenizer/index.htm">tokenizer</a> - Break of a string or other
|
|
|
+ <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>
|
|
|
</ul>
|
|
|
|
|
|
@@ -311,7 +311,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="static_assert/static_assert.htm">static_assert</a>
|
|
|
- Static assertions (compile time assertions), from John
|
|
|
Maddock.</li>
|
|
|
- <li><a href="type_traits/index.htm">type_traits</a> -
|
|
|
+ <li><a href="type_traits/index.html">type_traits</a> -
|
|
|
Templates for fundamental properties of types, from John
|
|
|
Maddock, Steve Cleary, et al.</li>
|
|
|
</ul>
|
|
|
@@ -325,7 +325,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="static_assert/static_assert.htm">static_assert</a>
|
|
|
- Static assertions (compile time assertions), from John
|
|
|
Maddock.</li>
|
|
|
- <li><a href="type_traits/index.htm">type_traits</a> -
|
|
|
+ <li><a href="type_traits/index.html">type_traits</a> -
|
|
|
Templates for fundamental properties of types, from John
|
|
|
Maddock, Steve Cleary, et al.</li>
|
|
|
</ul>
|
|
|
@@ -352,7 +352,7 @@ how to download, build, and install the libraries.</p>
|
|
|
domain of mathematics, from various authors.</li>
|
|
|
<li><a href="conversion/cast.htm">conversion/numeric_cast</a> - <tt>numeric_cast</tt>
|
|
|
class template, from Kevlin Henney.</li>
|
|
|
- <li><a href="integer/index.htm">integer</a> - Headers to ease
|
|
|
+ <li><a href="integer/index.html">integer</a> - Headers to ease
|
|
|
dealing with integral types.</li>
|
|
|
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
|
|
|
usual arithmetic functions to mathematical intervals, from Guillaume
|
|
|
@@ -408,7 +408,7 @@ how to download, build, and install the libraries.</p>
|
|
|
|
|
|
<h3><a name="IO">Input/Output</a></h3>
|
|
|
<ul>
|
|
|
- <li><a href="format/index.htm">format</a> - Type-safe 'printf-like' format
|
|
|
+ <li><a href="format/index.html">format</a> - Type-safe 'printf-like' format
|
|
|
operations, from Samuel Krempp.</li>
|
|
|
<li><a href="io/doc/ios_state.html">io state savers</a> - Save I/O state to
|
|
|
prevent jumbled data, from Daryle Walker.</li>
|
|
|
@@ -428,7 +428,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<ul>
|
|
|
<li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
|
|
|
Steve Cleary.</li>
|
|
|
- <li><a href="smart_ptr/index.htm">smart_ptr</a> - Five smart
|
|
|
+ <li><a href="smart_ptr/index.html">smart_ptr</a> - Five smart
|
|
|
pointer class templates, from Greg Colvin, Beman Dawes,
|
|
|
Peter Dimov, and Darin Adler.</li>
|
|
|
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
|
|
|
@@ -453,7 +453,7 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="utility/compressed_pair.htm">compressed_pair</a>
|
|
|
- Empty member optimization, from John Maddock, Howard
|
|
|
Hinnant, et al.</li>
|
|
|
- <li><a href="conversion/index.htm">conversion</a> - Numeric,
|
|
|
+ <li><a href="conversion/index.html">conversion</a> - Numeric,
|
|
|
polymorphic, and lexical casts, from Dave Abrahams and
|
|
|
Kevlin Henney.</li>
|
|
|
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
|
|
|
@@ -464,7 +464,7 @@ how to download, build, and install the libraries.</p>
|
|
|
Beman Dawes.</li>
|
|
|
<li><a href="optional/doc/optional.html">optional</a> - Discriminated-union
|
|
|
wrapper for optional values, from Fernando Cacciola.</li>
|
|
|
- <li><a href="timer/index.htm">timer</a> - Event timer,
|
|
|
+ <li><a href="timer/index.html">timer</a> - Event timer,
|
|
|
progress timer, and progress display classes, from Beman
|
|
|
Dawes.</li>
|
|
|
<li><a href="utility/utility.htm">utility</a> - Class <b>noncopyable</b>
|