1.17.0 release candidate runup

[SVN r7683]
This commit is contained in:
Beman Dawes 2000-08-03 15:26:16 +00:00
parent 5bcae209dd
commit 5c524663ce
9 changed files with 43 additions and 20 deletions

View file

@ -20,7 +20,7 @@
</tr>
</table>
<h1>Welcome to Boost.org!</h1>
<p>The Boost web site provides a repository for free, peer-reviewed, C++ <a href="libraries.htm">libraries</a>.
<p>The Boost web site provides free, peer-reviewed, C++ <a href="libraries.htm">libraries</a>.
The emphasis is on portable libraries which work well with the C++ Standard
Library.</p>
<p><a href="more/lib_guide.htm">Library Requirements and Guidelines</a> and <a href="more/submission_process.htm">Library
@ -29,7 +29,9 @@ Submission Process</a> provides basic information for library authors.</p>
check out <a href="people.htm">people</a>.</p>
<p>The <a href="more/faq.htm">FAQ</a> answers questions we hope someone will
bother to ask.</p>
<p>Click here for <a href="libraries.htm#Download">download</a> instructions.</p>
<p>You may <a href="file:///c:/boost/site/boost_all.zip">download all of boost</a>
as a single ZIP file. Click here for <a href="libraries.htm#Download">download</a>
details.&nbsp; The source code is also publicly accessible in a CVS <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=boost">repository</a>.</p>
<p>See <a href="libs/compiler_status.htm">Compiler Status</a> to find out what
library works with which compiler.</p>
<h2><a name="Mailing List">Membership</a></h2>
@ -48,12 +50,23 @@ 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@boost.org</a>
with any concerns you don't want to just post to the mailing list.</p>
<h2>Latest News</h2>
<p>??? - Version 1.16.2</p>
<p>August 3, 2000 - Version 1.17.0</p>
<ul>
<li><a href="libs/array/array.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><a href="libs/utility/index.htm">Utility Library</a>: compiler and test
program fixes for call_traits, compressed_pair, and type_traits. </li>
program fixes for call_traits, compressed_pair, and type_traits.</li>
<li><a href="libs/utility/index.htm">Utility Library</a>: updated <a href="boost/cast.hpp">cast.hpp</a>
to clear compiler warning messages..</li>
<li>Linux <a href="libs/compiler_status.htm">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>
<p>July 5, 2000 - Version 1.16.1</p>
<ul>
@ -128,7 +141,7 @@ header from Jens Maurer to the <a href="libs/integer/index.htm">Integer Library<
pointer timings</a> added (thanks to Gavin Collings). Minor fix <a href="libs/min_rand/index.htm">min_rand</a>
sample program. Minor fixes to <a href="boost/config.hpp">config.hpp</a>.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->24 July 2000<!--webbot bot="Timestamp" endspan i-checksum="18764" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->03 August 2000<!--webbot bot="Timestamp" endspan i-checksum="31242" --></p>
</body>

View file

@ -22,8 +22,10 @@
</table>
<h1>Boost Libraries</h1>
<ul>
<li><a href="libs/array/index.htm">array</a> - STL compliant container wrapper
for arrays of constant size from Nicolai Josuttis.</li>
<li><a href="libs/compose/index.htm">compose</a> - functional composition
adapters for the STL from Nicolai Jusuttis.</li>
adapters for the STL from Nicolai Josuttis.</li>
<li><a href="libs/dir_it/index.htm">dir_it</a> - a set of file system
directory level iterators from Dietmar Kühl.</li>
<li><a href="libs/functional/index.html">functional</a> - enhanced function
@ -60,13 +62,12 @@ library works with which compiler.</p>
<h2>Obsolete Libraries</h2>
<ul>
<li><a href="libs/min_rand/index.htm">min_rand</a> - a random number generator
class from Beman Dawes. Replaced by <a href="libs/random/index.html">random</a>.
Will be removed the first update after August 1, 2000.</li>
class from Beman Dawes. Replaced by <a href="libs/random/index.html">random</a>.</li>
</ul>
<h2>Beta Libraries</h2>
<ul>
<li><a href="libs/array/index.html">array</a> - tools to treat built-in arrays
more like STL containers from Dietmar Kühl.</li>
<li><a href="libs/array_traits/index.html">array_traits</a> - tools to treat
built-in arrays more like STL containers from Dietmar Kühl. Also see <a href="libs/array/index.htm">array</a>.</li>
<li><a href="libs/utility/cast.htm">casts</a> - cast templates improve clarity
and safety; utility library contribution from Dave Abrahams and Kevlin
Henney.</li>
@ -80,7 +81,7 @@ at time is painful. This is a first try at making installation easier.&nbsp;</p>
<p>If you don't already have a ZIP file decoder, download one from the <a href="http://www.info-zip.org/pub/infozip/">Info-ZIP</a>
web site.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->28 Jun 2000<!--webbot bot="Timestamp" endspan i-checksum="15058" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->03 Aug 2000<!--webbot bot="Timestamp" endspan i-checksum="14750" --></p>
</body>

