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 13:22:11 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
afe576bc08bcd79c19e968cef0829952d84beaa2
build
/
historic
/
jam
/
test
History
Rene Rivera
dd458ca471
Adjust error un/setting for compatibility with more Windows CMD versions. (
fixes
#1663
)
...
[SVN r49884]
2008-11-23 03:27:54 +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
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
Isolate running of bjam tests to individual bjam instances to prevent possible spillover errors from one test affecting another test. Separate the bjam used to run the tests vs. the bjam being tested. And add automatic re-building of the bjam being tested. (windows changes, unix changes to follow).
2008-11-23 00:58:07 +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