summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2000-11-03 19:22:26 +0000
committerBeman Dawes <bdawes@acm.org>2000-11-03 19:22:26 +0000
commit70aefc73501e76a9a20dd92a5a0c9d4ba0e616ee (patch)
tree134de2b12138e98cd5de9290d834bd020acdc974
parent048787f0e55d0bbec090e27a8f459f0673bcf7c4 (diff)
downloadboost-70aefc73501e76a9a20dd92a5a0c9d4ba0e616ee.tar.gz
HTML change for 1.18.2 reflecting separation of old utility library
[SVN r8118]
-rw-r--r--index.htm33
-rw-r--r--libraries.htm4
m---------libs/utility0
-rw-r--r--more/submission_process.htm4
4 files changed, 21 insertions, 20 deletions
diff --git a/index.htm b/index.htm
index 091f439e66..6b6e9bca03 100644
--- a/index.htm
+++ b/index.htm
@@ -50,11 +50,19 @@ 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.18.2</p>
+<p>November 3, - Version 1.18.2</p>
<ul>
+ <li><a href="libs/utility/cast.htm">Cast Library</a> Fix numeric_cast&lt;> bugs with floating types.</li>
+ <li><a href="libs/graph/docs/table_of_contents.html">Graph Library</a> minor
+ fixes.</li>
+ <li> <a href="libs/regex/index.htm">Regular Expression Library</a>&nbsp; minor fixes.</li>
+ <li><a href="libs/config/index.htm">Configuration Header</a> more fixes for
+ broken compilers.</li>
<li><a href="libs/hdr_depend.html">Boost Header Dependencies</a> page added.</li>
- <li><a href="libs/graph/docs/table_of_contents.html">Graph Library</a> and <a href="libs/regex/index.htm">Regular Expression Library</a>:&nbsp;
- Minor fixes.</li>
+ <li>Terminology change: Several headers previously lumped together as a
+ &quot;utility&quot; library are now considered separate libraries. For
+ 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>
@@ -108,9 +116,9 @@ with any concerns you don't want to just post to the mailing list.</p>
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
+ <li>Compiler and test
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>
+ <li>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
@@ -124,11 +132,11 @@ with any concerns you don't want to just post to the mailing list.</p>
<li><a href="libs/random/index.html">Random Number Library</a>: minor fixes to
<a href="boost/random.hpp">random.hpp</a> and <a href="libs/random/random_test.cpp">random_test.cpp</a>
to support more compilers.</li>
- <li><a href="libs/utility/index.htm">Utility Library</a>: updated <a href="boost/cast.hpp">cast.hpp</a>
+ <li>Updated <a href="boost/cast.hpp">cast.hpp</a>
with more Microsoft compiler workarounds.</li>
- <li><a href="libs/utility/index.htm">Utility Library</a>: updated <a href="libs/utility/call_traits.htm">call_traits
+ <li>Updated <a href="libs/utility/call_traits.htm">call_traits
docs</a>, added <a href="libs/utility/call_traits_test.cpp">call_traits_test.cpp</a></li>
- <li><a href="libs/utility/index.htm">Utility Library</a>: cleanup and bug
+ <li>Cleanup and bug
fixes for <a href="boost/operators.hpp">operators.hpp</a> and <a href="libs/utility/operators_test.cpp">operators_test.cpp</a></li>
</ul>
<p>June 28, 2000 - Version 1.16.0:</p>
@@ -162,15 +170,8 @@ build a regression test to prevent similar future problems.</p>
Number Library</a> from Jens Maurer added. Updated utility library <a href="libs/utility/operators.htm">operators</a>
eliminates code bloat. Minor additions to <a href="boost/config.hpp">config.hpp</a>
and <a href="boost/cast.hpp">cast.hpp</a> for Microsoft compilers.</p>
-<p>May 29, 2000 - Version 1.14.3 - Minor additions to <a href="boost/config.hpp">config.hpp</a>
-for Borland compilers. Minor fix to <a href="libs/utility/type_traits.htm">type_traits</a>
-example. Minor web site fixes. <a href="more/formal_review_process.htm">Library
-Formal Review Process</a> page added.</p>
-<p>May 9, 2000 - Version 1.14.2 - No libraries updated. <a href="more/lib_guide.htm">Library
-Requirements and Guidelines</a> expanded, <a href="more/submission_process.htm">Library
-Submission Process</a> added.</p>
<hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->02 November 2000<!--webbot bot="Timestamp" endspan i-checksum="39432" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->03 November 2000<!--webbot bot="Timestamp" endspan i-checksum="39434" --></p>
</body>
diff --git a/libraries.htm b/libraries.htm
index e00d18abb3..e9546d0962 100644
--- a/libraries.htm
+++ b/libraries.htm
@@ -55,7 +55,7 @@
and progress display classes from Beman Dawes.</li>
<li><a href="libs/utility/type_traits.htm">type_traits</a> - Templates for
fundamental properties of types from John Maddock, Steve Cleary, et al.</li>
- <li><a href="libs/utility/index.htm">utility</a> - <a href="libs/utility/utility.htm">utility</a> Class <b>noncopyable</b>
+ <li><a href="libs/utility/utility.htm">utility</a> - <a href="libs/utility/utility.htm">utility</a> Class <b>noncopyable</b>
plus <b>next(),</b>&nbsp; <b>prior(),</b> and <b>tie()</b> function
templates from Dave Abrahams and others.
</li>
@@ -103,7 +103,7 @@ require compilation on your system to link properly.&nbsp; Boost does not
currently have an overall &quot;build&quot; or &quot;make&quot; mechanism in
place.</p>
<hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->02 Nov 2000<!--webbot bot="Timestamp" endspan i-checksum="15236" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->03 Nov 2000<!--webbot bot="Timestamp" endspan i-checksum="15238" --></p>
</body>
diff --git a/libs/utility b/libs/utility
-Subproject ce2f573ab22fc1fa9ef3782f4ed22c28a56ae91
+Subproject 45bfe0b6079d66d98d95dc7478de13270e0453f
diff --git a/more/submission_process.htm b/more/submission_process.htm
index bbf22651dc..42f9d569bb 100644
--- a/more/submission_process.htm
+++ b/more/submission_process.htm
@@ -109,7 +109,7 @@ subdirectories, with the contents indicated:
<li>An introductory page named index.html or index.htm which looks like the
initial page of other libraries. <a href="../libs/rational/index.html">Rational</a>&nbsp;
is a model for single part libraries, <a href="../libs/integer/index.htm">Integer</a>
- or <a href="../libs/utility/index.htm">Utility</a> are models for
+ is a model for
multi-part libraries.</li>
<li>The documentation page or pages, also in HTML format.</li>
<li>Source files implementing the library if it isn't entirely header
@@ -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 -->29 October, 2000<!--webbot bot="Timestamp" endspan i-checksum="38181" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->03 November, 2000<!--webbot bot="Timestamp" endspan i-checksum="39354" --></p>
</body>