Move regression tests and results to new top-level directory "status"

[SVN r8630]
This commit is contained in:
Jens Maurer 2001-01-17 21:22:00 +00:00
parent 9494bc988d
commit 95198879a3
12 changed files with 10 additions and 8 deletions

View file

@ -32,7 +32,7 @@ bother to ask.</p>
<p>You may <a href="boost_all.zip">download all of boost</a> as a single ZIP
file. Click here for <a href="libs/libraries.htm#Download">download</a>
details.&nbsp; The source code is also publicly accessible in a CVS <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=boost">repository</a>.</p>
<p>See <a href="libs/compiler_status.htm">Compiler Status</a> to find out what
<p>See <a href="status/compiler_status.html">Compiler Status</a> to find out what
library works with which compiler.</p>
<h2><a name="Mailing List">Membership</a></h2>
<p>If you are interested in Boost.org, please join our mailing list for
@ -67,7 +67,7 @@ with any concerns you don't want to just post to the mailing list.</p>
Dave Abrahams and Kevlin Henney.</li>
<li>Web site moved to a larger host after the old ISP collapsed
unexpectedly.</li>
<li>Regression tests now include execution testing.&nbsp; See <a href="libs/compiler_status.htm">Compiler Status</a>.</li>
<li>Regression tests now include execution testing.&nbsp; See <a href="status/compiler_status.html">Compiler Status</a>.</li>
<li><a href="more/discussion_policy.htm">Discussion Policy</a> page added.</li>
<li><a href="libs/array/index.htm">Array Library</a> minor documentation improvements.</li>
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
@ -104,7 +104,7 @@ with any concerns you don't want to just post to the mailing list.</p>
names to the global namespace.</li>
<li><a href="libs/cs-beos.html">BeOS5/Intel</a> compiler status contributed by
John Maddock.</li>
<li> <a href="libs/compiler_status.htm">Compiler Status</a> added two additional test programs
<li> <a href="status/compiler_status.html">Compiler Status</a> added two additional test programs
.</li>
</ul>
<p>November 3, 2000 - Version 1.18.2</p>
@ -130,7 +130,7 @@ with any concerns you don't want to just post to the mailing list.</p>
various compiler foibles.</li>
<li><a href="more/borland_cpp.html">Portability Hints:
Borland C++ 5.5.1</a> from Jens Maurer added.</li>
<li><a href="libs/compiler_status.htm">Compiler Status</a> updated for latest
<li><a href="status/compiler_status.html">Compiler Status</a> updated for latest
versions of several compilers.</li>
</ul>
<p>September 28, 2000 - Version 1.18.0</p>
@ -177,7 +177,7 @@ with any concerns you don't want to just post to the mailing list.</p>
program fixes for call_traits, compressed_pair, and type_traits.</li>
<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>Linux <a href="status/compiler_status.html">Compiler Status</a> added.</li>
<li>Boost source code now lives in a publicly accessible Concurrent Versions
System (CVS) <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=boost">repository</a>.</li>
</ul>

View file

@ -88,7 +88,7 @@ content="text/html; charset=iso-8859-1">
function templates from Dave Abrahams and others. </li>
</ul>
<p>See <a href="compiler_status.htm">Compiler Status</a> to find
<p>See <a href="../status/compiler_status.html">Compiler Status</a> to find
out what library works with which compiler.</p>
<p>See <a href="hdr_depend.html">Header Dependencies</a> to find

View file

@ -42,7 +42,7 @@
</blockquote>
<h2>Boost Whatever</h2>
<blockquote>
<p> <a href="../libs/compiler_status.htm"><b>Compiler Status</b></a>&nbsp;&nbsp;
<p> <a href="../status/compiler_status.html"><b>Compiler Status</b></a>&nbsp;&nbsp;
Describes what
library works with which compiler.</p>
<p> <a href="../libs/hdr_depend.html"><b>Header Dependencies</b></a>&nbsp;&nbsp;

View file

@ -8,7 +8,7 @@ Compiler Status: linux
<h1><img border border="0" src="../c++boost.gif" width="277" height="86"></h1>
<h1>Compiler Status: linux</h1>
<p><b>Run Date:</b> 15 Jan 2001 17:30 GMT</p>
<p><b>Run Date:</b> 17 Jan 2001 19:24 GMT</p>
<p><b>System Configuration:</b> Linux 2.2.13 (CPU: i686)</p>
<p>
<table border="1" cellspacing="0" cellpadding="5">

View file

@ -39,6 +39,8 @@ std::string get_host()
return "tru64";
#elif defined __sgi
return "irix";
#elif defined __sun
return "solaris";
#elif defined _WIN32
return "win32";
#elif defined __BEOS__