Commit Graph

  • c67fd2cd66 Replace -g with -gopt to reduce quantity of debug info. K. Noel Belcourt 2010-02-12 17:09:32 +0000
  • 45613ec05e Replace -g with -gopt to reduce quantity of debug info. K. Noel Belcourt 2010-02-12 17:09:32 +0000
  • ace132ca90 Need to remove inherited xsl:param we get from the top-level Jamroot. Rene Rivera 2010-02-11 20:02:10 +0000
  • d962588078 Make sure we use the same name of project module everywhere. Vladimir Prus 2010-02-08 15:18:57 +0000
  • da1422075e Make sure we use the same name of project module everywhere. Vladimir Prus 2010-02-08 15:18:57 +0000
  • 9f841047f1 Enable soname for HPUX. Vladimir Prus 2010-02-05 12:42:09 +0000
  • ab541ea544 Enable soname for HPUX. Vladimir Prus 2010-02-05 12:42:09 +0000
  • bbdb0315fc Use the pathf90 compiler for all compilation. Vladimir Prus 2010-02-05 11:51:46 +0000
  • 71e87fc94b Use the pathf90 compiler for all compilation. Vladimir Prus 2010-02-05 11:51:46 +0000
  • cd17ec86ea Use right default command for C compilations. Vladimir Prus 2010-02-05 11:47:14 +0000
  • af2b583d80 Use right default command for C compilations. Vladimir Prus 2010-02-05 11:47:14 +0000
  • 5b65f99a07 Intel improvements: 1. Honors USER_OPTION (that is cflags/cxxflags features) 2. Adds an <optimization>speed option Vladimir Prus 2010-01-27 20:52:05 +0000
  • 7da4b7f27e Intel improvements: 1. Honors USER_OPTION (that is cflags/cxxflags features) 2. Adds an <optimization>speed option Vladimir Prus 2010-01-27 20:52:05 +0000
  • 605c89253d Improve fortran support. Vladimir Prus 2010-01-27 20:49:56 +0000
  • c159193c72 Improve fortran support. Vladimir Prus 2010-01-27 20:49:56 +0000
  • 23aac4f79a Remove debug prints. Vladimir Prus 2010-01-27 20:48:52 +0000
  • 5d01f61653 Remove debug prints. Vladimir Prus 2010-01-27 20:48:52 +0000
  • 20094eaacc This patch ensures we close both file descriptors following the dup2 calls. This is mostly for completeness but also because I've occasionally noticed output isn't flushed from a terminated process (when it is killed for exceeding the time limit). I'm sure this won't break anything and am slightly hopeful that it might ensure output is flushed before the terminating process is killed. K. Noel Belcourt 2010-01-07 05:57:33 +0000
  • 78149308c4 This patch ensures we close both file descriptors following the dup2 calls. This is mostly for completeness but also because I've occasionally noticed output isn't flushed from a terminated process (when it is killed for exceeding the time limit). I'm sure this won't break anything and am slightly hopeful that it might ensure output is flushed before the terminating process is killed. K. Noel Belcourt 2010-01-07 05:57:33 +0000
  • 53b779c994 Remove debug print Vladimir Prus 2010-01-06 19:07:49 +0000
  • b1106b4ca0 Remove debug print Vladimir Prus 2010-01-06 19:07:49 +0000
  • f5dd2ae6b9 Do not relink on installation if dll paths did not change. Vladimir Prus 2010-01-06 19:00:48 +0000
  • e8853b4947 Do not relink on installation if dll paths did not change. Vladimir Prus 2010-01-06 19:00:48 +0000
  • 14aa3c252f Add latex support to doxygen toolset Steven Watanabe 2010-01-04 17:51:29 +0000
  • 128e18fafb Add latex support to doxygen toolset Steven Watanabe 2010-01-04 17:51:29 +0000
  • 6bb81c6c68 Only use Python port of Boost.Build when exactly '--python' is passed. Fixes #3814. Vladimir Prus 2010-01-04 10:36:08 +0000
  • 0907cc652c Only use Python port of Boost.Build when exactly '--python' is passed. Fixes #3814. Vladimir Prus 2010-01-04 10:36:08 +0000
  • af0d42b340 Do not treat 'sun-stlport' feature value as two subfeatures. Vladimir Prus 2009-12-18 10:07:57 +0000
  • 5d761fa5e4 Do not treat 'sun-stlport' feature value as two subfeatures. Vladimir Prus 2009-12-18 10:07:57 +0000
  • 7e470457bf Really fix <strip>on vs. <debug-symbols>off change for Xcode gcc. Rene Rivera 2009-12-16 03:56:33 +0000
  • ebb6a6942d Really fix <strip>on vs. <debug-symbols>off change for Xcode gcc. Rene Rivera 2009-12-16 03:56:33 +0000
  • 3aa853fd0a Adjust for <debug-symbols>off vs. <strip>off. Rene Rivera 2009-12-14 18:33:34 +0000
  • 65c0699816 Adjust for <debug-symbols>off vs. <strip>off. Rene Rivera 2009-12-14 18:33:34 +0000
  • 70f79b2ea5 Fix typo. Vladimir Prus 2009-12-14 07:54:58 +0000
  • a735b092e0 Fix typo. Vladimir Prus 2009-12-14 07:54:58 +0000
  • 44915991d5 Don't generate empty -F if framework is specified without path. Vladimir Prus 2009-12-14 06:50:05 +0000
  • ef5f69c032 Don't generate empty -F if framework is specified without path. Vladimir Prus 2009-12-14 06:50:05 +0000
  • 15ceb700cd Do not strip binaries in release variant. Vladimir Prus 2009-12-12 23:08:29 +0000
  • d6f5f0bf72 Do not strip binaries in release variant. Vladimir Prus 2009-12-12 23:08:29 +0000
  • 40f301f563 Add msvc-10.0express support Beman Dawes 2009-12-08 18:22:04 +0000
  • 543b57aa12 Add msvc-10.0express support Beman Dawes 2009-12-08 18:22:04 +0000
  • 0e0976a7b1 Make 'keep-going' option default to 'true' if not specified. Vladimir Prus 2009-12-02 16:47:48 +0000
  • 5e8560efba Make 'keep-going' option default to 'true' if not specified. Vladimir Prus 2009-12-02 16:47:48 +0000
  • b51081fd61 Fix quickbook scanner for filenames that start with 't'. (bjam doesn't support '\t') Steven Watanabe 2009-11-28 20:01:31 +0000
  • 46bb584ae9 Fix quickbook scanner for filenames that start with 't'. (bjam doesn't support '\t') Steven Watanabe 2009-11-28 20:01:31 +0000
  • 3910b10a57 Fix warnings. Closes #3656. Vladimir Prus 2009-11-28 17:46:46 +0000
  • 8ce7f291a5 Fix warnings. Closes #3656. Vladimir Prus 2009-11-28 17:46:46 +0000
  • 7c3060792c Implement --keep-going option. Vladimir Prus 2009-11-27 20:14:52 +0000
  • 5e202da8b6 Implement --keep-going option. Vladimir Prus 2009-11-27 20:14:52 +0000
  • 73406e3691 Allow Boost.Build to control keep-going behaviour Vladimir Prus 2009-11-27 19:57:44 +0000
  • c143e54ae0 Allow Boost.Build to control keep-going behaviour Vladimir Prus 2009-11-27 19:57:44 +0000
  • 237e9efd41 Pack everything 'mpicxx -show' in single 'linkflags' feature, to avoid undesired reordering. Vladimir Prus 2009-11-27 19:53:52 +0000
  • d565fceb83 Pack everything 'mpicxx -show' in single 'linkflags' feature, to avoid undesired reordering. Vladimir Prus 2009-11-27 19:53:52 +0000
  • 87cf8ae914 When generating PCH-compiling cpp, end it with newline. Vladimir Prus 2009-11-27 06:43:04 +0000
  • c3cad92309 When generating PCH-compiling cpp, end it with newline. Vladimir Prus 2009-11-27 06:43:04 +0000
  • 49539d3a81 Fix link Vladimir Prus 2009-11-24 16:56:01 +0000
  • b8a1990d32 Remove debug print Vladimir Prus 2009-11-24 11:48:06 +0000
  • f3b40af375 Remove debug print Vladimir Prus 2009-11-24 11:48:06 +0000
  • 0db07683cd Make vacpp respect the standard options to 'using'. Vladimir Prus 2009-11-24 11:32:13 +0000
  • e8a2c87cd3 Make vacpp respect the standard options to 'using'. Vladimir Prus 2009-11-24 11:32:13 +0000
  • 1eb2466876 Implement the 'always' function. Vladimir Prus 2009-11-22 08:05:36 +0000
  • f37422c6c1 Implement the 'always' function. Vladimir Prus 2009-11-22 08:05:36 +0000
  • ead21a5a4b Permit path-constant with relative path in config files. Vladimir Prus 2009-11-21 11:49:13 +0000
  • 53d1b607d5 Permit path-constant with relative path in config files. Vladimir Prus 2009-11-21 11:49:13 +0000
  • 93976ee33a Use libwhatever.a naming for static libraries on mingw, as that matches how all libraries shipped with mingw are named. Further, we previously used libwhatever.lib, and the linker never searched for this spelling. Vladimir Prus 2009-11-20 13:25:25 +0000
  • a52d4903a9 Use libwhatever.a naming for static libraries on mingw, as that matches how all libraries shipped with mingw are named. Further, we previously used libwhatever.lib, and the linker never searched for this spelling. Vladimir Prus 2009-11-20 13:25:25 +0000
  • 2f38819a96 Improve detection of MT requirement of MPI. Vladimir Prus 2009-11-19 20:05:06 +0000
  • 10c496d79c Improve detection of MT requirement of MPI. Vladimir Prus 2009-11-19 20:05:06 +0000
  • 344bf0f335 Use qpic=large. On Linux, set soname. Vladimir Prus 2009-11-18 20:31:33 +0000
  • 49ba9f990d Use qpic=large. On Linux, set soname. Vladimir Prus 2009-11-18 20:31:33 +0000
  • 24e123b860 Generalize the detection and addition of OSX SDKs so that it doesn't rely on a fixed feature list. Rene Rivera 2009-11-11 01:09:00 +0000
  • 1878e3b777 Generalize the detection and addition of OSX SDKs so that it doesn't rely on a fixed feature list. Rene Rivera 2009-11-11 01:09:00 +0000
  • fe8c5f7172 Merge: Fix generating invalid feature values for OSX version to target. Vladimir Prus 2009-11-10 17:26:59 +0000
  • 2382288905 Fix generating invalid feature values for OSX version to target. Rene Rivera 2009-11-10 17:20:51 +0000
  • e4f56ac359 Fix generating invalid feature values for OSX version to target. Rene Rivera 2009-11-10 17:20:51 +0000
  • 5775cb918a Support more parameters to rules. Vladimir Prus 2009-11-10 07:21:03 +0000
  • 62df71534f Support more parameters to rules. Vladimir Prus 2009-11-10 07:21:03 +0000
  • dae3a2a979 Merge from trunk -- mostly OSX 10.6 ppc64 fixes. Vladimir Prus 2009-11-09 10:00:32 +0000
  • b3c66209bf Fix references to non-existent rules that caused building to fail. And fix building with iPhone as it uses a symbolic version number, not jsut numeric. Rene Rivera 2009-11-09 02:13:02 +0000
  • 6ae006207e Fix references to non-existent rules that caused building to fail. And fix building with iPhone as it uses a symbolic version number, not jsut numeric. Rene Rivera 2009-11-09 02:13:02 +0000
  • 4cbe184764 Allow to localize rules when inheriting toolset. Vladimir Prus 2009-11-08 17:32:53 +0000
  • 1c984dd917 Allow to localize rules when inheriting toolset. Vladimir Prus 2009-11-08 17:32:53 +0000
  • 58c644558e Detect, and produce proper diagnostics for '10.6 and ppc64 does not work'. Vladimir Prus 2009-11-08 13:54:58 +0000
  • 1157253f34 Detect, and produce proper diagnostics for '10.6 and ppc64 does not work'. Vladimir Prus 2009-11-08 13:54:58 +0000
  • 18c24da630 Pass the correct minos options to Xcode for iPhoneOS. Rene Rivera 2009-11-07 14:53:24 +0000
  • 30810450f5 Pass the correct minos options to Xcode for iPhoneOS. Rene Rivera 2009-11-07 14:53:24 +0000
  • 058f44f344 Make it possible to detect and use patch release MacOSX/iPhoneOS SDKs. Rene Rivera 2009-11-07 01:05:17 +0000
  • 8934f9f917 Make it possible to detect and use patch release MacOSX/iPhoneOS SDKs. Rene Rivera 2009-11-07 01:05:17 +0000
  • 9348550744 Need the point iPhone OS version also, for the SDK detection to work. Rene Rivera 2009-11-06 02:16:50 +0000
  • 8bdd56f439 Need the point iPhone OS version also, for the SDK detection to work. Rene Rivera 2009-11-06 02:16:50 +0000
  • b0c400d1f6 Add latest iPhone OS versions. Rene Rivera 2009-11-05 23:54:24 +0000
  • 655d63b7ea Add latest iPhone OS versions. Rene Rivera 2009-11-05 23:54:24 +0000
  • 3daad7540e Merge: Make cflags affect both C and C++ compilers, per docs. Vladimir Prus 2009-11-05 09:41:14 +0000
  • 1a0949fbe6 Make cflags affect both C and C++ compilers, per docs. Vladimir Prus 2009-11-05 09:39:06 +0000
  • e15e8d56b8 Make cflags affect both C and C++ compilers, per docs. Vladimir Prus 2009-11-05 09:39:06 +0000
  • 02ef5d96ed Merge: Suppress warning Vladimir Prus 2009-11-05 08:06:43 +0000
  • 3e2fbb7677 Suppress warning. Vladimir Prus 2009-11-05 08:05:20 +0000
  • 5f42091cdf Suppress warning. Vladimir Prus 2009-11-05 08:05:20 +0000
  • 7cecc87c1f Merge: Remove debug prints Vladimir Prus 2009-11-04 16:19:58 +0000
  • 73ff6af2c7 Remove debug prints Vladimir Prus 2009-11-04 16:14:47 +0000