mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Reorganize former "utilities" into separate libraries (but keep the same directory structure for now.)
[SVN r8043]
This commit is contained in:
parent
cff331aec4
commit
da86bee573
2 changed files with 31 additions and 31 deletions
|
@ -50,6 +50,10 @@ 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>
|
||||
<ul>
|
||||
<li> </li>
|
||||
</ul>
|
||||
<p>October 15, 2000 - Version 1.18.1</p>
|
||||
<ul>
|
||||
<li><a href="libs/graph/docs/table_of_contents.html">Graph Library</a>, <a href="libs/random/index.html">Random
|
||||
|
@ -164,7 +168,7 @@ Formal Review Process</a> page added.</p>
|
|||
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 -->15 October 2000<!--webbot bot="Timestamp" endspan i-checksum="32092" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->28 October 2000<!--webbot bot="Timestamp" endspan i-checksum="32099" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
@ -24,44 +24,40 @@
|
|||
<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
|
||||
<li><a href="libs/utility/call_traits.htm">call_traits</a> - Defines types
|
||||
for passing parameters from John Maddock, Howard Hinnant, et al.</li>
|
||||
<li><a href="libs/compose/index.htm">compose</a> - Functional composition
|
||||
adapters for the STL from Nicolai Josuttis.</li>
|
||||
<li><a href="libs/config/index.htm">config</a> - helps boost library
|
||||
<li><a href="libs/utility/compressed_pair.htm">compressed_pair</a> - Empty
|
||||
member optimization from John Maddock, Howard Hinnant, et al.</li>
|
||||
<li><a href="libs/config/index.htm">config</a> - Helps boost library
|
||||
developers adapt to compiler idiosyncrasies; not intended for library users.</li>
|
||||
<li><a href="libs/dir_it/index.htm">dir_it</a> - a set of file system
|
||||
<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
|
||||
<li><a href="libs/functional/index.html">functional</a> - Enhanced function
|
||||
object adaptors from Mark Rodgers.</li>
|
||||
<li><a href="libs/graph/docs/table_of_contents.html">graph</a> - generic graph
|
||||
<li><a href="libs/graph/docs/table_of_contents.html">graph</a> - Generic graph
|
||||
components and algorithms from Jeremy Siek & a University of Notre Dame
|
||||
team.</li>
|
||||
<li><a href="libs/integer/index.htm">integer</a> - headers for dealing with
|
||||
integral types.</li>
|
||||
<li><a href="libs/random/index.html">random</a> - a complete system for random
|
||||
number generation from Jens Maurer.</li>
|
||||
<li><a href="libs/rational/index.html">rational</a> - a rational number class
|
||||
from Paul Moore.</li>
|
||||
<li><a href="libs/regex/index.htm">regex</a> - regular expression library from
|
||||
John Maddock.</li>
|
||||
<li><a href="libs/smart_ptr/index.htm">smart_ptr</a> - four smart pointer
|
||||
classes from Greg Colvin and Beman Dawes.</li>
|
||||
<li><a href="libs/timer/index.htm">timer</a> - event timer, progress timer,
|
||||
and progress display classes from Beman Dawes</li>
|
||||
<li><a href="libs/utility/index.htm">utility</a> - various utility classes and
|
||||
functions:
|
||||
<ul>
|
||||
<li><a href="libs/utility/call_traits.htm">call_traits</a> Defines types
|
||||
for passing parameters from John Maddock, Howard Hinnant, et al.</li>
|
||||
<li><a href="libs/utility/compressed_pair.htm">compressed_pair</a> Empty
|
||||
member optimization from John Maddock, Howard Hinnant, et al.</li>
|
||||
<li><a href="libs/utility/operators.htm">operators</a> Templates ease
|
||||
<li><a href="libs/integer/index.htm">integer</a> - Headers to ease dealing
|
||||
with integral types.</li>
|
||||
<li><a href="libs/utility/operators.htm">operators</a> - Templates ease
|
||||
arithmetic classes and iterators from Dave Abrahams and Jeremy Siek</li>
|
||||
<li><a href="libs/utility/type_traits.htm">type_traits</a> Templates for
|
||||
<li><a href="libs/random/index.html">random</a> - A complete system for random
|
||||
number generation from Jens Maurer.</li>
|
||||
<li><a href="libs/rational/index.html">rational</a> - A rational number class
|
||||
from Paul Moore.</li>
|
||||
<li><a href="libs/regex/index.htm">regex</a> - Regular expression library from
|
||||
John Maddock.</li>
|
||||
<li><a href="libs/smart_ptr/index.htm">smart_ptr</a> - Four smart pointer
|
||||
classes from Greg Colvin and Beman Dawes.</li>
|
||||
<li><a href="libs/timer/index.htm">timer</a> - Event timer, progress timer,
|
||||
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/utility.htm">utility</a> Class <b>noncopyable</b>
|
||||
<li><a href="libs/utility/index.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>
|
||||
</ul>
|
||||
templates from Dave Abrahams and others.
|
||||
</li>
|
||||
</ul>
|
||||
<p>See <a href="libs/compiler_status.htm">Compiler Status</a> to find out what
|
||||
|
@ -105,7 +101,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 -->19 Oct 2000<!--webbot bot="Timestamp" endspan i-checksum="15003" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->28 Oct 2000<!--webbot bot="Timestamp" endspan i-checksum="15002" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue