This website requires JavaScript.
Explore
Help
Sign In
boost
/
build
Watch
2
Star
0
Fork
0
You've already forked build
mirror of
https://github.com/boostorg/build.git
synced
2026-02-14 00:32:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
276332ef0f610d1f9c87204c69a62077efb3ef87
build
/
src
History
Jurko Gospodnetić
276332ef0f
Corrected how Boost Jam handles no-op actions, i.e. those that the used exec*.c platform specific implementation module flagged as a no-op. They still do not cause an external process to be triggered but internally Boost Jam now processes their results the same as if they had been triggered and had done nothing except return EXIT_OK (i.e. they get reported correctly with -d1 & -d2 options, their timing and action rules get triggered and such). This fixes the core_d12.py Boost Build test which was failing due to no-op actions no causing their names to be reported to stdout when run with -d1.
...
[SVN r79104]
2012-06-26 10:42:58 +00:00
..
build
Minor stylistic change.
2012-06-11 23:54:11 +00:00
contrib
Added two missing Boost library target definitions (locale & python3) to Boost Build's 'contrib/boost.jam' module.
2012-05-28 12:52:46 +00:00
engine
Corrected how Boost Jam handles no-op actions, i.e. those that the used exec*.c platform specific implementation module flagged as a no-op. They still do not cause an external process to be triggered but internally Boost Jam now processes their results the same as if they had been triggered and had done nothing except return EXIT_OK (i.e. they get reported correctly with -d1 & -d2 options, their timing and action rules get triggered and such). This fixes the core_d12.py Boost Build test which was failing due to no-op actions no causing their names to be reported to stdout when run with -d1.
2012-06-26 10:42:58 +00:00
kernel
Added an import missing in case some conditional tests listed in the class.jam Boost Build module's __test__() testing rule are enabled.
2012-06-14 07:31:15 +00:00
options
Corrected an out-of-date comment listing all command-line options.
2008-01-05 16:58:01 +00:00
tools
Minor stylistic changes.
2012-06-19 10:01:37 +00:00
util
Comment typo correction.
2012-06-15 23:06:09 +00:00
bootstrap.jam
Add top-level bootstrap.jam, so that users can put Boost.Build root in
2003-10-29 07:49:56 +00:00
build_system.py
Fix syntax error in Boost.Build/Python.
2011-11-18 19:09:12 +00:00
build-system.jam
Removed temporary '--plinky-plonky' Boost Build debugging code.
2012-06-12 08:11:48 +00:00
exceptions.py
Add experimental Python port
2009-07-27 08:52:41 +00:00
manager.py
Port build/configure.jam.
2010-08-05 06:22:58 +00:00