2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00
Commit Graph

10944 Commits

Author SHA1 Message Date
Jurko Gospodnetić
c233d5a49a Reverted an accidental Boost Build user-config.jam template configuration file change introduced in revision 78710.
[SVN r78718]
2012-05-28 13:48:39 +00:00
Jurko Gospodnetić
cad7734c26 Reverted an accidental Boost Build user-config.jam template configuration file change introduced in revision 78710.
[SVN r78718]
2012-05-28 13:48:39 +00:00
Jurko Gospodnetić
973fe26031 Added two missing Boost library target definitions (locale & python3) to Boost Build's 'contrib/boost.jam' module.
[SVN r78716]
2012-05-28 12:52:46 +00:00
Jurko Gospodnetić
4740a79dd2 Added two missing Boost library target definitions (locale & python3) to Boost Build's 'contrib/boost.jam' module.
[SVN r78716]
2012-05-28 12:52:46 +00:00
Andrii Sydorchuk
7439636bfb Polygon: removed data member from Voronoi primitives; added color member instead; removed size template parameter from the extended_int class methods.
[SVN r78710]
2012-05-28 10:23:43 +00:00
Andrii Sydorchuk
9cd8c77961 Polygon: removed data member from Voronoi primitives; added color member instead; removed size template parameter from the extended_int class methods.
[SVN r78710]
2012-05-28 10:23:43 +00:00
Jurko Gospodnetić
b26297d8f3 Commented two new test case ideas for Boost Build's timedata test - 'time' targets with sources representing more than one virtual target and sources representing a virtual target that gets built by multiple actions in sequence.
[SVN r78684]
2012-05-27 15:10:24 +00:00
Jurko Gospodnetić
e82e6469c8 Commented two new test case ideas for Boost Build's timedata test - 'time' targets with sources representing more than one virtual target and sources representing a virtual target that gets built by multiple actions in sequence.
[SVN r78684]
2012-05-27 15:10:24 +00:00
Jurko Gospodnetić
c4c52e90a4 Fix for Boost Build's time targets failing to be built when run with a msvc exe source. Now the TIME target generator marked as composing so it can correctly handle being given multiple sources as happens in this case where the EXE generator constructs a PDB file as well. This fixes Boost Build ticket #218 and makes the Boost Build timedata unit test pass when run using the msvc toolset.
[SVN r78672]
2012-05-27 06:48:02 +00:00
Jurko Gospodnetić
3e7d32dad0 Fix for Boost Build's time targets failing to be built when run with a msvc exe source. Now the TIME target generator marked as composing so it can correctly handle being given multiple sources as happens in this case where the EXE generator constructs a PDB file as well. This fixes Boost Build ticket #218 and makes the Boost Build timedata unit test pass when run using the msvc toolset.
[SVN r78672]
2012-05-27 06:48:02 +00:00
Jurko Gospodnetić
6e3f389e6f Fix for Boost Build testing.jam module's time action on Windows. It now no longer outputs extra quote characters when run under the Windows cmd shell and so no longer fails when Boost Build passes it an even number of sources. Updated related unit test (to see the full effect run using the Windows cmd shell and the Cygwin gcc toolset as this test still fails for other reasons when using the msvc toolset). Better commented related code.
[SVN r78671]
2012-05-27 06:36:49 +00:00
Jurko Gospodnetić
91ab5b9d68 Fix for Boost Build testing.jam module's time action on Windows. It now no longer outputs extra quote characters when run under the Windows cmd shell and so no longer fails when Boost Build passes it an even number of sources. Updated related unit test (to see the full effect run using the Windows cmd shell and the Cygwin gcc toolset as this test still fails for other reasons when using the msvc toolset). Better commented related code.
[SVN r78671]
2012-05-27 06:36:49 +00:00
Jurko Gospodnetić
bd4d630f69 Added a new Boost Build unit test exercising the Jam variable expansion in actions.
[SVN r78670]
2012-05-27 00:00:30 +00:00
Jurko Gospodnetić
aa9c7fe4de Added a new Boost Build unit test exercising the Jam variable expansion in actions.
[SVN r78670]
2012-05-27 00:00:30 +00:00
Jurko Gospodnetić
2fd4ebc4cc Added a new Boost Build unit test exercising the SPLIT_BY_CHARACTERS built-in rule.
[SVN r78669]
2012-05-26 23:27:33 +00:00
Jurko Gospodnetić
6a8ed0d2bb Added a new Boost Build unit test exercising the SPLIT_BY_CHARACTERS built-in rule.
[SVN r78669]
2012-05-26 23:27:33 +00:00
Jurko Gospodnetić
f7eccac005 Minor comment typo corrections in Boost Build's generators.jam module.
[SVN r78661]
2012-05-26 22:01:52 +00:00
Jurko Gospodnetić
83e47a7daf Minor comment typo corrections in Boost Build's generators.jam module.
[SVN r78661]
2012-05-26 22:01:52 +00:00
Jurko Gospodnetić
21f7ca56c6 Merging some Boost Build testing.jam module changes into the Python Boost Build port - making unit-test action work with paths containing spaces + a comment typo correction.
[SVN r78647]
2012-05-26 19:11:27 +00:00
Jurko Gospodnetić
1dc06ed5f6 Merging some Boost Build testing.jam module changes into the Python Boost Build port - making unit-test action work with paths containing spaces + a comment typo correction.
[SVN r78647]
2012-05-26 19:11:27 +00:00
Jurko Gospodnetić
0aebb289ee Boost Build documentation typo correction.
[SVN r78636]
2012-05-26 17:48:42 +00:00
Jurko Gospodnetić
4109403b7e Boost Build documentation typo correction.
[SVN r78636]
2012-05-26 17:48:42 +00:00
Jurko Gospodnetić
5f111328d3 Comment typo correction in the testing.jam Boost Build module.
[SVN r78629]
2012-05-25 20:00:51 +00:00
Jurko Gospodnetić
d1cf8d67cd Comment typo correction in the testing.jam Boost Build module.
[SVN r78629]
2012-05-25 20:00:51 +00:00
Jurko Gospodnetić
cd29f50042 Made the Boost Build core-language test pass on Windows 7. This test expects certain registry keys to exist under HKLM\SYSTEM\CurrentControlSet but Windows 7 added an additional 'Policies' one there.
[SVN r78626]
2012-05-25 18:59:05 +00:00
Jurko Gospodnetić
e4e5ecaf03 Made the Boost Build core-language test pass on Windows 7. This test expects certain registry keys to exist under HKLM\SYSTEM\CurrentControlSet but Windows 7 added an additional 'Policies' one there.
[SVN r78626]
2012-05-25 18:59:05 +00:00
Jurko Gospodnetić
564fda1ae6 Updated the SPLIT_BY_CHARACTERS builtin rule signature so invalid calls get rejected with a correct error message instead of silently causing the rule to return an empty list.
[SVN r78608]
2012-05-25 10:16:36 +00:00
Jurko Gospodnetić
a08319aa92 Updated the SPLIT_BY_CHARACTERS builtin rule signature so invalid calls get rejected with a correct error message instead of silently causing the rule to return an empty list.
[SVN r78608]
2012-05-25 10:16:36 +00:00
Jurko Gospodnetić
0c65651300 Minor stylistic change - trimmed trailing whitespace.
[SVN r78576]
2012-05-24 09:56:23 +00:00
Jurko Gospodnetić
a02dcab69a Minor stylistic change - trimmed trailing whitespace.
[SVN r78576]
2012-05-24 09:56:23 +00:00
Jurko Gospodnetić
0b1a787f20 Fixed Boost Jam crash when the SPLIT_BY_CHARACTERS rule gets passed an empty list as any of its arguments.
[SVN r78575]
2012-05-24 09:53:24 +00:00
Jurko Gospodnetić
5effe42b98 Fixed Boost Jam crash when the SPLIT_BY_CHARACTERS rule gets passed an empty list as any of its arguments.
[SVN r78575]
2012-05-24 09:53:24 +00:00
Jurko Gospodnetić
10bf219ca4 Explicitly flushed bjam's standard output after printing out '...patience...' lines. Without a fflush() call these lines may get buffered and displayed all at once only after the first actual target has been built. It seems that Visual C++ compiler's runtime does not use line buffering for its standard output stream if given a pipe as its standard output (encountered with bjam compiled using msvc 10 and run by piping its output through the Cygwin tee utility).
[SVN r78545]
2012-05-22 21:06:47 +00:00
Jurko Gospodnetić
357641decc Explicitly flushed bjam's standard output after printing out '...patience...' lines. Without a fflush() call these lines may get buffered and displayed all at once only after the first actual target has been built. It seems that Visual C++ compiler's runtime does not use line buffering for its standard output stream if given a pipe as its standard output (encountered with bjam compiled using msvc 10 and run by piping its output through the Cygwin tee utility).
[SVN r78545]
2012-05-22 21:06:47 +00:00
Steven Watanabe
b7d2e4d06c Make unit-test handle paths containing spaces.
[SVN r78538]
2012-05-22 04:20:29 +00:00
Steven Watanabe
511646cb65 Make unit-test handle paths containing spaces.
[SVN r78538]
2012-05-22 04:20:29 +00:00
Jurko Gospodnetić
543da3a0b0 Minor stylistic changes.
[SVN r78526]
2012-05-21 07:57:17 +00:00
Jurko Gospodnetić
edfb42be8c Minor stylistic changes.
[SVN r78526]
2012-05-21 07:57:17 +00:00
Jurko Gospodnetić
2b1d5de7aa Corrected a typo on the Boost.Jam's usage information screen.
[SVN r78504]
2012-05-18 15:02:57 +00:00
Jurko Gospodnetić
297c662933 Corrected a typo on the Boost.Jam's usage information screen.
[SVN r78504]
2012-05-18 15:02:57 +00:00
Jurko Gospodnetić
44082f9de8 Minor cleanup for Boost Build's built-in MATCH rule documentation.
[SVN r78377]
2012-05-08 09:34:21 +00:00
Jurko Gospodnetić
ea8b454e52 Minor cleanup for Boost Build's built-in MATCH rule documentation.
[SVN r78377]
2012-05-08 09:34:21 +00:00
Jurko Gospodnetić
00943368f0 Minor Boost Build documentation typo corrected.
[SVN r78376]
2012-05-08 09:19:59 +00:00
Jurko Gospodnetić
7b37928694 Minor Boost Build documentation typo corrected.
[SVN r78376]
2012-05-08 09:19:59 +00:00
Steven Watanabe
c770907c69 Avoid a spurious dependency.
[SVN r78302]
2012-05-02 06:55:44 +00:00
Steven Watanabe
f0e48e6cc5 Avoid a spurious dependency.
[SVN r78302]
2012-05-02 06:55:44 +00:00
Steven Watanabe
64add142e1 Replace ad hoc (incorrect) cycle detection code with a variation of Tarjan's algorithm.
[SVN r78287]
2012-05-01 06:45:35 +00:00
Steven Watanabe
249e005589 Replace ad hoc (incorrect) cycle detection code with a variation of Tarjan's algorithm.
[SVN r78287]
2012-05-01 06:45:35 +00:00
Steven Watanabe
e7e546092b Avoid a self-cycle in scc_root.
[SVN r78283]
2012-04-30 18:21:47 +00:00
Steven Watanabe
9572adeada Avoid a self-cycle in scc_root.
[SVN r78283]
2012-04-30 18:21:47 +00:00