|
|
@@ -52,30 +52,28 @@ section</a> (formerly called the "vault").</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> 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
|
|
|
"utility" 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>:
|
|
|
- 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. </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<>
|
|
|
- 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>
|
|
|
|