030e61a57dCorrected a bug with the customized default toolset being read from the toolset module but defined in the build-system module. Effect was that customized default toolsets were getting ignored.
Jurko Gospodnetić
2008-01-06 20:06:33 +0000
f3a8104749Corrected a bug with the customized default toolset being read from the toolset module but defined in the build-system module. Effect was that customized default toolsets were getting ignored.
Jurko Gospodnetić
2008-01-06 20:06:33 +0000
d7df2d92caStylistic changes: typo corrections, comment alignments, output string updates, no functional changes, etc.
Jurko Gospodnetić
2008-01-06 08:16:34 +0000
77d4106fcbStylistic changes: typo corrections, comment alignments, output string updates, no functional changes, etc.
Jurko Gospodnetić
2008-01-06 08:16:34 +0000
1723f872dbAdded the --ignore-site-config option telling Boost.Build not to load the site configuration file.
Jurko Gospodnetić
2008-01-06 07:28:47 +0000
1d2e1e8a8aAdded the --ignore-site-config option telling Boost.Build not to load the site configuration file.
Jurko Gospodnetić
2008-01-06 07:28:47 +0000
275694b5dbUpgraded the tool for testing that a certain line exists in the given output support so that it now also knows how to test that a certain line does not exist in the given output.
Jurko Gospodnetić
2008-01-06 07:26:46 +0000
1bde777472Upgraded the tool for testing that a certain line exists in the given output support so that it now also knows how to test that a certain line does not exist in the given output.
Jurko Gospodnetić
2008-01-06 07:26:46 +0000
ed64fa32cbAdded support for choosing the toolset and toolset version to be used 'by default' by Boost Build. Allows testing of default toolset functionality.
Jurko Gospodnetić
2008-01-06 07:17:08 +0000
9cd751107aAdded support for choosing the toolset and toolset version to be used 'by default' by Boost Build. Allows testing of default toolset functionality.
Jurko Gospodnetić
2008-01-06 07:17:08 +0000
369a478220Specifying that a build uses test configuration no longer prevents toolset auto-configuration and therefore no longer causes --toolset options to be ignored.
Jurko Gospodnetić
2008-01-06 06:58:24 +0000
2a47792798Specifying that a build uses test configuration no longer prevents toolset auto-configuration and therefore no longer causes --toolset options to be ignored.
Jurko Gospodnetić
2008-01-06 06:58:24 +0000
a8f922c12cAdded a --test-config command-line option for specifying where the test configuration file should be loaded from instead of always being looked up in Boost Build's test folder. This allows non-test builds to not use test config when it exists on the system and different tests to use different test configurations when needed.
Jurko Gospodnetić
2008-01-06 06:50:56 +0000
904d0d4fe8Added a --test-config command-line option for specifying where the test configuration file should be loaded from instead of always being looked up in Boost Build's test folder. This allows non-test builds to not use test config when it exists on the system and different tests to use different test configurations when needed.
Jurko Gospodnetić
2008-01-06 06:50:56 +0000
54cf208294No functional changes but only stylistic changes such as: comment typo corrections, wrapping lines to 80 characters, indentations, removing trailing spaces, removing empty lines, removed unnecessary module imports, etc.
Jurko Gospodnetić
2008-01-06 00:53:09 +0000
4ef465e72aNo functional changes but only stylistic changes such as: comment typo corrections, wrapping lines to 80 characters, indentations, removing trailing spaces, removing empty lines, removed unnecessary module imports, etc.
Jurko Gospodnetić
2008-01-06 00:53:09 +0000
9b97e0ac91No functional changes but only stylistic changes such as: comment typo corrections, wrapping lines to 80 characters, indentations, removing trailing spaces, removing empty lines, made tests use Jamfile.jam and Jamroot.jam Boost Build script names, removed unnecessary module imports, etc.
Jurko Gospodnetić
2008-01-06 00:25:48 +0000
d96735566fNo functional changes but only stylistic changes such as: comment typo corrections, wrapping lines to 80 characters, indentations, removing trailing spaces, removing empty lines, made tests use Jamfile.jam and Jamroot.jam Boost Build script names, removed unnecessary module imports, etc.
Jurko Gospodnetić
2008-01-06 00:25:48 +0000
1cca32571dRefactored the test into two separate test functions. Made the 'directory names with dots' test use the expect_output_line() tool instead of a manual find, causing a better diagnostic to be displayed in case of a failure. Made one of the test Jam scripts more compact. Made the test use the Jamroot.jam file instead of project-root.jam.
Jurko Gospodnetić
2008-01-05 23:18:17 +0000
034e54f68dRefactored the test into two separate test functions. Made the 'directory names with dots' test use the expect_output_line() tool instead of a manual find, causing a better diagnostic to be displayed in case of a failure. Made one of the test Jam scripts more compact. Made the test use the Jamroot.jam file instead of project-root.jam.
Jurko Gospodnetić
2008-01-05 23:18:17 +0000
970d44358fTest code cleaned up a bit. No functional changes.
Jurko Gospodnetić
2008-01-05 21:37:15 +0000
8567e3fb07Test code cleaned up a bit. No functional changes.
Jurko Gospodnetić
2008-01-05 21:37:15 +0000
b871e58f62Renamed some Jamfile and project-root.jam references to Jamfile.jam and Jamroot.jam respectively.
Jurko Gospodnetić
2008-01-05 20:48:50 +0000
41077ccb59Renamed some Jamfile and project-root.jam references to Jamfile.jam and Jamroot.jam respectively.
Jurko Gospodnetić
2008-01-05 20:48:50 +0000
07ba5ac218Minor stylistic changes - cleaned up import calls, wrapped much text at 80 characters updated comments, typo corrections, removed trailing spaces, etc.
Jurko Gospodnetić
2008-01-05 20:37:44 +0000
275b25072dMinor stylistic changes - cleaned up import calls, wrapped much text at 80 characters updated comments, typo corrections, removed trailing spaces, etc.
Jurko Gospodnetić
2008-01-05 20:37:44 +0000
1566dd8137Cleaned up where the stage module is imported in tools/builtin.jam. Added a missing import in tools/stage.jam that causes errors with the previous fix. Minor stylistic changes in tools/stage.jam.
Jurko Gospodnetić
2008-01-05 20:06:15 +0000
6de288ad4cCleaned up where the stage module is imported in tools/builtin.jam. Added a missing import in tools/stage.jam that causes errors with the previous fix. Minor stylistic changes in tools/stage.jam.
Jurko Gospodnetić
2008-01-05 20:06:15 +0000
0c58c9ae6bMinor stylistic changes such as: comment typo corrections, wrapping lines to 80 characters, indentations, removing trailing spaces, etc.
Jurko Gospodnetić
2008-01-05 20:02:24 +0000
dafd4d0cc7Minor stylistic changes such as: comment typo corrections, wrapping lines to 80 characters, indentations, removing trailing spaces, etc.
Jurko Gospodnetić
2008-01-05 20:02:24 +0000
9c6f90696bRemoved trailing spaces and some empty lines.
Jurko Gospodnetić
2008-01-05 18:29:36 +0000
ffa48a7399Removed trailing spaces and some empty lines.
Jurko Gospodnetić
2008-01-05 18:29:36 +0000
f108323c1eSimplified the used make rules. Removed some dead code. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 18:14:20 +0000
821b836664Simplified the used make rules. Removed some dead code. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 18:14:20 +0000
1eba965e4cRemoved or simplified some import calls. Comment updates. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 18:13:10 +0000
010b26f6d3Removed or simplified some import calls. Comment updates. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 18:13:10 +0000
54f60bdf0cDocumentation wording cleaned up a bit.
Jurko Gospodnetić
2008-01-05 18:02:23 +0000
83bcfdb8f2Documentation wording cleaned up a bit.
Jurko Gospodnetić
2008-01-05 18:02:23 +0000
b49c2dfe58Cleaned up some import rule calls.
Jurko Gospodnetić
2008-01-05 17:54:02 +0000
6c7acbba17Cleaned up some import rule calls.
Jurko Gospodnetić
2008-01-05 17:54:02 +0000
e54169f771Stylistic comment changes & typo corrections in several files. Corrected an incorrect error message in boost-build/build/project.jam displayed when a --build-dir command-line option and a non top-level project build-dir attribute are specified.
Jurko Gospodnetić
2008-01-05 17:52:31 +0000
7d6b1cccdaStylistic comment changes & typo corrections in several files. Corrected an incorrect error message in boost-build/build/project.jam displayed when a --build-dir command-line option and a non top-level project build-dir attribute are specified.
Jurko Gospodnetić
2008-01-05 17:52:31 +0000
2a65913d0dCorrected the used file suffix for the VERBATIM file type. Now the documentation is in sync with the 'customization' example. This also closes the Trac ticket 134. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 17:11:50 +0000
8e3979e7b9Corrected the used file suffix for the VERBATIM file type. Now the documentation is in sync with the 'customization' example. This also closes the Trac ticket 134. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 17:11:50 +0000
0be33a32e1Corrected an out-of-date comment listing all command-line options.
Jurko Gospodnetić
2008-01-05 16:58:01 +0000
fa734360bbCorrected an out-of-date comment listing all command-line options.
Jurko Gospodnetić
2008-01-05 16:58:01 +0000
749a0ad159Corrected an invalid command-line option name reference.
Jurko Gospodnetić
2008-01-05 16:57:17 +0000
8c1a1aea71Corrected an invalid command-line option name reference.
Jurko Gospodnetić
2008-01-05 16:57:17 +0000
d8302d4159Typo corrections. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 16:55:36 +0000
9fd5e06057Typo corrections. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 16:55:36 +0000
89243f0663Updated Boost.Jam command line option texts. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 16:53:03 +0000
15da5cdfbaUpdated Boost.Jam command line option texts. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 16:53:03 +0000
43c6c3cf4bTypo corrections. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 15:19:53 +0000
d780dd7fc6Typo corrections. Minor stylistic changes.
Jurko Gospodnetić
2008-01-05 15:19:53 +0000
120af4739cMerge from trunk: Disable Microsoft "secure" overloads in Dinkumware libraries since they cause compile errors with Intel versions 9 and 10
Beman Dawes
2008-01-05 14:44:21 +0000
a86c615d7bMerge from trunk: Disable Microsoft "secure" overloads in Dinkumware libraries since they cause compile errors with Intel versions 9 and 10
Beman Dawes
2008-01-05 14:44:21 +0000
3192c4749aDisable Microsoft "secure" overloads in Dinkumware libraries since they cause compile errors with Intel versions 9 and 10
Beman Dawes
2008-01-05 14:41:55 +0000
0c7f8a9832Disable Microsoft "secure" overloads in Dinkumware libraries since they cause compile errors with Intel versions 9 and 10
Beman Dawes
2008-01-05 14:41:55 +0000
f0f034e7a0Add support for intel-darwin toolset and fix intel.jam to dispatch intel toolset on darwin to intel-darwin.
K. Noel Belcourt
2007-12-26 22:17:03 +0000
0d58137ae0Add support for intel-darwin toolset and fix intel.jam to dispatch intel toolset on darwin to intel-darwin.
K. Noel Belcourt
2007-12-26 22:17:03 +0000
a975862dcbFix missing close paren. Thanks to Jurko Gospodnetić for spotting the typo.
Rene Rivera
2007-12-25 16:09:42 +0000
eb1a8a77d0Make the Tester.copy method open files in binary mode. This fixes the searched_lib.py failure on Windows.
Vladimir Prus
2007-12-25 09:43:44 +0000
7e63070ad7Make the Tester.copy method open files in binary mode. This fixes the searched_lib.py failure on Windows.
Vladimir Prus
2007-12-25 09:43:44 +0000
60ae680af7Make inherit_toolset.py pass.
Vladimir Prus
2007-12-25 09:38:19 +0000
b1f7ab546eMake inherit_toolset.py pass.
Vladimir Prus
2007-12-25 09:38:19 +0000
c5206f20c6Remove unnecessary imports.
Vladimir Prus
2007-12-25 09:36:26 +0000
55b86f42bdRemove unnecessary imports.
Vladimir Prus
2007-12-25 09:36:26 +0000
35d300005fCorrect an invalid alias example. Minor stylistic changes changes in the alias rule documentation.
Vladimir Prus
2007-12-25 09:34:38 +0000
d257e57a60Correct an invalid alias example. Minor stylistic changes changes in the alias rule documentation.
Vladimir Prus
2007-12-25 09:34:38 +0000
2ad8c202d2Fix typos.
Vladimir Prus
2007-12-25 09:28:05 +0000
cabbee9ac7Fix typos.
Vladimir Prus
2007-12-25 09:28:05 +0000
36a79b841fFix typos.
Vladimir Prus
2007-12-25 09:25:25 +0000
7cb84d0739Fix typos.
Vladimir Prus
2007-12-25 09:25:25 +0000
1a6be14934Fix detection of RC compiler presense, and null obj fallback.
Vladimir Prus
2007-12-25 09:11:37 +0000
a544c46fb3Fix detection of RC compiler presense, and null obj fallback.
Vladimir Prus
2007-12-25 09:11:37 +0000
ad236a1ea7Fix time related callbacks to new arguments.
Rene Rivera
2007-12-22 21:32:17 +0000
a899a16b47Fix time related callbacks to new arguments.
Rene Rivera
2007-12-22 21:32:17 +0000
3be24a5602Explain a couple of gcc limitations with precompiled headers
Vladimir Prus
2007-12-20 21:18:47 +0000
2855f9307cExplain a couple of gcc limitations with precompiled headers
Vladimir Prus
2007-12-20 21:18:47 +0000