Przeglądaj źródła

Initial commit

[SVN r16783]
Beman Dawes 23 lat temu
rodzic
commit
9e75e525b4
4 zmienionych plików z 93 dodań i 0 usunięć
  1. 4 0
      .gitmodules
  2. 54 0
      tools/index.html
  3. 1 0
      tools/inspect
  4. 34 0
      tools/regression/index.htm

+ 4 - 0
.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

+ 54 - 0
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>

+ 1 - 0
tools/inspect

@@ -0,0 +1 @@
+Subproject commit 085998ad7adc182da3ddc3d578f322242958617d

+ 34 - 0
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>

粤ICP备19079148号