K. Noel Belcourt
e0bd6ddfc9
Protect unix specific structures.
...
[SVN r77012]
2012-02-14 02:17:51 +00:00
K. Noel Belcourt
3c7724acc5
Revert 77005, biffed the revert of 76862.
...
[SVN r77009]
2012-02-13 20:08:20 +00:00
K. Noel Belcourt
0fe5fe4d51
Revert 77005, biffed the revert of 76862.
...
[SVN r77009]
2012-02-13 20:08:20 +00:00
K. Noel Belcourt
11f03ee4cd
Revert commit 76862. This causes problems for a
...
tester that we need to track down.
[SVN r77005]
2012-02-13 16:36:00 +00:00
K. Noel Belcourt
8b685581ea
Revert commit 76862. This causes problems for a
...
tester that we need to track down.
[SVN r77005]
2012-02-13 16:36:00 +00:00
K. Noel Belcourt
ececb00bfb
Handle message truncation, zombies, sigchld handling.
...
Changes to get verbose compiler output down to a manageable
size. Added option, -mN to limit output to N kb. Default
is to capture all compiler generated output. Added this
option to ignore massive compiler diagnostic outout
associated with some compilers. With this change, I can
increase the nightly timeout to longer than 300 seconds to
give some slower compilers a change to finish compiling.
[SVN r76862]
2012-02-03 23:11:16 +00:00
K. Noel Belcourt
baf008bcbe
Handle message truncation, zombies, sigchld handling.
...
Changes to get verbose compiler output down to a manageable
size. Added option, -mN to limit output to N kb. Default
is to capture all compiler generated output. Added this
option to ignore massive compiler diagnostic outout
associated with some compilers. With this change, I can
increase the nightly timeout to longer than 300 seconds to
give some slower compilers a change to finish compiling.
[SVN r76862]
2012-02-03 23:11:16 +00:00
K. Noel Belcourt
fd9111eaa5
Various sundry PGI fixes to get Boost.config working.
...
[SVN r76464]
2012-01-13 19:16:02 +00:00
K. Noel Belcourt
81b76b2490
Various sundry PGI fixes to get Boost.config working.
...
[SVN r76464]
2012-01-13 19:16:02 +00:00
Vladimir Prus
495bb4732a
Add support for MSVC 11.
...
Patch from Mateusz Łoskot. Fixes #6283 .
[SVN r76061]
2011-12-19 11:06:57 +00:00
Vladimir Prus
f9d24b0275
Add support for MSVC 11.
...
Patch from Mateusz Łoskot. Fixes #6283 .
[SVN r76061]
2011-12-19 11:06:57 +00:00
Steven Watanabe
d8b0f3e6ea
Fix a few oddly written returns. These only work because of the idiosyncracies of the Jam language.
...
[SVN r76058]
2011-12-19 02:24:31 +00:00
Steven Watanabe
79c19ef7a0
Fix a few oddly written returns. These only work because of the idiosyncracies of the Jam language.
...
[SVN r76058]
2011-12-19 02:24:31 +00:00
Steven Watanabe
cda3299876
Add space before ';'.
...
[SVN r76057]
2011-12-19 02:15:59 +00:00
Steven Watanabe
326c88f239
Add space before ';'.
...
[SVN r76057]
2011-12-19 02:15:59 +00:00
Steven Watanabe
c984072b33
bypassed is never used. Don't bother computing it.
...
[SVN r76054]
2011-12-19 00:11:32 +00:00
Steven Watanabe
3f7e6506fe
bypassed is never used. Don't bother computing it.
...
[SVN r76054]
2011-12-19 00:11:32 +00:00
Steven Watanabe
3fd7ecbccd
More correct behavior of -n with FAIL_EXPECTED targets and across multiple calls to UPDATE_NOW.
...
[SVN r76045]
2011-12-18 16:51:43 +00:00
Steven Watanabe
eacae3a056
More correct behavior of -n with FAIL_EXPECTED targets and across multiple calls to UPDATE_NOW.
...
[SVN r76045]
2011-12-18 16:51:43 +00:00
Steven Watanabe
c992a83af5
Remove SEARCH_FOR_TARGET.
...
[SVN r75967]
2011-12-15 19:21:39 +00:00
Steven Watanabe
200c07bd8b
Remove SEARCH_FOR_TARGET.
...
[SVN r75967]
2011-12-15 19:21:39 +00:00
Steven Watanabe
295e3d222c
Fix the result of while.
...
[SVN r75945]
2011-12-14 21:49:34 +00:00
Steven Watanabe
cbb4a5c8ea
Fix the result of while.
...
[SVN r75945]
2011-12-14 21:49:34 +00:00
Steven Watanabe
01b1d78744
Fix a subtle problem in the result of if statements.
...
[SVN r75944]
2011-12-14 21:33:26 +00:00
Steven Watanabe
c88679cd52
Fix a subtle problem in the result of if statements.
...
[SVN r75944]
2011-12-14 21:33:26 +00:00
Steven Watanabe
298670d665
Inline object functions.
...
[SVN r75939]
2011-12-14 19:33:14 +00:00
Steven Watanabe
929e2872a7
Inline object functions.
...
[SVN r75939]
2011-12-14 19:33:14 +00:00
Steven Watanabe
750a25dda0
Optimize out the extra PUSH_EMPTY/APPEND when evaluating a list. Reduces the number of instructions executed by about 25%. About a 3-5% improvement in overall runtime.
...
[SVN r75938]
2011-12-14 18:46:50 +00:00
Steven Watanabe
77854c8aac
Optimize out the extra PUSH_EMPTY/APPEND when evaluating a list. Reduces the number of instructions executed by about 25%. About a 3-5% improvement in overall runtime.
...
[SVN r75938]
2011-12-14 18:46:50 +00:00
Steven Watanabe
48b922ba48
Make property-set lazier. This significantly reduces memory usage for the regression tests on Windows (about 15%).
...
[SVN r75936]
2011-12-13 23:31:47 +00:00
Steven Watanabe
1ec61c6434
Make property-set lazier. This significantly reduces memory usage for the regression tests on Windows (about 15%).
...
[SVN r75936]
2011-12-13 23:31:47 +00:00
Daniel James
0d4776682b
Revert boostbook-base-style
change, it has broken the test build.
...
[SVN r75934]
2011-12-13 18:23:17 +00:00
Daniel James
83ddcf8f00
Revert boostbook-base-style
change, it has broken the test build.
...
[SVN r75934]
2011-12-13 18:23:17 +00:00
Steven Watanabe
0d7465befd
Remove out of date comment.
...
[SVN r75930]
2011-12-13 00:11:10 +00:00
Steven Watanabe
3667a5b103
Remove out of date comment.
...
[SVN r75930]
2011-12-13 00:11:10 +00:00
Steven Watanabe
ce2ca5e4f1
Restore the original BACKTRACE behavior that I inadvertently changed.
...
[SVN r75929]
2011-12-13 00:03:38 +00:00
Steven Watanabe
0390385d2e
Restore the original BACKTRACE behavior that I inadvertently changed.
...
[SVN r75929]
2011-12-13 00:03:38 +00:00
Daniel James
5509a5531f
boostbook-base-style
feature for boostbook.
...
[SVN r75928]
2011-12-12 23:07:53 +00:00
Daniel James
dadcde220e
boostbook-base-style
feature for boostbook.
...
[SVN r75928]
2011-12-12 23:07:53 +00:00
Daniel James
b01d909235
Quickbook: Restore quickbook toolset.
...
So that it can be used with older versions. Also removed `dist-lib` as
it doesn't seem to do anything, and quickbook no longer pretends to be
usable as a library.
[SVN r75926]
2011-12-12 23:02:34 +00:00
Daniel James
1ca8db235b
Quickbook: Restore quickbook toolset.
...
So that it can be used with older versions. Also removed `dist-lib` as
it doesn't seem to do anything, and quickbook no longer pretends to be
usable as a library.
[SVN r75926]
2011-12-12 23:02:34 +00:00
Steven Watanabe
75873d2930
Make sure that the target cleaned is the same as the target to be built. Make --update work on Windows.
...
[SVN r75925]
2011-12-12 22:33:56 +00:00
Steven Watanabe
730a7e7db4
Make sure that the target cleaned is the same as the target to be built. Make --update work on Windows.
...
[SVN r75925]
2011-12-12 22:33:56 +00:00
Steven Watanabe
d5682b4042
Fix memory leak.
...
[SVN r75913]
2011-12-12 02:07:28 +00:00
Steven Watanabe
9f8d0b953e
Fix memory leak.
...
[SVN r75913]
2011-12-12 02:07:28 +00:00
Steven Watanabe
77f10e6561
Clean up the evil 'variables of the running module are swapped with the global variable table' hack.
...
[SVN r75912]
2011-12-12 02:02:20 +00:00
Steven Watanabe
ce422823c9
Clean up the evil 'variables of the running module are swapped with the global variable table' hack.
...
[SVN r75912]
2011-12-12 02:02:20 +00:00
Steven Watanabe
3739887aea
Fix action printing on failure.
...
[SVN r75911]
2011-12-12 00:59:07 +00:00
Steven Watanabe
28d1ce358b
Fix action printing on failure.
...
[SVN r75911]
2011-12-12 00:59:07 +00:00
Steven Watanabe
1f5b86dac0
Replace all calls to object_new with a literal with constants.
...
[SVN r75890]
2011-12-11 05:11:26 +00:00