mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Link changed: graph/docs -> graph/doc
[SVN r8404]
This commit is contained in:
parent
ff1486d159
commit
7ac5ebb8bc
2 changed files with 29 additions and 13 deletions
21
index.htm
21
index.htm
|
@ -50,9 +50,20 @@ 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>December ??, 2000 - Version 1.19.0</p>
|
||||
<ul>
|
||||
<li><a href="libs/python/doc/index.html">Boost Python Library</a> added -
|
||||
reflects C++ classes and functions into Python, from Dave
|
||||
Abrahams.</li>
|
||||
<li><a href="libs/static_assert/static_assert.htm">Static Assert Library</a>
|
||||
added - compile time assertions from John Maddock</li>
|
||||
<li><a href="more/lib_guide.htm">Library Requirements and Guidelines</a> added
|
||||
Directory name policy.</li>
|
||||
<li><a href="more/faq.htm">FAQ</a> updated.</li>
|
||||
</ul>
|
||||
<p>November 18, 2000 - Version 1.18.3</p>
|
||||
<ul>
|
||||
<li><a href="libs/graph/docs/table_of_contents.html">Graph Library</a> minor
|
||||
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
|
||||
fixes and additions.</li>
|
||||
<li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor fixes.</li>
|
||||
<li> <a href="boost/cast.hpp">cast.hpp</a> Borland compiler fixes.</li>
|
||||
|
@ -66,7 +77,7 @@ with any concerns you don't want to just post to the mailing list.</p>
|
|||
<p>November 3, 2000 - 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
|
||||
<li><a href="libs/graph/doc/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
|
||||
|
@ -79,7 +90,7 @@ with any concerns you don't want to just post to the mailing list.</p>
|
|||
</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
|
||||
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a>, <a href="libs/random/index.html">Random
|
||||
Number Library</a>, and <a href="libs/regex/index.htm">Regular Expression Library</a>:
|
||||
Minor fixes.</li>
|
||||
<li><a href="libs/config/index.htm">Configuration Header</a> additions for
|
||||
|
@ -95,7 +106,7 @@ with any concerns you don't want to just post to the mailing list.</p>
|
|||
</ul>
|
||||
<blockquote>
|
||||
<ul>
|
||||
<li><a href="libs/graph/docs/table_of_contents.html">Graph Library</a> -
|
||||
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> -
|
||||
Generic graph components and algorithms from Jeremy Siek and a University
|
||||
of Notre Dame team.</li>
|
||||
<li><a href="libs/regex/index.htm">Regular Expression Library</a> - Text
|
||||
|
@ -175,7 +186,7 @@ with any concerns you don't want to just post to the mailing list.</p>
|
|||
page showing what library works with which compilers.</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->18 November 2000<!--webbot bot="Timestamp" endspan i-checksum="39445" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->08 December 2000<!--webbot bot="Timestamp" endspan i-checksum="38596" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
<meta http-equiv="Content-Type"
|
||||
content="text/html; charset=iso-8859-1">
|
||||
<meta name="ProgId" content="FrontPage.Editor.Document">
|
||||
<meta name="Microsoft Border" content="none, default">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
|
||||
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
||||
<title>Libraries</title>
|
||||
<meta name="Microsoft Border" content="none, default">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
|
@ -49,7 +49,7 @@ content="text/html; charset=iso-8859-1">
|
|||
system directory level iterators from Dietmar Kühl.</li>
|
||||
<li><a href="functional/index.html">functional</a> - Enhanced
|
||||
function object adaptors from Mark Rodgers.</li>
|
||||
<li><a href="graph/docs/table_of_contents.html">graph</a> -
|
||||
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
||||
Generic graph components and algorithms from Jeremy Siek
|
||||
& a University of Notre Dame team.</li>
|
||||
<li><a href="integer/index.htm">integer</a> - Headers to ease
|
||||
|
@ -57,6 +57,10 @@ content="text/html; charset=iso-8859-1">
|
|||
<li><a href="utility/operators.htm">operators</a> - Templates
|
||||
ease arithmetic classes and iterators from Dave Abrahams
|
||||
and Jeremy Siek</li>
|
||||
<li><a href="python/doc/index.html">python</a> - reflects C++ classes and
|
||||
functions into <a
|
||||
href="http://www.pythonlabs.com/pub/www.python.org">Python</a>, from Dave
|
||||
Abrahams.</li>
|
||||
<li><a href="random/index.html">random</a> - A complete
|
||||
system for random number generation from Jens Maurer.</li>
|
||||
<li><a href="rational/index.html">rational</a> - A rational
|
||||
|
@ -125,7 +129,8 @@ support this format.</p>
|
|||
|
||||
<p>Unix/Linux hints: boost_all.zip is built on a Win32 platform, so the line
|
||||
endings are wrong for Unix/Linux. Use the -a option when unzipping with InfoZip
|
||||
for Unix/Linux friendly line endings. A Linux user also reports his decoder first required renaming boost_all.zip
|
||||
for Unix/Linux friendly line endings. Also note that a Linux user reports his decoder
|
||||
required renaming boost_all.zip
|
||||
to boost_all.ZIP.</p>
|
||||
|
||||
<h3>CVS archive</h3>
|
||||
|
@ -162,12 +167,12 @@ to your compiler's list of #include search directories.</p>
|
|||
<p>A few boost libraries are implemented by separate source files,
|
||||
and thus require compilation on your system to link properly.
|
||||
Boost does not currently have an overall "build" or
|
||||
"make" mechanism in place.</p>
|
||||
"make" mechanism in place. Some of the individual libraries do include
|
||||
make and/or project files for various compilers.</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
|
||||
s-format="%d %b %Y" -->03 Dec 2000<!--webbot bot="Timestamp"
|
||||
i-checksum="14390" endspan --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
|
||||
s-format="%d %b %Y" startspan -->08 Dec 2000<!--webbot bot="Timestamp" endspan i-checksum="14400" --></p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue