diff --git a/.gitmodules b/.gitmodules index da573fc994..6ba013ad07 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,3 +82,7 @@ path = libs/python url = ../python.git fetchRecurseSubmodules = on-demand +[submodule "test"] + path = libs/test + url = ../test.git + fetchRecurseSubmodules = on-demand diff --git a/index.htm b/index.htm index 8133c23503..3a1121f1d1 100644 --- a/index.htm +++ b/index.htm @@ -57,10 +57,12 @@ with any concerns you don't want to just post to the mailing list.

  • Iterator Adaptor Library added. Adapt a base type into a standard conforming iterator, and more, from Dave Abrahams, Jeremy Siek, and John Potter.
  • +
  • Test Library added.  Support + for program testing and execution from Beman Dawes.
  • Generic Programming Techniques page added, contributed by Dave Abrahams.
  • Regular Expression Library:  minor - fixes for Unicode platforms..
  • + fixes for Unicode platforms.

    February 10, 2001 - Version 1.20.2


    -

    Revised 16 February 2001

    +

    Revised 28 February 2001

    diff --git a/libs/detail b/libs/detail index 03b1bb7a1e..7c91125060 160000 --- a/libs/detail +++ b/libs/detail @@ -1 +1 @@ -Subproject commit 03b1bb7a1e27ba0a6b9821d119fc9b1545aad0de +Subproject commit 7c911250606c441ebf8d3717a2e510432280aa5f diff --git a/libs/graph b/libs/graph index 6d38d384d0..1911f0e3ad 160000 --- a/libs/graph +++ b/libs/graph @@ -1 +1 @@ -Subproject commit 6d38d384d0f2b46c435484b2509bee2aa6d953fb +Subproject commit 1911f0e3ad5f6b90bdffddeeee97c7b0d8729e0e diff --git a/libs/libraries.htm b/libs/libraries.htm index 278c023bec..e12f873f81 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -4,9 +4,9 @@ - - + Boost Libraries + @@ -69,7 +69,7 @@ content="text/html; charset=iso-8859-1">
  • property map - Concepts defining interfaces which map key objects to value objects from Jeremy Siek.
  • -
  • python - reflects C++ +
  • python - Reflects C++ classes and functions into Python, from Dave Abrahams.
  • @@ -82,8 +82,10 @@ content="text/html; charset=iso-8859-1">
  • smart_ptr - Four smart pointer classes from Greg Colvin and Beman Dawes.
  • static_assert - - static assertions (compile time assertions) from John + - Static assertions (compile time assertions) from John Maddock.
  • +
  • test - Support for program testing and + execution from Beman Dawes.
  • timer - Event timer, progress timer, and progress display classes from Beman Dawes.
  • @@ -181,8 +183,7 @@ compilers.


    -

    Revised 17 Feb 2001

    +

    Revised 28 Feb 2001

    diff --git a/libs/test b/libs/test new file mode 160000 index 0000000000..27b9129803 --- /dev/null +++ b/libs/test @@ -0,0 +1 @@ +Subproject commit 27b9129803f5986a81c27ad591af3300f9a153b9 diff --git a/libs/utility b/libs/utility index 27dfb25570..d50b374f88 160000 --- a/libs/utility +++ b/libs/utility @@ -1 +1 @@ -Subproject commit 27dfb2557079fa9f13f7c0bafe34a6b306e264da +Subproject commit d50b374f8861e76dce16e8a79693ba2f0614b488 diff --git a/more/generic_programming.html b/more/generic_programming.html index c57a2f4883..6a5263f89d 100644 --- a/more/generic_programming.html +++ b/more/generic_programming.html @@ -424,8 +424,7 @@ void tweak_all_widgets2(int arg)

    Revised - 15 - Feb 2001 + 18 Feb 2001

    © Copyright David Abrahams 2001. Permission to copy, use, modify,