Commit Graph

  • 2d57e4b32c Simple code cleanup. Typo corrections. Jurko Gospodnetić 2008-01-06 20:37:55 +0000
  • 030e61a57d Corrected 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
  • f3a8104749 Corrected 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
  • d7df2d92ca Stylistic changes: typo corrections, comment alignments, output string updates, no functional changes, etc. Jurko Gospodnetić 2008-01-06 08:16:34 +0000
  • 77d4106fcb Stylistic changes: typo corrections, comment alignments, output string updates, no functional changes, etc. Jurko Gospodnetić 2008-01-06 08:16:34 +0000
  • 1723f872db Added the --ignore-site-config option telling Boost.Build not to load the site configuration file. Jurko Gospodnetić 2008-01-06 07:28:47 +0000
  • 1d2e1e8a8a Added the --ignore-site-config option telling Boost.Build not to load the site configuration file. Jurko Gospodnetić 2008-01-06 07:28:47 +0000
  • 275694b5db Upgraded 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
  • 1bde777472 Upgraded 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
  • ed64fa32cb Added 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
  • 9cd751107a Added 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
  • acff273fcd Minor stylistic comment changes. Jurko Gospodnetić 2008-01-06 07:13:28 +0000
  • c2084cedc0 Minor stylistic comment changes. Jurko Gospodnetić 2008-01-06 07:13:28 +0000
  • 369a478220 Specifying 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
  • 2a47792798 Specifying 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
  • a8f922c12c Added 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
  • 904d0d4fe8 Added 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
  • b7d3e1e339 Refactored build-system.jam. Added many detailed comments. Jurko Gospodnetić 2008-01-06 06:15:39 +0000
  • 2a4a26ac4d Refactored build-system.jam. Added many detailed comments. Jurko Gospodnetić 2008-01-06 06:15:39 +0000
  • 54cf208294 No 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
  • 4ef465e72a No 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
  • 9b97e0ac91 No 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
  • d96735566f No 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
  • 1cca32571d Refactored 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
  • 034e54f68d Refactored 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
  • 970d44358f Test code cleaned up a bit. No functional changes. Jurko Gospodnetić 2008-01-05 21:37:15 +0000
  • 8567e3fb07 Test code cleaned up a bit. No functional changes. Jurko Gospodnetić 2008-01-05 21:37:15 +0000
  • b871e58f62 Renamed some Jamfile and project-root.jam references to Jamfile.jam and Jamroot.jam respectively. Jurko Gospodnetić 2008-01-05 20:48:50 +0000
  • 41077ccb59 Renamed some Jamfile and project-root.jam references to Jamfile.jam and Jamroot.jam respectively. Jurko Gospodnetić 2008-01-05 20:48:50 +0000
  • 07ba5ac218 Minor 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
  • 275b25072d Minor 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
  • 6bb216cf1a Comment cleanup. Jurko Gospodnetić 2008-01-05 20:14:48 +0000
  • c441b63011 Comment cleanup. Jurko Gospodnetić 2008-01-05 20:14:48 +0000
  • 1566dd8137 Cleaned 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
  • 6de288ad4c Cleaned 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
  • 0c58c9ae6b Minor 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
  • dafd4d0cc7 Minor 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
  • 9c6f90696b Removed trailing spaces and some empty lines. Jurko Gospodnetić 2008-01-05 18:29:36 +0000
  • ffa48a7399 Removed trailing spaces and some empty lines. Jurko Gospodnetić 2008-01-05 18:29:36 +0000
  • f108323c1e Simplified the used make rules. Removed some dead code. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 18:14:20 +0000
  • 821b836664 Simplified the used make rules. Removed some dead code. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 18:14:20 +0000
  • 1eba965e4c Removed or simplified some import calls. Comment updates. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 18:13:10 +0000
  • 010b26f6d3 Removed or simplified some import calls. Comment updates. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 18:13:10 +0000
  • 54f60bdf0c Documentation wording cleaned up a bit. Jurko Gospodnetić 2008-01-05 18:02:23 +0000
  • 83bcfdb8f2 Documentation wording cleaned up a bit. Jurko Gospodnetić 2008-01-05 18:02:23 +0000
  • b49c2dfe58 Cleaned up some import rule calls. Jurko Gospodnetić 2008-01-05 17:54:02 +0000
  • 6c7acbba17 Cleaned up some import rule calls. Jurko Gospodnetić 2008-01-05 17:54:02 +0000
  • e54169f771 Stylistic 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
  • 7d6b1cccda Stylistic 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
  • de220d4567 Stylistic comment changes & typo corrections. Jurko Gospodnetić 2008-01-05 17:46:45 +0000
  • 566cbb772f Stylistic comment changes & typo corrections. Jurko Gospodnetić 2008-01-05 17:46:45 +0000
  • 2a65913d0d Corrected 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
  • 8e3979e7b9 Corrected 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
  • 0be33a32e1 Corrected an out-of-date comment listing all command-line options. Jurko Gospodnetić 2008-01-05 16:58:01 +0000
  • fa734360bb Corrected an out-of-date comment listing all command-line options. Jurko Gospodnetić 2008-01-05 16:58:01 +0000
  • 749a0ad159 Corrected an invalid command-line option name reference. Jurko Gospodnetić 2008-01-05 16:57:17 +0000
  • 8c1a1aea71 Corrected an invalid command-line option name reference. Jurko Gospodnetić 2008-01-05 16:57:17 +0000
  • 2d485c4336 Typo correction. Corrected an invalid command-line option name. Jurko Gospodnetić 2008-01-05 16:56:42 +0000
  • dfa719aeab Typo correction. Corrected an invalid command-line option name. Jurko Gospodnetić 2008-01-05 16:56:42 +0000
  • d8302d4159 Typo corrections. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 16:55:36 +0000
  • 9fd5e06057 Typo corrections. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 16:55:36 +0000
  • 89243f0663 Updated Boost.Jam command line option texts. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 16:53:03 +0000
  • 15da5cdfba Updated Boost.Jam command line option texts. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 16:53:03 +0000
  • 43c6c3cf4b Typo corrections. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 15:19:53 +0000
  • d780dd7fc6 Typo corrections. Minor stylistic changes. Jurko Gospodnetić 2008-01-05 15:19:53 +0000
  • 120af4739c Merge 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
  • a86c615d7b Merge 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
  • 3192c4749a Disable 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
  • 0c7f8a9832 Disable 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
  • f0f034e7a0 Add 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
  • 0d58137ae0 Add 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
  • a975862dcb Fix missing close paren. Thanks to Jurko Gospodnetić for spotting the typo. Rene Rivera 2007-12-25 16:09:42 +0000
  • eb1a8a77d0 Make 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
  • 7e63070ad7 Make 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
  • 60ae680af7 Make inherit_toolset.py pass. Vladimir Prus 2007-12-25 09:38:19 +0000
  • b1f7ab546e Make inherit_toolset.py pass. Vladimir Prus 2007-12-25 09:38:19 +0000
  • c5206f20c6 Remove unnecessary imports. Vladimir Prus 2007-12-25 09:36:26 +0000
  • 55b86f42bd Remove unnecessary imports. Vladimir Prus 2007-12-25 09:36:26 +0000
  • 35d300005f Correct an invalid alias example. Minor stylistic changes changes in the alias rule documentation. Vladimir Prus 2007-12-25 09:34:38 +0000
  • d257e57a60 Correct an invalid alias example. Minor stylistic changes changes in the alias rule documentation. Vladimir Prus 2007-12-25 09:34:38 +0000
  • 2ad8c202d2 Fix typos. Vladimir Prus 2007-12-25 09:28:05 +0000
  • cabbee9ac7 Fix typos. Vladimir Prus 2007-12-25 09:28:05 +0000
  • 36a79b841f Fix typos. Vladimir Prus 2007-12-25 09:25:25 +0000
  • 7cb84d0739 Fix typos. Vladimir Prus 2007-12-25 09:25:25 +0000
  • 1a6be14934 Fix detection of RC compiler presense, and null obj fallback. Vladimir Prus 2007-12-25 09:11:37 +0000
  • a544c46fb3 Fix detection of RC compiler presense, and null obj fallback. Vladimir Prus 2007-12-25 09:11:37 +0000
  • ad236a1ea7 Fix time related callbacks to new arguments. Rene Rivera 2007-12-22 21:32:17 +0000
  • a899a16b47 Fix time related callbacks to new arguments. Rene Rivera 2007-12-22 21:32:17 +0000
  • 3be24a5602 Explain a couple of gcc limitations with precompiled headers Vladimir Prus 2007-12-20 21:18:47 +0000
  • 2855f9307c Explain a couple of gcc limitations with precompiled headers Vladimir Prus 2007-12-20 21:18:47 +0000
  • f6bb92540f Merged revisions 41907-41908 via svnmerge from https://svn.boost.org/svn/boost/trunk Jürgen Hunold 2007-12-16 10:13:26 +0000
  • 6c666ae8a9 Merged revisions 41907-41908 via svnmerge from https://svn.boost.org/svn/boost/trunk Jürgen Hunold 2007-12-16 10:13:26 +0000
  • f59b384e70 When searching for headers, ignore directories, just like gcc does. Vladimir Prus 2007-12-11 19:46:19 +0000
  • 4e503b2681 When searching for headers, ignore directories, just like gcc does. Vladimir Prus 2007-12-11 19:46:19 +0000
  • b34c3d8fa0 Implement ISFILE for real Vladimir Prus 2007-12-11 19:45:37 +0000
  • 01f97eaedd Implement ISFILE for real Vladimir Prus 2007-12-11 19:45:37 +0000
  • f679fc1efd Put add-usage-requirements back Vladimir Prus 2007-12-11 19:41:47 +0000
  • 41fb30678f Put add-usage-requirements back Vladimir Prus 2007-12-11 19:41:47 +0000
  • 89cd055eb0 Add dependency scanner for Qt Resource Files (.qrc). Jürgen Hunold 2007-12-08 20:08:29 +0000
  • a3eb1741f5 Add dependency scanner for Qt Resource Files (.qrc). Jürgen Hunold 2007-12-08 20:08:29 +0000