Farid Zaripov wrote:
[...]
Unfortunately, I haven't seen the build logs from scripts with applied
patch
at Martin page (http://people.apache.org/~sebor/stdcxx/results/).
So I commited the changes. I hope there no fatal errors (I have tested
on
my workstation with MSVC 7.1 and MSVC 8.0 and found no problems).
Main changes:
- disabled parallel builds in MSVC 8;
- build log contain the all command lines (compiler, linker, ...);
- examples, tests and locale tests performed with using batch mode of
the exec utility;
- build process performed by following algorithm:
Excellent! Let's all keep a close eye on the results for the next
few days in case there are problems.
Martin
build .configure
if failed goto end
build .stdlib
if failed goto end
build examples
build .rwtest
build exec
build utils (locale and localedef)
if exec build failed goto end
run examples
if rwtest build failed goto end
run tests
if utils build failed goto end
run locale tests
end:
Farid.