All final 1.20.2 changes, including fixing broken hyperlinks

[SVN r9071]
This commit is contained in:
Beman Dawes 2001-02-10 14:42:14 +00:00
parent babfcec46a
commit 6dead9f4a9
14 changed files with 68 additions and 110 deletions

View file

@ -52,30 +52,28 @@ section</a> (formerly called the &quot;vault&quot;).</p>
<p>Beman Dawes is the Boost <a name="webmaster">webmaster</a>; email him at <a href="mailto:beman@boost.org">beman@esva.net</a>
with any concerns you don't want to just post to the mailing list.</p>
<h2>Latest News</h2>
<p>Verson 1.20.2</p>
<p>February 10, 2001 - Version 1.20.2</p>
<ul>
<li>Minor fixes to integer.hpp and integer_test.cpp</li>
<li>Timer Library - changed to an all inline implementation.</li>
<li><a href="libs/random/index.html">Random Number Library</a>: Minor portability fixes
<li><a href="more/microsoft_vcpp.html">Portability Hints: Microsoft Visual C++</a> added.
<li><a href="libs/array_traits/index.html">Array traits</a> minor portability fix.
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> - one significant change and some additions.
<ol>
<li>Changes to <a href="libs/graph/doc/breadth_first_search.html">
<tt>breadth_first_search()</tt></a> concerning the event points for
<a href="libs/graph/doc/BFSVisitor.html">BFSVisitor</a>. </li>
<li>Added two maximum flow algorithms:
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> - Changes to <a href="libs/graph/doc/breadth_first_search.html">
<tt>breadth_first_search()</tt></a> re: <a href="libs/graph/doc/BFSVisitor.html">BFSVisitor</a>,
added max flow algorithms
<a href="libs/graph/doc/edmunds_karp_max_flow.html">
<tt>edmunds_karp_max_flow()</tt></a> and
<a href="libs/graph/doc/push_relabel_max_flow.html">
<tt>push_relabel_max_flow()</tt></a>. </li>
<li>Added the <a href="libs/graph/doc/adjacency_matrix.html">
<tt>adjacency_matrix</tt></a> graph class.</li>
<li>Added the <a href="libs/graph/doc/filtered_graph.html">
<tt>filtered_graph</tt></a> class adaptor.</li>
</ol></li>
<tt>push_relabel_max_flow()</tt></a>, added <a href="libs/graph/doc/adjacency_matrix.html"><tt>adjacency_matrix</tt></a> graph
class, added <a href="libs/graph/doc/filtered_graph.html"><tt>filtered_graph</tt></a>
adaptor</li>
<li><a href="libs/integer/index.htm">Integer Library:</a> minor fixes to integer.hpp and integer_test.cpp</li>
<li><a href="libs/random/index.html">Random Number Library</a>: Minor portability fixes
<li><a href="libs/rational/index.html">Rational Number Library</a>: documentation updates,
efficiency improvements, co-operates with user-defined types, regression tests
<li> <a href="libs/regex/index.htm">Regular Expression Library</a>&nbsp; minor
updates.</li>
<li><a href="libs/smart_ptr/index.htm">Smart Pointer Library</a>: shared_ptr
example added..</li>
<li><a href="libs/timer/index.htm">Timer Library:</a> changed to an all inline implementation.</li>
</ul>
<p>January 10, 2001 - Version 1.20.1</p>
<ul>
@ -129,7 +127,7 @@ efficiency improvements, co-operates with user-defined types, regression tests
<li> <a href="boost/cast.hpp">cast.hpp</a> Borland compiler fixes.</li>
<li><a href="boost/cstdint.hpp">cstdint.hpp</a> changed to no longer expose
names to the global namespace.</li>
<li><a href="libs/cs-beos.html">BeOS5/Intel</a> compiler status contributed by
<li><a href="status/cs-beos.html">BeOS5/Intel</a> compiler status contributed by
John Maddock.</li>
<li> <a href="status/compiler_status.html">Compiler Status</a> added two additional test programs
.</li>
@ -148,68 +146,8 @@ efficiency improvements, co-operates with user-defined types, regression tests
historical reasons, their non-header files still live in the
&quot;utility&quot; sub-directory.</li>
</ul>
<p>October 15, 2000 - Version 1.18.1</p>
<ul>
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a>, <a href="libs/random/index.html">Random
Number Library</a>, and <a href="libs/regex/index.htm">Regular Expression Library</a>:&nbsp;
Minor fixes.</li>
<li><a href="libs/config/index.htm">Configuration Header</a> additions for
various compiler foibles.</li>
<li><a href="more/borland_cpp.html">Portability Hints:
Borland C++ 5.5.1</a> from Jens Maurer added.</li>
<li><a href="status/compiler_status.html">Compiler Status</a> updated for latest
versions of several compilers.</li>
</ul>
<p>September 28, 2000 - Version 1.18.0</p>
<ul>
<li>Preliminary release of two important new libraries:</li>
</ul>
<blockquote>
<ul>
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> -
Generic graph components and algorithms from Jeremy Siek and a University
of Notre Dame team.</li>
<li><a href="libs/regex/index.htm">Regular Expression Library</a> - Text
pattern matching in all its glory from John Maddock.&nbsp;</li>
</ul>
</blockquote>
<ul>
<li>Other changes:
</ul>
<blockquote>
<ul>
<li><a href="libs/array/index.htm">Array Library</a> improvements reflecting
formal review comments.</li>
<li><a href="boost/functional.hpp">functional.hpp</a> compiler workarounds
added.</li>
<li> <a href="libs/utility/tie.html">tie() function
template</a> added to utility.hpp for easier handling of std::pair&lt;&gt;
return values.</li>
<li><a href="libs/integer/index.htm">Integer Library</a> improved handling
of 64-bit integers.</li>
<li>Minor web site page updates.</li>
</ul>
</blockquote>
<p>August 3, 2000 - Version 1.17.0</p>
<ul>
<li><a href="libs/array/index.htm">Array Library</a> added - An STL compliant
container wrapper for arrays of constant size from Nicolai Josuttis.</li>
<li><a href="libs/array_traits/index.html">array traits</a> header renamed
array_traits.hpp (was array.hpp).</li>
<li><a href="libs/random/index.html">Random Number Library</a>: more minor
changes to support more compilers.</li>
<li><a href="libs/smart_ptr/index.htm">Smart Pointer Library</a>: performance
reducing exception-specifications removed.</li>
<li>Compiler and test
program fixes for call_traits, compressed_pair, and type_traits.</li>
<li>Updated <a href="boost/cast.hpp">cast.hpp</a>
to clear compiler warning messages..</li>
<li>Linux <a href="status/compiler_status.html">Compiler Status</a> added.</li>
<li>Boost source code now lives in a publicly accessible Concurrent Versions
System (CVS) <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=boost">repository</a>.</li>
</ul>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->29 January 2001<!--webbot bot="Timestamp" endspan i-checksum="32184" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->10 February 2001<!--webbot bot="Timestamp" endspan i-checksum="40602" --></p>
</body>

