Boost Test Library initial commit

[SVN r9364]
This commit is contained in:
Beman Dawes 2001-02-28 21:39:56 +00:00
parent 90fdfc900a
commit 67e7637507
8 changed files with 21 additions and 14 deletions

4
.gitmodules vendored
View file

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

View file

@ -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>
added. Adapt a base type into a standard conforming iterator, and more, from
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>
page added, contributed by Dave Abrahams.</li>
<li> <a href="libs/regex/index.htm">Regular Expression Library</a>:&nbsp; minor
fixes for Unicode platforms..</li>
fixes for Unicode platforms.</li>
</ul>
<p>February 10, 2001 - Version 1.20.2</p>
<ul>
@ -157,7 +159,7 @@ efficiency improvements, co-operates with user-defined types, regression tests
&quot;utility&quot; sub-directory.</li>
</ul>
<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>

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

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

View file

@ -4,9 +4,9 @@
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<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>
<meta name="Microsoft Border" content="none, default">
</head>
<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>
- Concepts defining interfaces which map key objects to
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
href="http://www.python.org">Python</a>, from Dave
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
pointer classes from Greg Colvin and Beman Dawes.</li>
<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>
<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,
progress timer, and progress display classes from Beman
Dawes.</li>
@ -181,8 +183,7 @@ compilers.</p>
<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>
</html>

1
libs/test Submodule

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

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

View file

@ -424,8 +424,7 @@ void tweak_all_widgets2(int arg)
<hr>
<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,