Commit Graph

  • c6de94ebf9 Handle cygwin vs. windows paths for doxygen Steven Watanabe 2010-05-26 18:06:16 +0000
  • 20bccaa3af Handle cygwin vs. windows paths for doxygen Steven Watanabe 2010-05-26 18:06:16 +0000
  • e23b4a0264 Import the out-xml rules to the global module so they can be found by __ACTION_RULE__. Somehow they stopped being globally available. This fixes the --out-xml=q.xml option. Rene Rivera 2010-05-26 14:22:15 +0000
  • d1635d82fd Import the out-xml rules to the global module so they can be found by __ACTION_RULE__. Somehow they stopped being globally available. This fixes the --out-xml=q.xml option. Rene Rivera 2010-05-26 14:22:15 +0000
  • a439fe8aed Fix stupid bug, that broke using xsltproc ; Steven Watanabe 2010-05-26 12:18:46 +0000
  • ef1d433bd9 Fix stupid bug, that broke using xsltproc ; Steven Watanabe 2010-05-26 12:18:46 +0000
  • b81ced461c Add some missing files Steven Watanabe 2010-05-26 03:39:15 +0000
  • 70a1615867 Add some missing files Steven Watanabe 2010-05-26 03:39:15 +0000
  • e9e69862b8 Try to adjust the paths in boostbook_catalog.xml to be correct, whether we're using a windows or cygwin build of xsltproc Steven Watanabe 2010-05-26 00:31:42 +0000
  • fbcc338aa4 Try to adjust the paths in boostbook_catalog.xml to be correct, whether we're using a windows or cygwin build of xsltproc Steven Watanabe 2010-05-26 00:31:42 +0000
  • ff2e2c5df9 Look for docbook in /opt/local/share since that's the default installation directory for macports Steven Watanabe 2010-05-25 21:15:18 +0000
  • eb163585c4 Look for docbook in /opt/local/share since that's the default installation directory for macports Steven Watanabe 2010-05-25 21:15:18 +0000
  • a94ce28fb3 Always use forward slashes in arguments to xsltproc. The windows xsltproc can handle forward slashes, but the cygwin version chokes on backslashes Steven Watanabe 2010-05-25 18:43:18 +0000
  • b1f7e8dcc9 Always use forward slashes in arguments to xsltproc. The windows xsltproc can handle forward slashes, but the cygwin version chokes on backslashes Steven Watanabe 2010-05-25 18:43:18 +0000
  • c50fcf1913 Better autoconfiguration for BoostBook Steven Watanabe 2010-05-25 18:28:53 +0000
  • 6f60fe9000 Better autoconfiguration for BoostBook Steven Watanabe 2010-05-25 18:28:53 +0000
  • a407890ca2 Merged revisions 61928 via svnmerge from https://svn.boost.org/svn/boost/trunk Eric Niebler 2010-05-22 00:29:54 +0000
  • 232c7dd49b Serialize running of MPI tests to minimize overloading systems. K. Noel Belcourt 2010-05-14 19:37:36 +0000
  • d9f30df45d Serialize running of MPI tests to minimize overloading systems. K. Noel Belcourt 2010-05-14 19:37:36 +0000
  • 61f6e8ee1f Remove non-blocking on child's pipe file descriptors. K. Noel Belcourt 2010-05-14 04:06:03 +0000
  • 71b989d781 Remove non-blocking on child's pipe file descriptors. K. Noel Belcourt 2010-05-14 04:06:03 +0000
  • 24c9d8c540 fix clang/cygwin bbv2 problem (with Doug's blessing) Eric Niebler 2010-05-12 06:35:30 +0000
  • c32f395396 fix clang/cygwin bbv2 problem (with Doug's blessing) Eric Niebler 2010-05-12 06:35:30 +0000
  • a4430e6fe0 Make the test reporting system handle the bcp tests properly Steven Watanabe 2010-05-12 04:32:43 +0000
  • 2844aa9b1d Make the test reporting system handle the bcp tests properly Steven Watanabe 2010-05-12 04:32:43 +0000
  • 71957d2eaf Merge Boost.Build improvements for Clang to release branch Douglas Gregor 2010-05-09 00:25:36 +0000
  • ffa0f3a652 Try to fix Boost.Build support for Clang on Linux Douglas Gregor 2010-05-09 00:14:41 +0000
  • d4ba79eba5 Try to fix Boost.Build support for Clang on Linux Douglas Gregor 2010-05-09 00:14:41 +0000
  • 8794dc6bd1 Manually add dependency to force_load declared source. Rene Rivera 2010-04-29 22:02:27 +0000
  • fbebafefd7 Manually add dependency to force_load declared source. Rene Rivera 2010-04-29 22:02:27 +0000
  • b20974f9ad Add a force-load dependency feature to allow for cases where the linker removes 'unused' symbols as is common in the linking model of Apple's Objective C Rene Rivera 2010-04-29 20:21:14 +0000
  • 99a99424d8 Add a force-load dependency feature to allow for cases where the linker removes 'unused' symbols as is common in the linking model of Apple's Objective C Rene Rivera 2010-04-29 20:21:14 +0000
  • de478995bb Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool Jeremiah Willcock 2010-04-20 18:49:18 +0000
  • 656169f5f3 Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool Jeremiah Willcock 2010-04-20 18:49:18 +0000
  • ff8372431f Merge from trunk Vladimir Prus 2010-04-20 12:05:14 +0000
  • 8f96a92ad8 Complete sync with /tags/tools/jam/Boost_Jam_3_1_18 Vladimir Prus 2010-04-20 11:51:08 +0000
  • 5d4e6058e8 Call explicit type register rule to avoid errors when the type file is imported from another type file. (Fixes #4118). Rene Rivera 2010-04-19 03:43:14 +0000
  • 618cc10481 Call explicit type register rule to avoid errors when the type file is imported from another type file. (Fixes #4118). Rene Rivera 2010-04-19 03:43:14 +0000
  • 1ffc46ab7f Experimental Boost.Build configuration for Clang. Douglas Gregor 2010-04-18 19:43:40 +0000
  • 8d6d34446e Experimental Boost.Build configuration for Clang. Douglas Gregor 2010-04-18 19:43:40 +0000
  • 5e11e9541f Add an objective-c header scanner so that #import dependencies can be found. To minimize code it reuses the c-scanner which is now moved into the cpp.jam type file. Rene Rivera 2010-04-18 14:35:57 +0000
  • 792d4e5bb4 Add an objective-c header scanner so that #import dependencies can be found. To minimize code it reuses the c-scanner which is now moved into the cpp.jam type file. Rene Rivera 2010-04-18 14:35:57 +0000
  • 2f11a215e4 Disambiguiate targets and directories passed to 'build-project'. Vladimir Prus 2010-04-04 21:04:48 +0000
  • 75de05efec Disambiguiate targets and directories passed to 'build-project'. Vladimir Prus 2010-04-04 21:04:48 +0000
  • f83c84da79 revert accidental commit David Dean 2010-04-02 22:48:06 +0000
  • 7bc3446c3c revert accidental commit David Dean 2010-04-02 22:48:06 +0000
  • b25b4f10c9 make abi/borland_prefix and borland.jam defaults match David Dean 2010-04-02 18:35:00 +0000
  • 6a4b52d95b make abi/borland_prefix and borland.jam defaults match David Dean 2010-04-02 18:35:00 +0000
  • 4eb744590e Bump bjam to 3.1.19. Rene Rivera 2010-03-22 21:04:59 +0000
  • 60dd40f958 Bump bjam to 3.1.19. Rene Rivera 2010-03-22 21:04:59 +0000
  • b372169a1a Add LIBS to the env vars list as it's also use in the cc toolset. Rene Rivera 2010-03-22 19:33:19 +0000
  • 661cf165f0 Add LIBS to the env vars list as it's also use in the cc toolset. Rene Rivera 2010-03-22 19:33:19 +0000
  • e132e449d2 Fix building of standalone bjam docs after Daniel's changes broke them. Rene Rivera 2010-03-22 19:27:23 +0000
  • 31bf50d2c7 Change nbsp entities to use custom docbook tags inatead as the entities seems to no longer be available. Rene Rivera 2010-03-22 19:26:23 +0000
  • 89a530f5d6 Fix possible problems when trailing or leading whitespace is added to the env vars used, for example CC and CFLAGS when using the cc toolset. Even though I can't get compilation to fail even with the extra whitespace during building it does seem to fail for some compilers that don't ignore the whitespace arguments. (Fixes #3630) Rene Rivera 2010-03-22 15:26:45 +0000
  • 92011153d9 Fix possible problems when trailing or leading whitespace is added to the env vars used, for example CC and CFLAGS when using the cc toolset. Even though I can't get compilation to fail even with the extra whitespace during building it does seem to fail for some compilers that don't ignore the whitespace arguments. (Fixes #3630) Rene Rivera 2010-03-22 15:26:45 +0000
  • 8fe6def153 Use Python 2.6, if available Vladimir Prus 2010-03-22 09:57:29 +0000
  • 44c9b51abe Use Python 2.6, if available Vladimir Prus 2010-03-22 09:57:29 +0000
  • b6015ec58b Add change history for 3.1.18 release. Rene Rivera 2010-03-19 14:37:40 +0000
  • 841a0e7a6b Fix minor typo. Rene Rivera 2010-03-19 14:05:43 +0000
  • d8039b2c80 Revert 60652. The 'alias' rule passes 'no-rename' to main-target-sources, and targets.create-metatarget does not, presently, support that. As result: Vladimir Prus 2010-03-18 08:06:50 +0000
  • 83c1703151 Revert 60652. The 'alias' rule passes 'no-rename' to main-target-sources, and targets.create-metatarget does not, presently, support that. As result: Vladimir Prus 2010-03-18 08:06:50 +0000
  • e796873148 Somewhat simplify Boost.Math configuration checks Vladimir Prus 2010-03-16 22:24:52 +0000
  • e847e519ef Somewhat simplify Boost.Math configuration checks Vladimir Prus 2010-03-16 22:24:52 +0000
  • f774df8ef5 Simplify 'alias' metatarget rule Vladimir Prus 2010-03-16 18:02:55 +0000
  • 79f0d5d1e1 Simplify 'alias' metatarget rule Vladimir Prus 2010-03-16 18:02:55 +0000
  • 69c43f3002 Ignore bin/config.log when testing Vladimir Prus 2010-03-06 18:49:05 +0000
  • 5f5e7aa253 Ignore bin/config.log when testing Vladimir Prus 2010-03-06 18:49:05 +0000
  • 29d0eea7fa Document new builtins Vladimir Prus 2010-03-06 18:12:13 +0000
  • a15d80c040 Default to darwin toolset on OSX. Vladimir Prus 2010-03-06 07:24:10 +0000
  • 29ea1c32e4 Default to darwin toolset on OSX. Vladimir Prus 2010-03-06 07:24:10 +0000
  • 94f588650a Implement PRECIOUS builtin. Vladimir Prus 2010-03-04 23:02:57 +0000
  • 52c1c81918 Implement PRECIOUS builtin. Vladimir Prus 2010-03-04 23:02:57 +0000
  • 064d55508c Adjust library names on mingw/cygwin. Fixes #1907 Vladimir Prus 2010-03-01 22:32:00 +0000
  • 5f9ec50378 Adjust library names on mingw/cygwin. Fixes #1907 Vladimir Prus 2010-03-01 22:32:00 +0000
  • 869159c949 Use same flags for fortran compilation as for C and C++. Vladimir Prus 2010-02-28 07:51:21 +0000
  • 442fffbefb Use same flags for fortran compilation as for C and C++. Vladimir Prus 2010-02-28 07:51:21 +0000
  • cd68f4a04f Ran ranlib on static libraries. Vladimir Prus 2010-02-25 11:41:41 +0000
  • f5a356823e Ran ranlib on static libraries. Vladimir Prus 2010-02-25 11:41:41 +0000
  • f6f4f3fbbc Configuration framework and boost.math long long configuration. Vladimir Prus 2010-02-24 12:26:26 +0000
  • 1fb10d066c Configuration framework and boost.math long long configuration. Vladimir Prus 2010-02-24 12:26:26 +0000
  • 2265402fc0 Fix UPDATE_NOW declaration Vladimir Prus 2010-02-24 12:18:49 +0000
  • b50d69df13 Fix UPDATE_NOW declaration Vladimir Prus 2010-02-24 12:18:49 +0000
  • f2b25c5753 Add 'ignore -n' option to BUILTIN_UPDATE_NOW. Vladimir Prus 2010-02-24 12:08:58 +0000
  • f59ca8b641 Add 'ignore -n' option to BUILTIN_UPDATE_NOW. Vladimir Prus 2010-02-24 12:08:58 +0000
  • d6571c815e Robustify against dots in Jamfile pathnames. Vladimir Prus 2010-02-24 10:27:50 +0000
  • 88c0c95622 Robustify against dots in Jamfile pathnames. Vladimir Prus 2010-02-24 10:27:50 +0000
  • 1f4955a112 Don't produce any messages upon seeing <build>no. Vladimir Prus 2010-02-22 10:41:26 +0000
  • a8f11a4efb Don't produce any messages upon seeing <build>no. Vladimir Prus 2010-02-22 10:41:26 +0000
  • dd8caf644a Report where the headers and libraries were built to at the end of the build. Vladimir Prus 2010-02-21 23:59:08 +0000
  • 94dc4b82e9 Report where the headers and libraries were built to at the end of the build. Vladimir Prus 2010-02-21 23:59:08 +0000
  • b833784edb Fix scalability issues in subvariant.all-referenced-targets. Vladimir Prus 2010-02-21 23:46:42 +0000
  • 0406045d19 Fix scalability issues in subvariant.all-referenced-targets. Vladimir Prus 2010-02-21 23:46:42 +0000
  • 1fcdde9bea Remove debug print Vladimir Prus 2010-02-21 23:42:19 +0000
  • 29840f6a48 Remove debug print Vladimir Prus 2010-02-21 23:42:19 +0000
  • b170b53c38 Various new builtins. Vladimir Prus 2010-02-21 23:33:13 +0000
  • b5e096cc66 Various new builtins. Vladimir Prus 2010-02-21 23:33:13 +0000
  • 8faba6ab29 Special case processing of RPATH, so that '$ORIGIN' can be used Vladimir Prus 2010-02-20 11:03:58 +0000
  • b300e8a921 Special case processing of RPATH, so that '$ORIGIN' can be used Vladimir Prus 2010-02-20 11:03:58 +0000
  • dabe7b047f Merge from trunk Vladimir Prus 2010-02-17 09:49:08 +0000