mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
Add GCD/LCM and Preprocessor libraries
[SVN r11833]
This commit is contained in:
parent
23095d9978
commit
c3f0e1a479
1 changed files with 14 additions and 7 deletions
21
index.htm
21
index.htm
|
@ -2,14 +2,14 @@
|
|||
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<title>Boost C++ Libraries</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<h1>
|
||||
<img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86" align="center">
|
||||
<img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" align="center" width="277" height="86">
|
||||
Welcome to Boost.org!</h1>
|
||||
|
||||
<table>
|
||||
|
@ -79,13 +79,20 @@ members are encouraged to participate in
|
|||
formal reviews of proposed libraries.</p>
|
||||
|
||||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>??? - Version 1.2???</p>
|
||||
<p>November 30, 2001 - Version 1.26.0</p>
|
||||
<ul>
|
||||
<li><a href="libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</a>:
|
||||
<li><a href="libs/math/doc/common_factor.html">Common Factor Library</a>
|
||||
added. Greatest common divisor and least common multiple, from Daryle Walker.<li>
|
||||
<a href="libs/preprocessor/doc/index.htm">Preprocessor Library</a> added.
|
||||
Preprocessor metaprogramming tools including repetition and recursion, from
|
||||
Vesa Karvonen.<li><a href="libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</a>:
|
||||
Added <a href="libs/utility/generator_iterator.htm">generator iterator</a>
|
||||
adaptor, from Jens Maurer.
|
||||
<li><a href="libs/random/index.html">Random Number Library</a>:
|
||||
Removed iterator interface.
|
||||
Removed iterator interface.<li><a href="libs/utility/operators.htm">
|
||||
operators.hpp</a>: Improvements from Daryle and Helmut Ziesel<li>
|
||||
<a href="tools/build/index.html">Boost.Build:</a> Continuing improvements,
|
||||
including pre-built <a href="tools/build/index.html#Jam">Boost.Jam executables</a>.<li>Minor fixes to a number of other libraries.</li>
|
||||
</ul>
|
||||
<p>November 5, 2001 - Version 1.25.1</p>
|
||||
<ul>
|
||||
|
@ -164,8 +171,8 @@ Formal Review Schedule</a> added. Shows current, future, and recent past review
|
|||
</table>
|
||||
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->05 November, 2001<!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->30 November, 2001<!--webbot bot="Timestamp" i-checksum="39352" endspan --></p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue