Browse Source

Boost Test Library initial commit

[SVN r9364]
Beman Dawes 25 years ago
parent
commit
67e7637507
8 changed files with 21 additions and 14 deletions
  1. 4 0
      .gitmodules
  2. 4 2
      index.htm
  3. 1 1
      libs/detail
  4. 1 1
      libs/graph
  5. 8 7
      libs/libraries.htm
  6. 1 0
      libs/test
  7. 1 1
      libs/utility
  8. 1 2
      more/generic_programming.html

+ 4 - 0
.gitmodules

@@ -82,3 +82,7 @@
 	path = libs/python
 	path = libs/python
 	url = ../python.git
 	url = ../python.git
 	fetchRecurseSubmodules = on-demand
 	fetchRecurseSubmodules = on-demand
+[submodule "test"]
+	path = libs/test
+	url = ../test.git
+	fetchRecurseSubmodules = on-demand

+ 4 - 2
index.htm

@@ -57,10 +57,12 @@ with any concerns you don't want to just post to the mailing list.</p>
   <li><a href="libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</a>
   <li><a href="libs/utility/iterator_adaptors.htm">Iterator Adaptor Library</a>
     added. Adapt a base type into a standard conforming iterator, and more, from
     added. Adapt a base type into a standard conforming iterator, and more, from
     Dave Abrahams, Jeremy Siek, and John Potter.</li>
     Dave Abrahams, Jeremy Siek, and John Potter.</li>
+  <li><a href="libs/test/doc/index.htm">Test Library</a> added.&nbsp; Support
+    for program testing and execution from Beman Dawes.</li>
   <li><a href="more/generic_programming.html">Generic Programming Techniques</a>
   <li><a href="more/generic_programming.html">Generic Programming Techniques</a>
     page added, contributed by Dave Abrahams.</li>
     page added, contributed by Dave Abrahams.</li>
   <li> <a href="libs/regex/index.htm">Regular Expression Library</a>:&nbsp; minor
   <li> <a href="libs/regex/index.htm">Regular Expression Library</a>:&nbsp; minor
-    fixes for Unicode platforms..</li>
+    fixes for Unicode platforms.</li>
 </ul>
 </ul>
 <p>February 10, 2001 - Version 1.20.2</p>
 <p>February 10, 2001 - Version 1.20.2</p>
 <ul>
 <ul>
@@ -157,7 +159,7 @@ efficiency improvements, co-operates with user-defined types, regression tests
     &quot;utility&quot; sub-directory.</li>
     &quot;utility&quot; sub-directory.</li>
 </ul>
 </ul>
 <hr>
 <hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->16 February 2001<!--webbot bot="Timestamp" endspan i-checksum="40614" --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->28 February 2001<!--webbot bot="Timestamp" endspan i-checksum="40619" --></p>
 
 
 </body>
 </body>
 
 

+ 1 - 1
libs/detail

@@ -1 +1 @@
-Subproject commit 03b1bb7a1e27ba0a6b9821d119fc9b1545aad0de
+Subproject commit 7c911250606c441ebf8d3717a2e510432280aa5f

+ 1 - 1
libs/graph

@@ -1 +1 @@
-Subproject commit 6d38d384d0f2b46c435484b2509bee2aa6d953fb
+Subproject commit 1911f0e3ad5f6b90bdffddeeee97c7b0d8729e0e

+ 8 - 7
libs/libraries.htm

@@ -4,9 +4,9 @@
 <meta http-equiv="Content-Type"
 <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
 content="text/html; charset=iso-8859-1">
 <meta name="ProgId" content="FrontPage.Editor.Document">
 <meta name="ProgId" content="FrontPage.Editor.Document">
-<meta name="Microsoft Border" content="none, default">
-<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
+<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
 <title>Boost Libraries</title>
 <title>Boost Libraries</title>
+<meta name="Microsoft Border" content="none, default">
 </head>
 </head>
 
 
 <body bgcolor="#FFFFFF" text="#000000">
 <body bgcolor="#FFFFFF" text="#000000">
@@ -69,7 +69,7 @@ content="text/html; charset=iso-8859-1">
     <li><a href="property_map/property_map.html">property map</a>
     <li><a href="property_map/property_map.html">property map</a>
         - Concepts defining interfaces which map key objects to
         - Concepts defining interfaces which map key objects to
         value objects from Jeremy Siek.</li>
         value objects from Jeremy Siek.</li>
-    <li><a href="python/doc/index.html">python</a> - reflects C++
+    <li><a href="python/doc/index.html">python</a> - Reflects C++
         classes and functions into <a
         classes and functions into <a
         href="http://www.python.org">Python</a>, from Dave
         href="http://www.python.org">Python</a>, from Dave
         Abrahams.</li>
         Abrahams.</li>
@@ -82,8 +82,10 @@ content="text/html; charset=iso-8859-1">
     <li><a href="smart_ptr/index.htm">smart_ptr</a> - Four smart
     <li><a href="smart_ptr/index.htm">smart_ptr</a> - Four smart
         pointer classes from Greg Colvin and Beman Dawes.</li>
         pointer classes from Greg Colvin and Beman Dawes.</li>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
     <li><a href="static_assert/static_assert.htm">static_assert</a>
-        - static assertions (compile time assertions) from John
+        - Static assertions (compile time assertions) from John
         Maddock.</li>
         Maddock.</li>
+    <li><a href="test/doc/index.htm">test</a> - Support for program testing and
+      execution from Beman Dawes.</li>
     <li><a href="timer/index.htm">timer</a> - Event timer,
     <li><a href="timer/index.htm">timer</a> - Event timer,
         progress timer, and progress display classes from Beman
         progress timer, and progress display classes from Beman
         Dawes.</li>
         Dawes.</li>
@@ -181,8 +183,7 @@ compilers.</p>
 
 
 <hr>
 <hr>
 
 
-<p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
-s-format="%d %b %Y" -->17 Feb 2001<!--webbot bot="Timestamp"
-i-checksum="14387" endspan --></p>
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED"
+s-format="%d %b %Y" startspan -->28 Feb 2001<!--webbot bot="Timestamp" endspan i-checksum="14390" --></p>
 </body>
 </body>
 </html>
 </html>

+ 1 - 0
libs/test

@@ -0,0 +1 @@
+Subproject commit 27b9129803f5986a81c27ad591af3300f9a153b9

+ 1 - 1
libs/utility

@@ -1 +1 @@
-Subproject commit 27dfb2557079fa9f13f7c0bafe34a6b306e264da
+Subproject commit d50b374f8861e76dce16e8a79693ba2f0614b488

+ 1 - 2
more/generic_programming.html

@@ -424,8 +424,7 @@ void tweak_all_widgets2(int arg)
     <hr>
     <hr>
 
 
     <p>Revised 
     <p>Revised 
-    <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->15
-    Feb 2001<!--webbot bot="Timestamp" endspan i-checksum="14377" -->
+    <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %b %Y" startspan -->18 Feb 2001<!--webbot bot="Timestamp" endspan i-checksum="14389" -->
 
 
 
 
     <p>&copy; Copyright David Abrahams 2001. Permission to copy, use, modify,
     <p>&copy; Copyright David Abrahams 2001. Permission to copy, use, modify,

粤ICP备19079148号