8 Commits

Author SHA1 Message Date
Peter Dimov
bf15f418a4 Fix uses of deprecated Filesystem APIs 2024-01-15 18:29:37 +02:00
Steven Watanabe
4d4c503253 Remove obsolete action name patterns. Refs #44. 2018-10-24 13:07:38 -06:00
Rene Rivera
2e51e4dc15 Fix missing library name for tests that use non-library source files. 2016-06-13 09:33:25 -05:00
Steven Watanabe
c79372e253 Use has_root_path instead of is_complete, to make process_jam_log work on cygwin. 2016-03-01 10:28:01 -07: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
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