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-16 01:12:13 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
c5f796c59aedb720dbcca2e67f54fffc70330458
build
/
historic
/
jam
/
test
History
Vladimir Prus
62df71534f
Support more parameters to rules.
...
Fixes
#2552
. Patch from Jonathan Biggar. [SVN r57536]
2009-11-10 07:21:03 +00:00
..
action_status.jam
Made Boost Jam tests quote their bjam executable name when calling it allowing those executables to contain spaces in their name and/or path. This also causes one of the tests (action_status.jam) to fail on Windows due to a popen() command unquoting feature on that platform.
2008-06-03 23:12:31 +00:00
actions_quietly.jam
Made Boost Jam tests quote their bjam executable name when calling it allowing those executables to contain spaces in their name and/or path. This also causes one of the tests (action_status.jam) to fail on Windows due to a popen() command unquoting feature on that platform.
2008-06-03 23:12:31 +00:00
builtin_normalize_path.jam
Patch for the NORMALIZE_PATH builtin Boost Jam rule as well as an appropriate update for the path.jam Boost Build module where that rule was being used to implement path.join and related operations.
2008-05-05 22:37:19 +00:00
builtin_shell.jam
Added a comment describing an additional Boost Jam test for the Windows popen() command unquoting bug that should be added once a better testing framework is implemented for Boost Jam.
2008-06-03 23:14:54 +00:00
builtin_w32_getregnames.jam
Cleanup.
2006-09-22 16:07:59 +00:00
option_d2.jam
Made Boost Jam tests quote their bjam executable name when calling it allowing those executables to contain spaces in their name and/or path. This also causes one of the tests (action_status.jam) to fail on Windows due to a popen() command unquoting feature on that platform.
2008-06-03 23:12:31 +00:00
option_l.jam
Made Boost Jam tests quote their bjam executable name when calling it allowing those executables to contain spaces in their name and/or path. This also causes one of the tests (action_status.jam) to fail on Windows due to a popen() command unquoting feature on that platform.
2008-06-03 23:12:31 +00:00
option_n.jam
Made Boost Jam tests quote their bjam executable name when calling it allowing those executables to contain spaces in their name and/or path. This also causes one of the tests (action_status.jam) to fail on Windows due to a popen() command unquoting feature on that platform.
2008-06-03 23:12:31 +00:00
parallel_actions.jam
Made Boost Jam tests quote their bjam executable name when calling it allowing those executables to contain spaces in their name and/or path. This also causes one of the tests (action_status.jam) to fail on Windows due to a popen() command unquoting feature on that platform.
2008-06-03 23:12:31 +00:00
parallel_multifile_actions_1.jam
Fixed a Boost Jam bug causing it to sometimes trigger actions depending on targets that have not been built yet. Test case included. Updated related code comments.
2008-08-28 19:20:27 +00:00
parallel_multifile_actions_2.jam
Fixed a Boost Jam bug causing it to sometimes trigger actions depending on targets that have not been built yet. Test case included. Updated related code comments.
2008-08-28 19:20:27 +00:00
rule_param.jam
Support more parameters to rules.
2009-11-10 07:21:03 +00:00
stress_var_expand.jam
Cleanup.
2006-09-22 16:07:59 +00:00
target_var.jam
Cleanup.
2006-09-22 16:07:59 +00:00
test.bat
Adjust error un/setting for compatibility with more Windows CMD versions. (
fixes
#1663
)
2008-11-23 03:27:54 +00:00
test.jam
Support more parameters to rules.
2009-11-10 07:21:03 +00:00
test.sh
Unix bjam test isolation and auto-rebuild.
2008-11-23 01:00:17 +00:00
var_expand.jam
Handle invalid formats of @() as doing a straight substitution instead of erroring out.
2007-09-17 21:35:58 +00:00