1.25.0 Final runup

[SVN r11315]
This commit is contained in:
Beman Dawes 2001-10-01 15:54:23 +00:00
parent 2e9be161f1
commit d455c7d519
13 changed files with 815 additions and 311 deletions

View file

@ -45,7 +45,9 @@ you view and submit bug, support, and feature requests.
Formal Review Schedule</a> shows current, future, and recent past review dates.
<br><a href="more/lib_guide.htm">
Library Requirements and Guidelines</a> and <a href="more/submission_process.htm">Library
Submission Process</a> pages provide basic information for library authors.
Submission Process</a> pages provide basic information for library authors.<br>
<a href="more/discussion_policy.htm">Mailing List Discussion Policy</a> explains
what's permissible and what isn't in mailing list postings.
</p>
<h2><a name="Membership">Membership</a></h2>
<p>If you are interested in Boost, please join our mailing list for
@ -62,7 +64,7 @@ mailing list</a> which announces upcoming formal reviews and software releases.<
<p>For mailing list members only, preliminary libraries under discussion are
available from the YahooGroups <a href="http://www.yahoogroups.com/files/boost/">Files
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>
<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><a name="Rationale">Rationale</a></h2>
<p>Boost was begun by members of the <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/">C++
@ -73,13 +75,8 @@ that the Boost libraries are suitable for eventual standardization. The intent i
upcoming C++
Standard Library Technical Report.</p>
<h2><a name="Latest News">Latest News</a></h2>
<p>??? - Version 1.25.0
<p>October 1, 2001 - Version 1.25.0
<ul>
<li><a href="libs/math/special_functions/index.html">Special functions</a>,
<a href="libs/math/octonion/index.html">octonions</a>,
<a href="libs/math/quaternion/index.html">quaternions</a> updated,
now useable with many more compilers, plus three new special functions,
from Hubert Holin, Eric Ford, and others.
<li><a href="libs/thread/doc/index.html">Thread Library</a> added. Portable
C++ multi-programming at last, from William Kempf.</li>
<li><a href="libs/utility/base_from_member.html">Base From Member</a> added to
@ -94,9 +91,15 @@ Standard Library Technical Report.</p>
much improved and automated configuration of Boost libraries for specific
compilers, from John Maddock.</li>
<li><a href="libs/random/index.html">Random Number Library</a>: Fixed bug when copying normal_distribution and improved the documentation, from Michael Stevens and Jens Maurer.</li>
<li><a href="libs/math/special_functions/index.html">Special functions</a>,
<a href="libs/math/octonion/index.html">octonions</a>,
<a href="libs/math/quaternion/index.html">quaternions</a> updated,
now useable with many more compilers, plus three new special functions,
from Hubert Holin, Eric Ford, and others.
<li><a href="libs/tokenizer/index.htm">Tokenizer Library</a>:
fixes/enhancements to escaped_list_separator based on empty fields and
tokens comments from Johan Nillson and Jens Maurer.</li>
<li>Coming Soon - A mailing list for Boost users!</li>
</ul>
<p>August 19, 2001 - Version 1.24.0
<ul>
@ -165,7 +168,7 @@ Formal Review Schedule</a> added. Shows current, future, and recent past review
<li><a href="libs/regex/index.htm">Regex Library</a>: Minor portability fixes.</li>
</ul>
<hr>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->26 September 2001<!--webbot bot="Timestamp" endspan i-checksum="39500" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->01 October 2001<!--webbot bot="Timestamp" endspan i-checksum="32147" --></p>
</body>

@ -1 +1 @@
Subproject commit 36da83ffe16f1036fbf4b8dc41b5618da1c0d9c3
Subproject commit 04c4df910d33510e2cc763a4154d56d5e110f867

File diff suppressed because it is too large Load diff

@ -1 +1 @@
Subproject commit 4d2a921dbf5d68978bdc5af0c65be710c8339e5e
Subproject commit a7d2da8d1c825bbfa2fb6b29afbd316a3ae31198

@ -1 +1 @@
Subproject commit 6245381730ed248be56c40bd5e735c311a33e40e
Subproject commit 75551b5dc525d6828d08d31c450055cfd10c6ef5

@ -1 +1 @@
Subproject commit a93dfc1837480fab88c646b7d4f5d403ba26188a
Subproject commit 1a9b1dd123abc92a0ba534f8e457bd94045a3f74

@ -1 +1 @@
Subproject commit b3acba1d2d8057cd4a425a2b63822ed74818157c
Subproject commit ca2cf20cf300320bb014ab1e2d8975485f964184

@ -1 +1 @@
Subproject commit a6f6c3613ac3b8a430030313d5650da05338fa11
Subproject commit 117720a8bce3a686cd28a409e86a3631844f91bf

View file

@ -89,4 +89,4 @@ extern "C" void (*old_translator)(unsigned, EXCEPTION_POINTERS*)
implied warranty, and with no claim as to its suitability for any purpose.
<p>Revised
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->17 August, 2001<!--webbot bot="Timestamp" endspan i-checksum="34355" -->
<!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->19 August, 2001<!--webbot bot="Timestamp" endspan i-checksum="34359" -->

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 -->17 August 2001<!--webbot bot="Timestamp" endspan i-checksum="31283" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->19 August 2001<!--webbot bot="Timestamp" endspan i-checksum="31287" --></p>
<p>© Copyright Beman Dawes, 2000</p>
</body>

View file

@ -40,6 +40,13 @@ authors address issues raised in the formal review.</p>
<td valign="top"><b>Review<br>
Dates</b></td>
</tr>
<tr>
<td>GCD Library plus integer additions&nbsp;</td>
<td>Daryle Walker</td>
<td>Aug 30</td>
<td>Dave Abrahams</td>
<td>Sep 17 - Sep 26</td>
</tr>
<tr>
<td>Thread Library</td>
<td>Bill Kempf</td>
@ -117,7 +124,7 @@ members, both to ensure fairness, and to spread the workload.&nbsp; If you would
like to volunteer to become a review manager, please contact any of the
moderators.</p>
<hr>
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %b %Y" startspan -->20 Aug 2001<!--webbot bot="Timestamp" endspan i-checksum="14750" -->
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %b %Y" startspan -->01 Oct 2001<!--webbot bot="Timestamp" endspan i-checksum="14990" -->
</p>
</body>

View file

@ -120,7 +120,7 @@ necessary.</p>
<p>Libraries are software; they lose 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 -->10 August, 2001<!--webbot bot="Timestamp" endspan i-checksum="34341" --></p>
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->19 August, 2001<!--webbot bot="Timestamp" endspan i-checksum="34359" --></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 -->17 August, 2001<!--webbot bot="Timestamp" endspan i-checksum="34355" -->
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->19 August, 2001<!--webbot bot="Timestamp" endspan i-checksum="34359" -->
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>