Browse Source

added quaternions, octonions, special_functions (by Hubert Holin)
fixed Boost.Function (BOOST_NO_STD_ALLOCATOR required for MIPSpro/STLport)


[SVN r10414]

Jens Maurer 25 years ago
parent
commit
99888427ac
1 changed files with 23 additions and 2 deletions
  1. 23 2
      status/cs-irix.html

+ 23 - 2
status/cs-irix.html

@@ -8,7 +8,7 @@ Compiler Status: irix
 <h1><img border border="0" src="../c++boost.gif" width="277" height="86"></h1>
 <h1>Compiler Status: irix</h1>
 
-<p><b>Run Date:</b> 21 Jun 2001 17:45 GMT</p>
+<p><b>Run Date:</b> 24 Jun 2001 16:16 GMT</p>
 <p><b>System Configuration:</b> IRIX 6.5 (CPU: IP32)</p>
 <p>
 <table border="1" cellspacing="0" cellpadding="5">
@@ -94,7 +94,7 @@ Compiler Status: irix
 <td>run</td>
 <td><font color="#FF0000">Fail</font></td>
 <td>Pass</td>
-<td><font color="#FF0000">Fail</font></td>
+<td>Pass</td>
 </tr>
 <tr>
 <td><a href="../libs/functional/function_test.cpp">libs/functional/function_test.cpp</a></td>
@@ -132,6 +132,27 @@ Compiler Status: irix
 <td>Pass</td>
 </tr>
 <tr>
+<td><a href="../libs/math/octonion/octonion_test.cpp">libs/math/octonion/octonion_test.cpp</a></td>
+<td>run</td>
+<td><font color="#FF0000">Fail</font></td>
+<td><font color="#FF0000">Fail</font></td>
+<td><font color="#FF0000">Fail</font></td>
+</tr>
+<tr>
+<td><a href="../libs/math/quaternion/quaternion_test.cpp">libs/math/quaternion/quaternion_test.cpp</a></td>
+<td>run</td>
+<td><font color="#FF0000">Fail</font></td>
+<td><font color="#FF0000">Fail</font></td>
+<td><font color="#FF0000">Fail</font></td>
+</tr>
+<tr>
+<td><a href="../libs/math/special_functions/special_functions_test.cpp">libs/math/special_functions/special_functions_test.cpp</a></td>
+<td>run</td>
+<td><font color="#FF0000">Fail</font></td>
+<td><font color="#FF0000">Fail</font></td>
+<td><font color="#FF0000">Fail</font></td>
+</tr>
+<tr>
 <td><a href="../libs/pool/test/test_pool_alloc.cpp">libs/pool/test/test_pool_alloc.cpp</a></td>
 <td>run</td>
 <td><font color="#FF0000">Fail</font></td>

粤ICP备19079148号