$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Beman Dawes (bdawes_at_[hidden])
Date: 2002-05-07 14:31:40
There is a fresh copy of the Win32 regression test available:
http://boost.sourceforge.net/regression-logs/cs-win32-diff.html (This is
the differential version which shows changes since the last release in a
larger font.
The log file is included in
http://boost.sourceforge.net/regression-logs/win32.zip
An experimental version of the table generated by the jam based regression 
tests is also available for the first time:
http://boost.sourceforge.net/regression-logs/cs-win32-jam.html
Note that this is a somewhat different set of tests than the traditional 
ones; for example it includes thread tests that the older test framework 
couldn't handle.
The table is generated in a slightly different form; it includes a link to 
the library docs.
The table generation program looks for docs to link to in the library's 
../libs/xxx directory, searching for:
    index.htm
    index.html
    doc/index.htm
    doc/index.html
    xxx.htm
    xxx.html
    doc/xxx.htm
    doc/xxx.html
where xxx is the library name (which must be the same as in ../lib/xxx.
AFAICT, all current Boost libraries conform to that rule.
--Beman