mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 14:29:14 +00:00
HTML change for 1.18.2 reflecting separation of old utility library
[SVN r8118]
This commit is contained in:
parent
048787f0e5
commit
70aefc7350
4 changed files with 22 additions and 21 deletions
33
index.htm
33
index.htm
|
@ -50,11 +50,19 @@ 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@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<> 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> 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>:
|
||||
Minor fixes.</li>
|
||||
<li>Terminology change: Several headers previously lumped together as a
|
||||
"utility" library are now considered separate libraries. For
|
||||
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>
|
||||
|
@ -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>
|
||||
|
||||
|
|
|
@ -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> <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. Boost does not
|
|||
currently have an overall "build" or "make" 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>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit ce2f573ab22fc1fa9ef3782f4ed22c28a56ae910
|
||||
Subproject commit 45bfe0b6079d66d98d95dc7478de13270e0453fe
|
|
@ -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>
|
||||
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. 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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue