Commit Graph

  • f167f706e0 Fix file:line printing so that Emacs and other tools are not confused. Vladimir Prus 2004-01-23 14:16:29 +0000
  • eeae34dce4 When --debug-configuration is specified, output where boost-build.jam and bootstrap.jam were found. Vladimir Prus 2004-01-23 14:02:19 +0000
  • 9c45a944b7 When --debug-configuration is specified, output where boost-build.jam and bootstrap.jam were found. Vladimir Prus 2004-01-23 14:02:19 +0000
  • 110cc640db moved -Wno-long-double to the Darwin section Jeremy Siek 2004-01-22 04:08:35 +0000
  • a4f6b4362b Fix missing link flags when building executables from the regression test system. The use of flags .. <target-type>EXE does not work because the target type is set to the main target (RUN from ther test system). Use gTARGET_TYPE instead which is set. Rene Rivera 2004-01-22 03:40:10 +0000
  • 864e107939 added -Wno-long-double Jeremy Siek 2004-01-22 00:25:26 +0000
  • 0ef095eb21 Don't pass -x flag to gcc when it's know that gcc will select the same language from the file extension. This works around distcc's dislike of the -x option: whenever it sees it, it resorts to local compilation. Vladimir Prus 2004-01-20 12:46:00 +0000
  • 1671d60847 Don't pass -x flag to gcc when it's know that gcc will select the same language from the file extension. This works around distcc's dislike of the -x option: whenever it sees it, it resorts to local compilation. Vladimir Prus 2004-01-20 12:46:00 +0000
  • 038282d06f Fix stlport initialization example. Vladimir Prus 2004-01-20 09:27:59 +0000
  • 87f709e5a3 Fix stlport initialization example. Vladimir Prus 2004-01-20 09:27:59 +0000
  • 4ca7977418 Use common.file-creation-command for creating a file signalling that unit test has executed without errors. Using 'touch' is not portable to Windows, in general. Vladimir Prus 2004-01-20 08:16:51 +0000
  • 3044074f7c Use common.file-creation-command for creating a file signalling that unit test has executed without errors. Using 'touch' is not portable to Windows, in general. Vladimir Prus 2004-01-20 08:16:51 +0000
  • 16d8c8005a Use declare-basic-target to declare targets. This fixes the missing target-type when bulding EXEs for the test system. Rene Rivera 2004-01-18 20:52:18 +0000
  • 6868fac717 Split basic functionality of setting up a target's variables from declare-local-target to a new rule, declare-basic-target. This helps in setting up intermediate targets of main targets, for example by the test system. Rene Rivera 2004-01-18 20:50:55 +0000
  • 33ccc4bfd4 Clean up detritus from: fix debugger invocation in PATH_SETUP Dave Abrahams 2004-01-15 15:34:42 +0000
  • aa7ecda7af Fix debugger invocation in PATH_SETUP Dave Abrahams 2004-01-15 15:33:47 +0000
  • 35b21567d2 added '-brtl' flag for linking an executable with dynamic libraries Toon Knapen 2004-01-15 13:52:14 +0000
  • 2078bed239 * test/test_all.py Don't stop at the first failure, try to move further. Vladimir Prus 2004-01-14 07:20:49 +0000
  • d034f8f84e * test/test_all.py Don't stop at the first failure, try to move further. Vladimir Prus 2004-01-14 07:20:49 +0000
  • 3a9e08dddb Remove the concept of 'active' features, for lack of any use. Vladimir Prus 2004-01-13 10:24:11 +0000
  • 2f56d51b61 Remove the concept of 'active' features, for lack of any use. Vladimir Prus 2004-01-13 10:24:11 +0000
  • a3ac522cd1 Improve NDEBUG handling. Specify <define>NDEBUG as part of <variant>release, instead of setting it on when there's <optimization>speed. Also, now we don't use active features at all. Vladimir Prus 2004-01-13 10:18:09 +0000
  • 084ae2c4dc Improve NDEBUG handling. Specify <define>NDEBUG as part of <variant>release, instead of setting it on when there's <optimization>speed. Also, now we don't use active features at all. Vladimir Prus 2004-01-13 10:18:09 +0000
  • ef0560eb68 Add new example. Vladimir Prus 2004-01-13 09:57:55 +0000
  • 5ff4bd0451 Add new example. Vladimir Prus 2004-01-13 09:57:55 +0000
  • 427174eaab Use "rm -f" for RM variable on Linux. For now, this does not change much, but in fugure we can use just $RM inside various actions, instead of testing for file existance before. Vladimir Prus 2004-01-13 09:34:16 +0000
  • 9e5bdd213d Use "rm -f" for RM variable on Linux. For now, this does not change much, but in fugure we can use just $RM inside various actions, instead of testing for file existance before. Vladimir Prus 2004-01-13 09:34:16 +0000
  • 21f0722dfa Added support for testing on solaris: * test/BoostBuild.py: (Tester): added a check for SunOS and one for Linux. The default now is to raise an exception. Vladimir Prus 2004-01-13 09:24:16 +0000
  • 493c4746df Added support for testing on solaris: * test/BoostBuild.py: (Tester): added a check for SunOS and one for Linux. The default now is to raise an exception. Vladimir Prus 2004-01-13 09:24:16 +0000
  • 4bd54c3c79 Unbreak 'absolute_sources.py' on Windows. Vladimir Prus 2004-01-12 10:54:54 +0000
  • 31e232d4cf Unbreak 'absolute_sources.py' on Windows. Vladimir Prus 2004-01-12 10:54:54 +0000
  • a8b18c0799 Instead of don't returning targets which are not of requested type from generators.construct, return them with 'intermediate' flag. Vladimir Prus 2004-01-09 11:55:32 +0000
  • 2742a1f4e7 Instead of don't returning targets which are not of requested type from generators.construct, return them with 'intermediate' flag. Vladimir Prus 2004-01-09 11:55:32 +0000
  • d162d7d854 Remove some obsolete code. Vladimir Prus 2004-01-09 11:16:49 +0000
  • 131cf1eefe Remove some obsolete code. Vladimir Prus 2004-01-09 11:16:49 +0000
  • 1baab343b9 Unbreak searched_lib.py and library_chain.py. Pass proper -rpath-link options to the linker. Vladimir Prus 2004-01-09 10:50:07 +0000
  • 33b33b839c Unbreak searched_lib.py and library_chain.py. Pass proper -rpath-link options to the linker. Vladimir Prus 2004-01-09 10:50:07 +0000
  • 77938a73ea Fix GCC/NT builds, refactor, clean up, clarify Dave Abrahams 2004-01-09 02:56:36 +0000
  • c4847503e4 Enable Metrowerks support Beman Dawes 2004-01-09 02:20:57 +0000
  • 924223c33e enable -mt thread-tag for Intel Beman Dawes 2004-01-09 00:50:08 +0000
  • 3086648616 Fix BB65: includes of the form Vladimir Prus 2004-01-08 08:00:00 +0000
  • 24699e37b9 Fix BB65: includes of the form Vladimir Prus 2004-01-08 08:00:00 +0000
  • 85fb26b156 Fix some syntax errors, for windows test run script. Rene Rivera 2004-01-08 04:24:08 +0000
  • a8a6302d88 Implement Martins' concept of maintaining the exit status when tests are run. Rene Rivera 2004-01-08 04:15:42 +0000
  • ab5f50389b add cw9 for cwpro9 Beman Dawes 2004-01-08 01:26:13 +0000
  • 478cdf8258 Add cwpro9 toolset Beman Dawes 2004-01-08 00:41:24 +0000
  • b9b5ffa1d9 removed Aix-Implib-Action and added '-G' flag to link shared libraries on AIX Toon Knapen 2004-01-07 14:00:49 +0000
  • 06647a35ea Command files for Borland tlib Dave Abrahams 2004-01-07 05:07:35 +0000
  • 2f43f44507 Fixed bugs Dave Abrahams 2004-01-07 03:47:11 +0000
  • 5fc725707e Fixed bugs Dave Abrahams 2004-01-07 03:47:11 +0000
  • 75d9d0f9fc Reverted unwanted checkin. Thomas Witt 2004-01-06 19:44:06 +0000
  • 63bb4c8ba3 *** empty log message *** Thomas Witt 2004-01-06 19:37:17 +0000
  • 5512a91f60 Workaround for intel-linux Dave Abrahams 2004-01-04 23:09:51 +0000
  • 72855a4c61 work with icc 8.0 and handle the no-configuration case Dave Abrahams 2004-01-03 20:05:59 +0000
  • 1ddc593144 Add setting of link path to attempt fix for linking shared objects in regression tests. Rene Rivera 2004-01-03 15:44:40 +0000
  • 8bcaeafdde Possible fix for dynamic linking. Rene Rivera 2003-12-31 18:04:49 +0000
  • 09a94fec43 For MinGW prefer using the import library of libpython*.* if available. Rene Rivera 2003-12-28 17:25:54 +0000
  • cb84c7348f Fix linking of Boost.Python when using MinGW. It seems that linking using the import lib is now incompatible with the MinGW linker. Instead we have to now link against the python DLL directly. Rene Rivera 2003-12-28 01:50:50 +0000
  • 4306e24d92 Fix tabs in file. Rene Rivera 2003-12-26 23:26:49 +0000
  • d49cf57143 Fix tabs in file. Rene Rivera 2003-12-26 23:26:49 +0000
  • 8d40b4d45f Ignore all whitespace at end of archive entries, not just space and newlines. Rene Rivera 2003-12-25 16:11:44 +0000
  • 61be805dec Ignore all whitespace at end of archive entries, not just space and newlines. Rene Rivera 2003-12-25 16:11:44 +0000
  • 2fd898bb66 Add eols to skipped chars between archive entries, bug #840659. Rene Rivera 2003-12-24 22:45:55 +0000
  • a30f94f9ea Add eols to skipped chars between archive entries, bug #840659. Rene Rivera 2003-12-24 22:45:55 +0000
  • ea4e903cc5 Update to default to new version of STLport, 4.6. Fix to be able to actually specify the version to use. Rene Rivera 2003-12-24 18:38:59 +0000
  • 9c2d828c55 Reformat with HTML Tidy. Fix broken links. Rene Rivera 2003-12-24 15:43:46 +0000
  • 6709f5a1da Made changes suggested by Dave Abrahams to clean up code a little. John Maddock 2003-12-24 12:05:58 +0000
  • 9511480226 comment that c works for c++, too Beman Dawes 2003-12-22 21:18:53 +0000
  • bb7682289a Changed naming scheme for vc7-stlport and vc7.1-stlport toolsets - these toolsets require <stlport-iostream>on, but the lib naming scheme gets hold of the build properties before the toolset gets to modify them, so we have to remove any 'n' tag that gets appended. John Maddock 2003-12-20 13:28:22 +0000
  • eef1c8b7de Added new vc7-stlport and vc7.1-stlport toolsets. John Maddock 2003-12-20 13:24:24 +0000
  • 65cbcace30 Fixed toolset so that advertised STLPORT_VERSION feature now behaves correctly. John Maddock 2003-12-20 11:25:14 +0000
  • 7659fa4681 Allow <include-type> to select staged targets, even with <traverse-dependencies>off. Vladimir Prus 2003-12-18 14:54:04 +0000
  • ede64adbce Allow <include-type> to select staged targets, even with <traverse-dependencies>off. Vladimir Prus 2003-12-18 14:54:04 +0000
  • 7e561521af Refactorings. Vladimir Prus 2003-12-18 06:55:53 +0000
  • 3057d9c718 Refactorings. Vladimir Prus 2003-12-18 06:55:53 +0000
  • 84ad512baa Fix version. Vladimir Prus 2003-12-18 06:37:36 +0000
  • 8daec2f3bc Fix version. Vladimir Prus 2003-12-18 06:37:36 +0000
  • 7798afcd88 Unbreak doc.jam, broken by third argument to header scanning rule. Vladimir Prus 2003-12-18 05:15:27 +0000
  • 0372bb81f4 Unbreak doc.jam, broken by third argument to header scanning rule. Vladimir Prus 2003-12-18 05:15:27 +0000
  • 3c128e932f . Dave Abrahams 2003-12-18 01:14:49 +0000
  • 53d80e6406 Fix typos. Thanks to Larry Evans for report. Vladimir Prus 2003-12-17 14:51:51 +0000
  • 6f5f4a32ad Fix typos. Thanks to Larry Evans for report. Vladimir Prus 2003-12-17 14:51:51 +0000
  • 5d159751c8 Add files needed for Debian package. Vladimir Prus 2003-12-17 14:32:14 +0000
  • 03363af75e Add files needed for Debian package. Vladimir Prus 2003-12-17 14:32:14 +0000
  • a4511074c6 Use default value of BOOST_BUILD_PATH on UNIX, when none is specified. Vladimir Prus 2003-12-17 14:18:37 +0000
  • 567344e3eb Use default value of BOOST_BUILD_PATH on UNIX, when none is specified. Vladimir Prus 2003-12-17 14:18:37 +0000
  • 3091d87d48 Fix some C++-style comments. Pass -pedantic when compiling with gcc, so that such problems are reported. Vladimir Prus 2003-12-17 06:16:38 +0000
  • e26988d459 Fix some C++-style comments. Pass -pedantic when compiling with gcc, so that such problems are reported. Vladimir Prus 2003-12-17 06:16:38 +0000
  • 8f3b069f3f changed C++ style comment into C-style comment (port to IBM) Toon Knapen 2003-12-16 14:32:09 +0000
  • 5d21e13a4c changed C++ style comment into C-style comment (port to IBM) Toon Knapen 2003-12-16 14:32:09 +0000
  • b0e6228616 Eliminate dependency cycle in some cases. Vladimir Prus 2003-12-15 07:52:30 +0000
  • 418dae429a Eliminate dependency cycle in some cases. Vladimir Prus 2003-12-15 07:52:30 +0000
  • 8646da0914 Add returning of generated files from stage rule. Rene Rivera 2003-12-15 04:09:56 +0000
  • 7db506bf7b Add LN definition for windows platform. Rene Rivera 2003-12-15 03:46:09 +0000
  • 1fbe6b1f83 Fix missing versioned DLLs from getting copied about as extra files. Rene Rivera 2003-12-15 03:41:52 +0000
  • 0caa010580 Fix setting PATH and quotes problem. Rene Rivera 2003-12-14 20:08:14 +0000
  • 6f977e98a6 quote appended paths Dave Abrahams 2003-12-13 15:09:27 +0000
  • 832bb396db Fix up C++-isms in C code. Dave Abrahams 2003-12-12 16:26:23 +0000
  • c5f3926445 Fix up C++-isms in C code. Dave Abrahams 2003-12-12 16:26:23 +0000
  • a038b016ae Forgotten change. Vladimir Prus 2003-12-11 14:20:55 +0000