$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-10-24 17:01:45
Author: grafik
Date: 2007-10-24 17:01:44 EDT (Wed, 24 Oct 2007)
New Revision: 40437
URL: http://svn.boost.org/trac/boost/changeset/40437
Log:
Obsolete files, as they are now moved to the new web site structure. (fixes #1248)
Removed:
   trunk/status/.cvsignore
   trunk/status/borland_logo.gif
   trunk/status/compiler_status.html
   trunk/status/index.html
   trunk/status/intel_logo.gif
   trunk/status/kai_logo.gif
   trunk/status/ms_logo.gif
   trunk/status/notes.html
   trunk/status/win32-notes-map.txt
Deleted: trunk/status/.cvsignore
==============================================================================
--- trunk/status/.cvsignore	2007-10-24 17:01:44 EDT (Wed, 24 Oct 2007)
+++ (empty file)
@@ -1,5 +0,0 @@
-*.log
-boosttmp.*
-regression
-rng.saved
-rng.tmp
Deleted: trunk/status/borland_logo.gif
==============================================================================
Binary file. No diff available.
Deleted: trunk/status/compiler_status.html
==============================================================================
--- trunk/status/compiler_status.html	2007-10-24 17:01:44 EDT (Wed, 24 Oct 2007)
+++ (empty file)
@@ -1,247 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv="Content-Type"
-content="text/html; charset=iso-8859-1">
-<meta name="ProgId" content="FrontPage.Editor.Document">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<title>Boost Compiler Status Report</title>
-</head>
-
-<body bgcolor="#FFFFFF" text="#000000">
-
-<table border="1" cellpadding="2" bgcolor="#007F7F">
-    <tr>
-        <td bgcolor="#FFFFFF"><img src="../boost.png"
-        alt="boost.png (6897 bytes)" width="277" height="86"></td>
-        <td><a href="../index.htm"><font color="#FFFFFF" size="4"
-        face="Arial">Home</font></a></td>
-        <td><a href="../libs/libraries.htm"><font color="#FFFFFF"
-        size="4" face="Arial">Libraries</font></a></td>
-        <td><a href="../people/people.htm"><font color="#FFFFFF"
-        size="4" face="Arial">People</font></a></td>
-        <td><a href="../more/faq.htm"><font color="#FFFFFF"
-        size="4" face="Arial">FAQ</font></a></td>
-        <td><a href="../more/index.htm"><font color="#FFFFFF"
-        size="4" face="Arial">More</font></a></td>
-    </tr>
-</table>
-
-<h1>Compiler Status Tables</h1>
-
-<p><a href="http://boost.sourceforge.net/regression-logs/">Compiler Status 
-Summary</a> (on SourceForge) of Boost regression test results.<br>
-Introduction<br>
-Understanding the Tables<br>
-Acknowledgements</p>
-
-<h2><a name="Introduction">Introduction</a></h2>
-
-<p>Will all Boost libraries work with your compiler? 
-Unfortunately, the answer is "it depends". See the
-Compiler Status Summary 
-to see exactly what works and what doesn't.</p>
-
-<p>Boost libraries rely on modern C++ features such as templates
-and the C++ Standard Library.  Most modern compilers support
-those major features fairly well. But even today, years after the
-adoption of the C++ Standard, some compilers still don't support
-important minor features like partial template specialization.</p>
-
-<p>Boost library authors often expend a great deal of effort
-trying to work around compiler deficiencies.  Nevertheless,
-some libraries will not compile at all with certain compilers or
-may have crippled functionality.  Even if the current
-release of a compiler supports a boost library, older versions of
-the compiler may not work properly.</p>
-
-<p>Boost releases are run through <a href="../more/regression.html">regression 
-tests</a> which
-automatically generates Compiler Status Tables for various
-platforms. Unless otherwise indicated, the C++ Standard Library
-implementation is the one shipped with the compiler.</p>
-
-<p><b>Warnings:</b></p>
-
-<ul>
-  <li>These tables are not a good indication of a
-particular compiler's compliance with the C++ Standard.  The
-Boost libraries often contain workarounds which mask compiler
-deficiencies.<br>
- </li>
-  <li>Some regression tests are run only occasionally, and so are relatively 
-  out-of-date.  Check the date for each table.</li>
-</ul>
-
-<p><a name="quick-reference"></a>The
-Compiler Status Summary 
-includes table summaries for specific releases, as well as table summaries for 
-recent CVS snapshots. Release
-tables are identified by the release number appended to the table name. CVS
-snapshot tables do not have a release number appended.</p>
-
-<p>The CVS 
-code is being updated several times a day, so it may contain bug fixes, compiler 
-workarounds, new features, and even whole new libraries. It may be unstable, 
-however.</p>
-
-<h2><a name="Understanding">Understanding</a> the Tables</h2>
-
-<p>A table might look like this:</p>
-
-<blockquote>
-    <p><b>Run Date:</b> 21 Sep 2001 15:31 GMT</p>
-    <p><b>System Configuration:</b> Microsoft Windows 32bit  </p>
-    <table border="1" cellpadding="5" cellspacing="0">
-<tbody>        <tr>
-            <td>Program</td>
-            <td>Test<br>
-            Type</td>
-            <td>BelchFire<br>
-            Rev 5280</td>
-            <td>WorkHorse<br>
-            5.3</td>
-        </tr>
-        <tr>
-            <td>libs/foo/test/foo_test.cpp</td>
-            <td>compile</td>
-            <td>Pass</td>
-            <td>Pass</td>
-        </tr>
-        <tr>
-            <td>libs/bar/bar_test.cpp</td>
-            <td>run</td>
-            <td><u><font color="#FF0000">Fail</font></u></td>
-            <td>Pass</td>
-        </tr>
-</tbody>    </table>
-</blockquote>
-
-<p>The <i>Run Date</i> is important because the regression tests
-which create the status tables are run asynchronously, and thus
-may not represent the most current Boost release.</p>
-
-<p>The <i>Program</i> column identifies the actual source file
-for the test.  Each row in the table represents a different
-test.</p>
-
-<p>The <a name="test-type"><i>Test Type</i></a> column identifies
-the type of test performed:</p>
-
-<table border="1" cellpadding="5" cellspacing="0">
-    <tr>
-        <td><b>Test Type</b></td>
-        <td><b>Action</b></td>
-        <td><b>Required to </b><b><i>Pass</i></b></td>
-        <td><b>Description and Use</b></td>
-    </tr>
-    <tr>
-        <td>compile</td>
-        <td>compile only</td>
-        <td>Compiler returns 0.</td>
-        <td>Verify that a source file will compile correctly, but
-        without any attempt to link or execute.  Used when
-        factors such as possible object library unavailability
-        make a run test impractical.</td>
-    </tr>
-    <tr>
-        <td>compile-fail</td>
-        <td>compile only</td>
-        <td>Compiler must return non-zero.</td>
-        <td>Verify that a source file fails to compile. Used to
-        verify that an expected compile-time error was detected.</td>
-    </tr>
-    <tr>
-        <td>link</td>
-        <td>compile, link</td>
-        <td>Both compiler & linker return 0.</td>
-        <td>Verify that a source file will compile and link
-        correctly, but without any attempt to execute the result. 
-        Used when factors such as possible data file
-        unavailability make a run test impractical.</td>
-    </tr>
-    <tr>
-        <td>link-fail</td>
-        <td>compile, link</td>
-        <td>Either the compiler or linker must return non-zero.</td>
-        <td>Verify that a source file fails to compile and link.
-        Used to verify that error detect which depends on
-        unresolved externals works correctly.</td>
-    </tr>
-    <tr>
-        <td>run</td>
-        <td>compile, link, execute</td>
-        <td>Compiler, linker, and executable must all return 0.</td>
-        <td>Verify that a source file compiles, links, and the
-        resulting program executes correctly (as indicated by a
-        zero return code.)  This is the primary test type
-        for most uses.</td>
-    </tr>
-    <tr>
-        <td>run-fail</td>
-        <td>compile, link, execute</td>
-        <td>Both compiler and linker must return 0, and the
-        executable must return non-zero.</td>
-        <td>Verify that a source file compiles and links
-        correctly, and that execution of the resulting program
-        detects some error.  Used to verify runtime error
-        detection code works properly.</td>
-    </tr>
-</table>
-
-<p>Each remaining column in the table represents the individual
-compiler indicated. Unless otherwise indicated, the C++ Standard
-Library implementation is the one shipped with the compiler. A <i>Pass</i>
-entry indicates success for the indicated <i>Test Type</i>, while
-a <font color="#FF0000"><i>Fail</i></font> entry indicates
-failure. See <i>Required to Pass</i> in the above table for specifics.</p>
-
-<p>When possible, <font color="#FF0000"><i>Fail</i></font> entries are linked to 
-error messages indicating the reason for the failure. Note that the web page 
-containing error messages may be as much as one megabyte in size.</p>
-
-<h2><a name="Acknowledgements">Acknowledgements</a></h2>
-
-<p>The compiler status tables have been prepared with resources
-donated by a number of individuals, educational institutions, and
-companies. Boost would like to thank them for their support. </p>
-
-<ul>
-    <li>
-    <img border="0" src="borland_logo.gif" align="center" width="70" height="28">Borland<br>
- </li>
-    <li><a href="http://www.intel.com/software/products"><img
-        src="intel_logo.gif" align="center" border="0" width="72"
-        height="36">Intel Corporation</a><br>
- </li>
-    <li>
-    <img border="0" src="kai_logo.gif" width="65" height="27" align="center"> <a href="http://www.kai.com/">KAI
-        Software</a><br>
- </li>
-    <li>
-    <img border="0" src="ms_logo.gif" align="center" width="113" height="35">
-    Microsoft <br>
-    <br>
-        </li>
-    <li>Hewlett-Packard Company<br>
- </li>
-    <li><a href="http://www.lbl.gov">Lawrence Berkeley National
-        Laboratory</a><br>
- </li>
-    <li><a href="http://www.osl.iu.edu/">Open Systems Laboratory, University of 
-    Indiana</a></li>
-</ul>
-
-<p>Note, however, that Boost does not endorse any product or
-service, nor does Boost guarantee that some or all of its
-libraries work with any of the products or services mentioned
-above. </p>
-
-<hr>
-
-<p>Revised 
-<!--webbot bot="Timestamp" s-type="EDITED"
-s-format="%d %B %Y" startspan -->22 January 2004<!--webbot bot="Timestamp" endspan i-checksum="32362" --></p>
-</body>
-</html>
-
Deleted: trunk/status/index.html
==============================================================================
--- trunk/status/index.html	2007-10-24 17:01:44 EDT (Wed, 24 Oct 2007)
+++ (empty file)
@@ -1,9 +0,0 @@
-<html>
-<head>
-<meta http-equiv="refresh" content="0; URL=compiler_status.html#quick-reference">
-</head>
-<body>
-Automatic redirection failed, please go to
-compiler_status.html.
-</body>
-</html>
\ No newline at end of file
Deleted: trunk/status/intel_logo.gif
==============================================================================
Binary file. No diff available.
Deleted: trunk/status/kai_logo.gif
==============================================================================
Binary file. No diff available.
Deleted: trunk/status/ms_logo.gif
==============================================================================
Binary file. No diff available.
Deleted: trunk/status/notes.html
==============================================================================
--- trunk/status/notes.html	2007-10-24 17:01:44 EDT (Wed, 24 Oct 2007)
+++ (empty file)
@@ -1,54 +0,0 @@
-<html>
-
-<head>
-<meta http-equiv="Content-Language" content="en-us">
-<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
-<meta name="ProgId" content="FrontPage.Editor.Document">
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<title>Win32 Regression Testing Notes</title>
-</head>
-
-<body>
-
-<h2>Regression Testing Notes</h2>
-<h3>Note <a name="0">0</a></h3>
-<p>This test fails only intermittently.</p>
-<h3>Note <a name="1">1</a></h3>
-<p>The failure is caused by a problem in Boost code. The Boost developer is 
-aware of the problem and plans to fix it.</p>
-<h3>Note <a name="2">2</a></h3>
-<p>The failure is caused by a compiler bug.</p>
-<h3>Note <a name="3">3</a></h3>
-<p>The failure is caused by a compiler bug, which has been reported to the 
-compiler supplier (or is already known to them).</p>
-<h3>Note <a name="4">4</a></h3>
-<p>The failure is caused by a standard library bug.</p>
-<h3>Note <a name="5">5</a></h3>
-<p>The failure is caused by a standard library bug, which has been reported to 
-the standard library supplier (or is already known to them).</p>
-<h3>Note <a name="6">6</a></h3>
-<p>The failure is probably caused by the test code, harness, or configuration. 
-Thus it may not affect users of the library.</p>
-<h3>Note <a name="9">9</a></h3>
-<p>The failure is serious and likely to prevent all use of this Boost library 
-with this compiler.</p>
-<h3>Note <a name="10">10</a></h3>
-<p>The failure is serious and likely to prevent all use of this Boost library 
-with this compiler. The failure is caused by a compiler bug, which has been reported to the 
-compiler supplier (or is already known to them).</p>
-<h3>Note <a name="14">14</a></h3>
-<p>The failure is caused by a platform API bug.</p>
-<h3>Note <a name="15">15</a></h3>
-<p>The failure is caused by a platform API bug, which has been reported to 
-the platform API supplier (or is already known to them).</p>
-<h3>Note <a name="16">16</a></h3>
-<p>The failure is not serious and will not affect most users. The library degrades gracefully.</p>
-<h3>Note <a name="17">17</a></h3>
-<p>This compiler's bugs are not supported by the library.</p>
-<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="1200">
-  <tr><td width="100%" height="1200"> </td></tr>
-</table>
-
-</body>
-
-</html>
Deleted: trunk/status/win32-notes-map.txt
==============================================================================
--- trunk/status/win32-notes-map.txt	2007-10-24 17:01:44 EDT (Wed, 24 Oct 2007)
+++ (empty file)
@@ -1,187 +0,0 @@
-// Notes map format:
-//
-//  toolset/library-name/test-name,note#
-//  */library-name/test-name,note#
-//  toolset/library-name/*,note#
-//  */library-name/*,note#
-//
-//  The * can only be used to indicate "all" - it can't select portions
-//  of a toolset or test name.
-//
-//  Multiple notes can apply to the same test or library. For example:
-//
-//    borland/random/random_test,2
-//    borland/random/random_test,10
-//
-//  Note superscripts normally only appear if a test fails. If the note#
-//  is preceded by a minus sign, the note superscript will appear regardless
-//  of success or failure of the test.
-
-// All
-
-*/iterator/interoperable_fail,16
-*/iterator/is_convertible_fail,16
-
-// Borland
-
-borland/array/array3,3
-borland/array/array4,3
-borland/concept_check/class_concept_fail_expected,3
-borland/random/random_test,2
-borland/function/function_arith_cxx98,3
-borland/function/function_ref_cxx98,3
-borland/function/lambda_test,3
-borland/function/lib_function_test,3
-borland/function/mem_fun_cxx98,3
-borland/function/std_bind_cxx98,3
-borland/function/sum_avg_cxx98,3
-borland/graph/*,3
-borland/iterator/interoperable_fail,2
-borland/iterator/is_convertible_fail,2
-borland/lambda/*,3
-borland/signals/signal_test,3
-borland/python/*,2
-borland/python/*,17
-borland/utility/enable_if_constructors,3
-borland/utility/enable_if_dummy_arg_disambiguation,3
-borland/utility/enable_if_lazy,3
-borland/utility/enable_if_lazy_test,3
-borland/utility/enable_if_member_templates,3
-borland/utility/enable_if_namespace_disambiguation,3
-borland/utility/enable_if_no_disambiguation,3
-borland/utility/enable_if_partial_specializations,3
-borland/variant/recursive_variant_test,3
-borland/variant/variant_test1,2
-borland/variant/variant_test5,0
-borland/variant/variant_test5,2
-
-// GCC
-
-gcc/date_time/testmicrosec_time_clock,14
-gcc/iterator/interoperable_fail,3
-gcc/thread/*,6
-
-// Codewarrior 8.3
-
-cwpro8/concept_check/class_concept_fail_expected,3
-cwpro8/config/limits_test,3
-cwpro8/static_assert/static_assert_test_fail_8,3
-cwpro8/random/random_test,3
-cwpro8/function/lib_function_test,2
-cwpro8/function/lambda_test,2
-cwpro8/function/mem_fun_cxx98,2
-cwpro8/signals/signal_test,2
-cwpro8/utility/enable_if_constructors,3
-cwpro8/utility/enable_if_dummy_arg_disambiguation,3
-cwpro8/utility/enable_if_lazy,3
-cwpro8/utility/enable_if_lazy_test,3
-cwpro8/utility/enable_if_member_templates,3
-cwpro8/utility/enable_if_namespace_disambiguation,3
-cwpro8/utility/enable_if_no_disambiguation,3
-cwpro8/utility/enable_if_partial_specializations,3
-cwpro8/variant/variant_reference_test,3
-
-// Comeau
-
-como-win32/test/errors_handling_test,3
-como-win32/utility/fun_out_iter_example,4
-como-win32/random/random_test,3
-como-win32/thread/*,10
-como-win32/variant/recursive_variant_test,3
-
-// Intel 8.0
-
-intel-win32/math/octonion_test,3
-intel-win32/math/quaternion_test,3
-intel-win32/ublas/concepts,3
-intel-win32/ublas/test2,3
-intel-win32/variant/variant_reference_test,3
-
-// VC++ 6.0
-
-msvc/array/array3,3
-msvc/array/array4,3
-msvc/concept_check/class_concept_fail_expected,3
-msvc/random/*,10
-msvc/function/allocator_test,5
-msvc/function/function_arith_cxx98,3
-msvc/function/function_ref_cxx98,3
-msvc/function/mem_fun_cxx98,3
-msvc/function/std_bind_cxx98,3
-msvc/function/sum_avg_cxx98,3
-msvc/function/lib_function_test,3
-msvc/function/lambda_test,3
-msvc/function/std_bind_portable,5
-msvc/graph/*,3
-msvc/io/*,3
-msvc/iterator/interoperable_fail,2
-msvc/iterator/is_convertible_fail,2
-msvc/lambda/*,3
-msvc/math/octonion_test,3
-msvc/math/quaternion_test,3
-msvc/math/special_functions_test,3
-msvc/signals/signal_test,3
-msvc/type_traits/function_traits_test,3
-msvc/type_traits/remove_bounds_test,3
-msvc/type_traits/remove_const_test,3
-msvc/type_traits/remove_cv_test,3
-msvc/type_traits/remove_pointer_test,3
-msvc/type_traits/remove_reference_test,3
-msvc/type_traits/remove_volatile_test,3
-msvc/utility/enable_if_constructors,3
-msvc/utility/enable_if_dummy_arg_disambiguation,3
-msvc/utility/enable_if_lazy,3
-msvc/utility/enable_if_lazy_test,3
-msvc/utility/enable_if_member_templates,3
-msvc/utility/enable_if_namespace_disambiguation,3
-msvc/utility/enable_if_no_disambiguation,3
-msvc/utility/enable_if_partial_specializations,3
-msvc/variant/recursive_variant_test,3
-msvc/variant/variant_reference_test,3
-
-// VC++ 7.0
-
-vc7/array/array3,3
-vc7/array/array4,3
-vc7/concept_check/class_concept_fail_expected,3
-vc7/random/*,10
-vc7/thread/test_mutex,0
-vc7/thread/test_mutex,6
-vc7/function/allocator_test,5
-vc7/function/function_arith_cxx98,3
-vc7/function/function_ref_cxx98,3
-vc7/function/mem_fun_cxx98,3
-vc7/function/std_bind_cxx98,3
-vc7/function/sum_avg_cxx98,3
-vc7/function/lib_function_test,3
-vc7/function/lambda_test,3
-vc7/graph/adj_matrix_cc,3
-vc7/graph/edge_list_cc,3
-vc7/graph/subgraph,3
-vc7/graph/transitive_closure_test,3
-vc7/graph/vector_graph_cc,3
-vc7/iterator/interoperable_fail,2
-vc7/iterator/is_convertible_fail,2
-vc7/lambda/*,3
-vc7/math/octonion_test,3
-vc7/math/quaternion_test,3
-vc7/math/special_functions_test,3
-vc7/signals/signal_test,3
-vc7/type_traits/function_traits_test,3
-vc7/type_traits/function_traits_test,3
-vc7/type_traits/remove_bounds_test,3
-vc7/type_traits/remove_const_test,3
-vc7/type_traits/remove_cv_test,3
-vc7/type_traits/remove_pointer_test,3
-vc7/type_traits/remove_reference_test,3
-vc7/type_traits/remove_volatile_test,3
-vc7/utility/enable_if_constructors,3
-vc7/utility/enable_if_dummy_arg_disambiguation,3
-vc7/utility/enable_if_lazy,3
-vc7/utility/enable_if_lazy_test,3
-vc7/utility/enable_if_member_templates,3
-vc7/utility/enable_if_namespace_disambiguation,3
-vc7/utility/enable_if_no_disambiguation,3
-vc7/utility/enable_if_partial_specializations,3
-vc7/variant/recursive_variant_test,3
-vc7/variant/variant_reference_test,3