@ -1 +1 @@
Subproject commit 44887bfe5918e4e7b56f3538c7d31aa3305d8816
Subproject commit ad82e2b25c7a475b0760c7da8011ffebb9f482a4

@ -1 +1 @@
Subproject commit bc9129719e8aa757a21f3344587ae4059c49d43c
Subproject commit 27028a7d328497d1a5aed48f5527907befa992fa

@ -1 +1 @@
Subproject commit e0f256559b1b5c55521949a9ce7ce5292dd7107a
Subproject commit ad33e4a22ec3aa8ce14bb510194e6c2ee600803f

@ -1 +1 @@
Subproject commit d2c2e49154ca879f20b01e3932cca0351b60c65f
Subproject commit f544a58f5874ef4999dd37ea2b371380d6773e7c

View file

@ -174,6 +174,6 @@ make and/or project files for various compilers.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
s-format="%d %b %Y" startspan -->19 Jan 2001<!--webbot bot="Timestamp" endspan i-checksum="14743" --></p>
s-format="%d %b %Y" startspan -->05 Feb 2001<!--webbot bot="Timestamp" endspan i-checksum="14382" --></p>
</body>
</html>

@ -1 +1 @@
Subproject commit b6dcd7ac0cdfeb8dc87fe3f85388d84a2326e6e9
Subproject commit 67224e443c7ea0a7ce13847fa928fd0224d4857a