@ -1 +1 @@
Subproject commit 51cd7d0ca5ed96e67f818e8312047fa33d525dc0
Subproject commit a921a66a65d02beac345290896695f7c61c01678

View file

@ -33,8 +33,9 @@ Even if the current release of a compiler supports a boost library, older
version of the compiler may not work properly.</p>
<h2>Compiler Status Tables</h2>
<ul>
<li><a href="cs-linux2.html">Linux/x86</a></li>
<li><a href="cs-win32.html">Windows NT / Windows 2000</a></li>
<li><a href="cs-linux2.html">Linux/x86</a> Contributed by Jens Maurer</li>
<li><a href="cs-win32.html">Windows NT / Windows 2000</a> Contributed by Beman
Dawes</li>
</ul>
<p>Boost releases are run through a regression test which automatically
generates the above tables. Unless otherwise indicated, the C++ Standard Library
@ -49,7 +50,7 @@ spurious; many negative results stem from problems with the immature test suite
rather that with the library or compiler.&nbsp; Furthermore, some library tests
have not yet been included.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->27 July 2000<!--webbot bot="Timestamp" endspan i-checksum="18770" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->03 August 2000<!--webbot bot="Timestamp" endspan i-checksum="31242" --></p>
</body>

@ -1 +1 @@
Subproject commit 3064c947d7b1382f7c16efefbb86ed9875c62a45
Subproject commit 854ec094079c6d46b692d00ce2307236b28a56d5

View file

@ -6,7 +6,7 @@ Compiler Status: Windows NT / Windows 2000
</head><body bgcolor="#FFFFFF" text="#000000">
<h1><img border="0" src="../c++boost.gif" width="277" height="86"></h1>
<h1>Compiler Status: Windows NT / Windows 2000</h1>
<p><b>Run Date:</b> 27 Jul 2000 GMT</p>
<p><b>Run Date:</b> 03 Aug 2000 GMT</p>
<p>
<table border="1" cellspacing="0" cellpadding="5">
<tr>
@ -26,6 +26,14 @@ Compiler Status: Windows NT / Windows 2000
<td>yes</td>
</tr>
<tr>
<td><a href="array/array1.cpp">array/array1.cpp</a></td>
<td>yes</td>
<td>yes</td>
<td>yes</td>
<td>no</td>
<td>no</td>
</tr>
<tr>
<td><a href="functional/function_test.cpp">functional/function_test.cpp</a></td>
<td>yes</td>
<td>yes</td>

@ -1 +1 @@
Subproject commit d3347b6d0832eec766fb70731e9aeb07f31450b0
Subproject commit 00c5642eb46d5d2bb06fdd0596b5b5ddb20d5f2b

@ -1 +1 @@
Subproject commit daf7829ffa8b8c8e816dd6b767fe010d0e52763e
Subproject commit 5b06dd0d0dea67328838ccbb8fd098356b1805f4

View file

@ -95,7 +95,7 @@ commenting ending braces, and similar formatting issues.&nbsp; These stylistic
issues are viewed as personal preferences and are not part of the Boost Header
Policy.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->23 June, 2000<!--webbot bot="Timestamp" endspan i-checksum="19836" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->27 July, 2000<!--webbot bot="Timestamp" endspan i-checksum="21060" --></p>
</body>