summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules4
-rw-r--r--tools/index.html54
m---------tools/inspect0
-rw-r--r--tools/regression/index.htm34
4 files changed, 92 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 6708cd2831..b828adaafd 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -178,6 +178,10 @@
path = libs/statechart
url = ../statechart.git
fetchRecurseSubmodules = on-demand
+[submodule "inspect"]
+ path = tools/inspect
+ url = ../inspect.git
+ fetchRecurseSubmodules = on-demand
[submodule "filesystem"]
path = libs/filesystem
url = ../filesystem.git
diff --git a/tools/index.html b/tools/index.html
new file mode 100644
index 0000000000..b0ebf024de
--- /dev/null
+++ b/tools/index.html
@@ -0,0 +1,54 @@
+<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>Boost Tools</title>
+</head>
+
+<body bgcolor="#FFFFFF">
+
+<table border="1" cellpadding="2" bgcolor="#007F7F">
+ <tr>
+ <td bgcolor="#FFFFFF">
+ <img src="../c++boost.gif"
+ alt="c++boost.gif (8819 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>Boost Tools</h1>
+<p>Boost developers, testers, and maintainers have developed various programs to
+help with the administration of the Boost Libraries. Like everything else about
+Boost, these tools are available in source form, and are part of the regular
+Boost distribution.</p>
+<p>Users may find these tools useful when porting Boost libraries to a new
+platform, or for use with their own applications.</p>
+<ul>
+ <li><a href="build/index.html">Boost.Build</a> - The Boost build system,
+ including the full Boost version of the jam sources.<br>
+&nbsp;</li>
+ <li><a href="regression/index.htm">Regression</a> - The Boost regression
+ testing system reporting sources.<br>
+&nbsp;</li>
+ <li><a href="inspect/index.html">Inspect </a>- The inspection tool used to
+ detect errors in the Boost directory hierarchy.</li>
+</ul>
+<hr>
+<p>Revised
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->07 January, 2003<!--webbot bot="Timestamp" endspan i-checksum="38578" --></p>
+
+</body>
+
+</html>
diff --git a/tools/inspect b/tools/inspect
new file mode 160000
+Subproject 085998ad7adc182da3ddc3d578f322242958617
diff --git a/tools/regression/index.htm b/tools/regression/index.htm
new file mode 100644
index 0000000000..a4f3fbe654
--- /dev/null
+++ b/tools/regression/index.htm
@@ -0,0 +1,34 @@
+<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>Regression Test Reporting Tools</title>
+</head>
+
+<body bgcolor="#FFFFFF">
+
+<h1>
+<img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" align="center" width="277" height="86">
+Regression Test Reporting Tools</h1>
+<p>Boost regression testing uses <a href="../build/index.html">Boost.Build</a>
+to run the actual builds and tests. A separate set of tools is used to generate
+the actual status reports.</p>
+<ul>
+ <li>Regression test <a href="../../more/regression.html">user documentation</a>.</li>
+ <li><a href="process_jam_log.cpp">process_jam_log.cpp</a> - Processes the bjam
+ outputs, creating a file named test_log.xml for each test encountered.</li>
+ <li><a href="compiler_status.cpp">compiler_status.cpp</a> - Generates HTML
+ status tables from test_log.xml and other files.</li>
+ <li><a href="build/Jamfile">Jamfile</a> - Builds process_jam_log and
+ compiler_status executables.</li>
+</ul>
+<hr>
+<p>Revised
+<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->07 January, 2003<!--webbot bot="Timestamp" endspan i-checksum="38578" --></p>
+
+</body>
+
+</html>