@ -1 +1 @@
Subproject commit 42598e352c066ec0ba62756d46c3998a09fdf5b6
Subproject commit 228cdcf05efd0640262cc79e778763e52c0eb7aa

View file

@ -96,7 +96,7 @@ assuming no constraints.</p>
<p>Krzysztof Czarnecki and Ulrich W. Eisenecker, <a name="Generative Programming" href="http://www.generative-programming.org">Generative
Programming</a>, Addison-Wesley, 2000, ISBN 0-210-30977-7</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->27 September 2000<!--webbot bot="Timestamp" endspan i-checksum="39501" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->28 September 2000<!--webbot bot="Timestamp" endspan i-checksum="39503" --></p>
<p>© Copyright Beman Dawes, 2000</p>
</body>

View file

@ -76,7 +76,7 @@ other headers each boost header includes.</p>
</blockquote>
<p>&nbsp;</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->03 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40400" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->05 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40404" --></p>
</body>

View file

@ -149,7 +149,7 @@ necessary.</p>
<p>Libraries are software; they loose their value over time if not
maintained.&nbsp; Details still hazy.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->03 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40400" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->05 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40404" --></p>
</body>

View file

@ -83,7 +83,7 @@ generation of HTML compiler status tables, was developed by Beman Dawes in June,
<h2>Acknowledgements</h2>
<p>Written by Beman Dawes. Jens Maurer, Paul Moore, Gary Powell and Jeremy Siek contributed helpful suggestions.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->03 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40400" -->
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->05 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40404" -->
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>

View file

@ -16,14 +16,14 @@ content="text/html; charset=iso-8859-1">
alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
<td><a href="../index.htm"><font color="#FFFFFF" size="4"
face="Arial,Helvetica">Home</font></a></td>
<td><a href="libraries.htm"><font color="#FFFFFF"
size="4" face="Arial,Helvetica"">Libraries</font></a></td>
<td><a href="../libs/libraries.htm"><font color="#FFFFFF"
size="4" face="Arial,Helvetica" ">Libraries</font></a></td>
<td><a href="../people/people.htm"><font color="#FFFFFF"
size="4" face="Arial,Helvetica"">People</font></a></td>
size="4" face="Arial,Helvetica" ">People</font></a></td>
<td><a href="../more/faq.htm"><font color="#FFFFFF"
size="4" face="Arial,Helvetica"">FAQ</font></a></td>
size="4" face="Arial,Helvetica" ">FAQ</font></a></td>
<td><a href="../more/index.htm"><font color="#FFFFFF"
size="4" face="Arial,Helvetica"">More</font></a></td>
size="4" face="Arial,Helvetica" ">More</font></a></td>
</tr>
</table>
@ -102,7 +102,7 @@ library tests have not yet been included.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
s-format="%d %B %Y" startspan -->31 January 2001<!--webbot bot="Timestamp" endspan i-checksum="32169" --></p>
s-format="%d %B %Y" startspan -->10 February 2001<!--webbot bot="Timestamp" endspan i-checksum="40602" --></p>
</body>
</html>

View file

