Add GCD/LCM and Preprocessor libraries

[SVN r11832]
This commit is contained in:
Beman Dawes 2001-11-30 13:10:34 +00:00
parent f9b863625a
commit 23095d9978

View file

@ -41,7 +41,8 @@ content="text/html; charset=iso-8859-1">
higher-order programming<br>
</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Generic">Generic Programming</a><br>
&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Generic">Template
Metaprogramming<br>
Metaprogramming</a><br>
&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Preprocessor">Preprocessor Metaprogramming</a><a href="#Generic"><br>
</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Concurrent">Concurrent Programming</a><br>
&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Math">Math and numerics<br>
</a>&nbsp;&nbsp;&nbsp;&nbsp; <a href="#Inter-language">Inter-language support</a><br>
@ -108,6 +109,10 @@ out how to build object libraries, when needed.</p>
- Adapt a base type into a standard conforming iterator,
and more, from Dave Abrahams, Jeremy Siek, and John
Potter.</li>
<li><a href="math/doc/index.html">math</a> - Several contributions in the
domain of mathematics, from various authors.</li>
<li><a href="math/doc/common_factor.html">math/common_factor</a> - Greatest
common divisor and least common multiple, from Daryle Walker.</li>
<li><a href="math/octonion/index.html">math/octonion</a> -
Octonions, from Hubert Holin.</li>
<li><a href="math/quaternion/index.html">math/quaterion</a> -
@ -120,6 +125,8 @@ out how to build object libraries, when needed.</p>
and Jeremy Siek.</li>
<li><a href="pool/doc/index.html">pool</a> - Memory pool management, from
Steve Cleary.</li>
<li><a href="preprocessor/doc/index.htm">preprocessor</a> - Preprocessor
metaprogramming tools including repetition and recursion, from Vesa Karvonen.</li>
<li><a href="property_map/property_map.html">property map</a>
- Concepts defining interfaces which map key objects to
value objects, from Jeremy Siek.</li>
@ -259,6 +266,13 @@ out how to build object libraries, when needed.</p>
Maddock, Steve Cleary, et al.</li>
</ul>
<h3><a name="Preprocessor">Preprocessor</a> Metaprogramming</h3>
<ul>
<li><a href="preprocessor/doc/index.htm">preprocessor</a> - Preprocessor
metaprogramming tools including repetition and recursion, from Vesa Karvonen.</li>
</ul>
<h3><a name="Concurrent">Concurrent</a> Programming</h3>
<ul>
@ -269,10 +283,14 @@ out how to build object libraries, when needed.</p>
<h3><a name="Math">Math</a> and numerics</h3>
<ul>
<li><a href="math/doc/index.html">math</a> - Several contributions in the
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
dealing with integral types.</li>
<li><a href="math/doc/common_factor.html">math/common_factor</a> - Greatest
common divisor and least common multiple, from Daryle Walker.</li>
<li><a href="math/octonion/index.html">math/octonion</a> -
Octonions, from Hubert Holin.</li>
<li><a href="math/quaternion/index.html">math/quaterion</a> -
@ -398,6 +416,6 @@ libraries will soon be either submitted for formal review or removed.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
s-format="%d %b %Y" startspan -->07 Nov 2001<!--webbot bot="Timestamp" i-checksum="15250" endspan --></p>
s-format="%d %b %Y" startspan -->30 Nov 2001<!--webbot bot="Timestamp" i-checksum="15239" endspan --></p>
</body>
</html>