From 9e75e525b4387b47923f02036fab7ee46e4e3284 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 7 Jan 2003 16:57:46 +0000 Subject: [PATCH] Initial commit [SVN r16783] --- .gitmodules | 4 +++ tools/index.html | 54 ++++++++++++++++++++++++++++++++++++++ tools/inspect | 1 + tools/regression/index.htm | 34 ++++++++++++++++++++++++ 4 files changed, 93 insertions(+) create mode 100644 tools/index.html create mode 160000 tools/inspect create mode 100644 tools/regression/index.htm 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 @@ + + + + + + + +Boost Tools + + + + + + + + + + + + + +
+ c++boost.gif (8819 bytes)HomeLibrariesPeopleFAQMore
+ +

Boost Tools

+

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.

+

Users may find these tools useful when porting Boost libraries to a new +platform, or for use with their own applications.

+ +
+

Revised +07 January, 2003

+ + + + diff --git a/tools/inspect b/tools/inspect new file mode 160000 index 0000000000..085998ad7a --- /dev/null +++ b/tools/inspect @@ -0,0 +1 @@ +Subproject commit 085998ad7adc182da3ddc3d578f322242958617d 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 @@ + + + + + + + +Regression Test Reporting Tools + + + + +

+c++boost.gif (8819 bytes) +Regression Test Reporting Tools

+

Boost regression testing uses Boost.Build +to run the actual builds and tests. A separate set of tools is used to generate +the actual status reports.

+ +
+

Revised +07 January, 2003

+ + + +