|
@@ -22,10 +22,9 @@
|
|
|
. <a href="more/download.html#Installation">Install</a> & <a href="tools/build/index.html">
|
|
. <a href="more/download.html#Installation">Install</a> & <a href="tools/build/index.html">
|
|
|
Build<br>
|
|
Build<br>
|
|
|
</a>. Regression Tests:<br>
|
|
</a>. Regression Tests:<br>
|
|
|
- <a href="status/compiler_status.html">Current
|
|
|
|
|
- Release</a><br>
|
|
|
|
|
- <a href="http://boost.sourceforge.net/regression-logs">Current
|
|
|
|
|
- CVS</a></p>
|
|
|
|
|
|
|
+ <a href="status/compiler_status.html">General
|
|
|
|
|
+ Info</a><br>
|
|
|
|
|
+ <a href="http://boost.sourceforge.net/regression-logs">Test Summary</a></p>
|
|
|
<p><b>Mailing Lists<br>
|
|
<p><b>Mailing Lists<br>
|
|
|
and newsgroups</b><br>
|
|
and newsgroups</b><br>
|
|
|
. <a href="more/mailing_lists.htm#main">Boost (Developers)</a><br>
|
|
. <a href="more/mailing_lists.htm#main">Boost (Developers)</a><br>
|
|
@@ -104,7 +103,7 @@
|
|
|
</center>
|
|
</center>
|
|
|
<!-- Search Google -->
|
|
<!-- Search Google -->
|
|
|
<h2><a name="Latest News">Latest News</a></h2>
|
|
<h2><a name="Latest News">Latest News</a></h2>
|
|
|
- <p>???? ??, 2003 - Version 1.30.0</p>
|
|
|
|
|
|
|
+ <p>March 1, 2003 - Version 1.30.0</p>
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>
|
|
<li>
|
|
|
<a href="libs/filesystem/doc/index.htm">Filesystem Library</a>
|
|
<a href="libs/filesystem/doc/index.htm">Filesystem Library</a>
|
|
@@ -147,8 +146,20 @@
|
|
|
have been documented.
|
|
have been documented.
|
|
|
<li> <a href="libs/date_time/doc/index.html">Date-Time Library</a> - several fixes and small additions including an interface change to partial_date. See <a href="libs/date_time/doc/Changes.html">Date-Time Change History</a> for more details.
|
|
<li> <a href="libs/date_time/doc/index.html">Date-Time Library</a> - several fixes and small additions including an interface change to partial_date. See <a href="libs/date_time/doc/Changes.html">Date-Time Change History</a> for more details.
|
|
|
</li>
|
|
</li>
|
|
|
- <li> <a href="libs/function/index.html">Function Library</a>: support for assignment to zero (to clear) and comparison against zero (to check if empty). </li>
|
|
|
|
|
- <LI> <a href="libs/test/index.html">Test Library</a> introduced following new facilities:
|
|
|
|
|
|
|
+ <li> <a href="libs/function/index.html">Function Library</a>
|
|
|
|
|
+ - added support for assignment to zero (to clear) and comparison against zero (to check if empty). </li>
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <a href="libs/utility/operators.htm#symmetry">
|
|
|
|
|
+ Operators Library</a> - now takes advantage
|
|
|
|
|
+ of named return value optimization (NRVO)
|
|
|
|
|
+ when available, from Daniel Frey.</li>
|
|
|
|
|
+ <li> <a href="status/compiler_status.html">
|
|
|
|
|
+ Regression Tests</a> - Much expanded, plus a
|
|
|
|
|
+ very nice
|
|
|
|
|
+ <a href="http://boost.sourceforge.net/regression-logs/">
|
|
|
|
|
+ summary page</a> from Rene Rivera.</li>
|
|
|
|
|
+ <LI> <a href="libs/test/index.html">Test Library</a>
|
|
|
|
|
+ - introduced following new facilities:
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>Automatic registration of unit tests</li>
|
|
<li>Automatic registration of unit tests</li>
|
|
|
<li>XML log format</li>
|
|
<li>XML log format</li>
|
|
@@ -289,32 +300,6 @@
|
|
|
<li>
|
|
<li>
|
|
|
Minor fixes to many libraries.</li>
|
|
Minor fixes to many libraries.</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
- <p>November 30, 2001 - Version 1.26.0</p>
|
|
|
|
|
- <ul>
|
|
|
|
|
- <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.html">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. Fixed overflows in uniform_int<>. Both changes cause
|
|
|
|
|
- random number sequences to differ compared to previous boost releases.
|
|
|
|
|
- <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>
|
|
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</table>
|
|
</table>
|
|
@@ -323,6 +308,6 @@
|
|
|
</table>
|
|
</table>
|
|
|
<hr>
|
|
<hr>
|
|
|
<p>Revised
|
|
<p>Revised
|
|
|
- <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->17 February, 2003<!--webbot bot="Timestamp" endspan i-checksum="40411" --></p>
|
|
|
|
|
|
|
+ <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->22 February, 2003<!--webbot bot="Timestamp" endspan i-checksum="40402" --></p>
|
|
|
</body>
|
|
</body>
|
|
|
</html>
|
|
</html>
|