Kaynağa Gözat

Regression tests for Linux/x86

[SVN r7660]
Jens Maurer 26 yıl önce
ebeveyn
işleme
b8fca52382
2 değiştirilmiş dosya ile 95 ekleme ve 1 silme
  1. 1 1
      libs/compiler_status.htm
  2. 94 0
      libs/cs-linux2.html

+ 1 - 1
libs/compiler_status.htm

@@ -33,7 +33,7 @@ Even if the current release of a compiler supports a boost library, older
 version of the compiler may not work properly.</p>
 <h2>Compiler Status Tables</h2>
 <ul>
-  <li>Linux/x86</li>
+  <li><a href="cs-linux2.html">Linux/x86</a></li>
   <li><a href="cs-win32.html">Windows NT / Windows 2000</a></li>
 </ul>
 <p>Boost releases are run through a regression test which automatically

+ 94 - 0
libs/cs-linux2.html

@@ -0,0 +1,94 @@
+<html>
+<head>
+<title>
+Compiler Status: Linux/x86
+</title>
+</head><body bgcolor="#FFFFFF" text="#000000">
+<h1><img border="0" src="../c++boost.gif" width="277" height="86"></h1>
+<h1>Compiler Status: Linux/x86</h1>
+<p><b>Run Date:</b> 28 Jul 2000 GMT</p>
+<p>
+<table border="1" cellspacing="0" cellpadding="5">
+<tr>
+<td>Program</td>
+<td>GNU<br>GCC<br>2.95.2</td>
+<td>GNU<br>GCC<br>2.95.2<br>STLport<br>4.0 beta 8</td>
+</tr>
+<tr>
+<td><a href="config/config_test.cpp">config/config_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="functional/function_test.cpp">functional/function_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="integer/cstdint_test.cpp">integer/cstdint_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="integer/integer_test.cpp">integer/integer_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="integer/integer_traits_test.cpp">integer/integer_traits_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="rational/rational_example.cpp">rational/rational_example.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="random/random_test.cpp">random/random_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="random/random_demo.cpp">random/random_demo.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="smart_ptr/smart_ptr_test.cpp">smart_ptr/smart_ptr_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="utility/call_traits_test.cpp">utility/call_traits_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="utility/cast_test.cpp">utility/cast_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="utility/compressed_pair_test.cpp">utility/compressed_pair_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="utility/iterators_test.cpp">utility/iterators_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+<tr>
+<td><a href="utility/operators_test.cpp">utility/operators_test.cpp</a></td>
+<td>no</td>
+<td>no</td>
+</tr>
+<tr>
+<td><a href="utility/type_traits_test.cpp">utility/type_traits_test.cpp</a></td>
+<td>yes</td>
+<td>yes</td>
+</tr>
+</table>
+</body>
+</html>

粤ICP备19079148号