@ -8,7 +8,7 @@ Compiler Status: win32
<h1><img border border="0" src="../c++boost.gif" width="277" height="86"></h1>
<h1>Compiler Status: win32</h1>
<p><b>Run Date:</b> 23 Jan 2001 21:44 GMT</p>
<p><b>Run Date:</b> 10 Feb 2001 13:43 GMT</p>
<p><b>System Configuration:</b> Microsoft Windows 32bit</p>
<p>
<table border="1" cellspacing="0" cellpadding="5">
@ -19,7 +19,7 @@ Compiler Status: win32
<td>Metrowerks<br>CodeWarrior<br>6.0</td>
<td>Microsoft<br>VC++<br>6.0 SP4</td>
<td>Microsoft<br>VC++<br>6.0 SP4<br>STLport<br>4.0</td>
<td>GNU<br>GCC<br>2.95.2</td>
<td>GNU GCC<br>2.95.2-6<br>Cygwin 1.1.7</td>
<td>Intel C++<br>5.0<br>MS lib<br>6.0</td>
</tr>
<tr>
@ -85,7 +85,7 @@ Compiler Status: win32
<tr>
<td><a href="../libs/conversion/cast_test.cpp">libs/conversion/cast_test.cpp</a></td>
<td>run</td>
<td><font color="#FF0000">Fail</font></td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
@ -129,7 +129,7 @@ Compiler Status: win32
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
<td>Pass</td>
<td>Pass</td>
</tr>
<tr>
@ -163,6 +163,16 @@ Compiler Status: win32
<td><font color="#FF0000">Fail</font></td>
</tr>
<tr>
<td><a href="../libs/rational/rational_test.cpp">libs/rational/rational_test.cpp</a></td>
<td>run</td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
<td><font color="#FF0000">Fail</font></td>
</tr>
<tr>
<td><a href="../libs/random/random_test.cpp">libs/random/random_test.cpp</a></td>
<td>run</td>
<td>Pass</td>
@ -230,7 +240,7 @@ Compiler Status: win32
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
<td>Pass</td>
</tr>
<tr>
<td><a href="../libs/static_assert/static_assert_test_fail_2.cpp">libs/static_assert/static_assert_test_fail_2.cpp</a></td>
@ -240,7 +250,7 @@ Compiler Status: win32
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
<td>Pass</td>
</tr>
<tr>
<td><a href="../libs/static_assert/static_assert_test_fail_3.cpp">libs/static_assert/static_assert_test_fail_3.cpp</a></td>
@ -250,7 +260,7 @@ Compiler Status: win32
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
<td>Pass</td>
</tr>
<tr>
<td><a href="../libs/static_assert/static_assert_test_fail_4.cpp">libs/static_assert/static_assert_test_fail_4.cpp</a></td>
@ -270,7 +280,7 @@ Compiler Status: win32
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
<td>Pass</td>
</tr>
<tr>
<td><a href="../libs/static_assert/static_assert_test_fail_6.cpp">libs/static_assert/static_assert_test_fail_6.cpp</a></td>
@ -280,7 +290,7 @@ Compiler Status: win32
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
<td>Pass</td>
</tr>
<tr>
<td><a href="../libs/static_assert/static_assert_test_fail_7.cpp">libs/static_assert/static_assert_test_fail_7.cpp</a></td>
@ -294,13 +304,13 @@ Compiler Status: win32
</tr>
<tr>
<td><a href="../libs/static_assert/static_assert_test_fail_8.cpp">libs/static_assert/static_assert_test_fail_8.cpp</a></td>
<td>compile-fail</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
<td>link-fail</td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
</tr>
<tr>
<td><a href="../libs/timer/timer_test.cpp">libs/timer/timer_test.cpp</a></td>
@ -333,12 +343,22 @@ Compiler Status: win32
<td>Pass</td>
</tr>
<tr>
<td><a href="../libs/utility/iterator_adaptor_test.cpp">libs/utility/iterator_adaptor_test.cpp</a></td>
<td><a href="../libs/utility/counting_iterator_test.cpp">libs/utility/counting_iterator_test.cpp</a></td>
<td>run</td>
<td><font color="#FF0000">Fail</font></td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
</tr>
<tr>
<td><a href="../libs/utility/iterator_adaptor_test.cpp">libs/utility/iterator_adaptor_test.cpp</a></td>
<td>run</td>
<td><font color="#FF0000">Fail</font></td>
<td><font color="#FF0000">Fail</font></td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td>Pass</td>
<td><font color="#FF0000">Fail</font></td>
</tr>