7 Commits

Author SHA1 Message Date
Peter Dimov
bf15f418a4 Fix uses of deprecated Filesystem APIs 2024-01-15 18:29:37 +02:00
Alain Miniussi
d7dac7a810 Do not require C++11
C++11 is used in two places where it can be easilly avoided (one
nullptr used in a clib function call and one std::string ctor for
stream). It does not match the default setting of some  widly used
compiler (Intel's icpc for one).
One alternative would be to have b2 sorting out the right option.
2015-04-29 11:49:58 +02:00
Rene Rivera
00fd164560 Update docs for simpler to use, i.e. integrated, library_status. 2015-04-27 09:52:24 -05:00
Rene Rivera
e61f159d36 Add --b2 option to run b2 as part of the test process. This makes it so that only library_status is needed to run for full test. 2015-04-26 21:38:36 -05:00
Rene Rivera
e3b46af1b3 Repoint scripts to new build locations and options for tools. 2015-04-13 23:42:54 -05:00
Rene Rivera
4e68ae0d6c Lots of cleanup of obsolete files and updating of build scripts (and
sources) to make for easier to use build and use. Still in progress..

* Added build options and logic to set boost-root, boost-build, and
install location.
* Added general build script to install all the various testing utility
programs.
* Refactored process_jam_log so that it can be shared and incorporated
directly into other programs (i.e. library_status).
* Redoing library_status to be single program run that does the complete
build+process+generate data for a library.
2015-04-07 10:26:30 -05:00
Rene Rivera
a4be7554d0 Start cleanup of regression tools by separating out library_status, and
the common dependencies, into their own dirs.
2015-01-20 21:48:38 -06:00