c6de94ebf9Handle cygwin vs. windows paths for doxygen
Steven Watanabe
2010-05-26 18:06:16 +0000
20bccaa3afHandle cygwin vs. windows paths for doxygen
Steven Watanabe
2010-05-26 18:06:16 +0000
e23b4a0264Import 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
d1635d82fdImport 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
a439fe8aedFix stupid bug, that broke using xsltproc ;
Steven Watanabe
2010-05-26 12:18:46 +0000
ef1d433bd9Fix stupid bug, that broke using xsltproc ;
Steven Watanabe
2010-05-26 12:18:46 +0000
b81ced461cAdd some missing files
Steven Watanabe
2010-05-26 03:39:15 +0000
70a1615867Add some missing files
Steven Watanabe
2010-05-26 03:39:15 +0000
e9e69862b8Try 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
fbcc338aa4Try 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
ff2e2c5df9Look for docbook in /opt/local/share since that's the default installation directory for macports
Steven Watanabe
2010-05-25 21:15:18 +0000
eb163585c4Look for docbook in /opt/local/share since that's the default installation directory for macports
Steven Watanabe
2010-05-25 21:15:18 +0000
a94ce28fb3Always 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
b1f7e8dcc9Always 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
c50fcf1913Better autoconfiguration for BoostBook
Steven Watanabe
2010-05-25 18:28:53 +0000
6f60fe9000Better autoconfiguration for BoostBook
Steven Watanabe
2010-05-25 18:28:53 +0000
b20974f9adAdd 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
99a99424d8Add 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
de478995bbFixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
Jeremiah Willcock
2010-04-20 18:49:18 +0000
656169f5f3Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
Jeremiah Willcock
2010-04-20 18:49:18 +0000
ff8372431fMerge from trunk
Vladimir Prus
2010-04-20 12:05:14 +0000
8f96a92ad8Complete sync with /tags/tools/jam/Boost_Jam_3_1_18
Vladimir Prus
2010-04-20 11:51:08 +0000
5d4e6058e8Call 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
618cc10481Call 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
1ffc46ab7fExperimental Boost.Build configuration for Clang.
Douglas Gregor
2010-04-18 19:43:40 +0000
8d6d34446eExperimental Boost.Build configuration for Clang.
Douglas Gregor
2010-04-18 19:43:40 +0000
5e11e9541fAdd 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
792d4e5bb4Add 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
2f11a215e4Disambiguiate targets and directories passed to 'build-project'.
Vladimir Prus
2010-04-04 21:04:48 +0000
75de05efecDisambiguiate targets and directories passed to 'build-project'.
Vladimir Prus
2010-04-04 21:04:48 +0000
f83c84da79revert accidental commit
David Dean
2010-04-02 22:48:06 +0000
7bc3446c3crevert accidental commit
David Dean
2010-04-02 22:48:06 +0000
b25b4f10c9make abi/borland_prefix and borland.jam defaults match
David Dean
2010-04-02 18:35:00 +0000
6a4b52d95bmake abi/borland_prefix and borland.jam defaults match
David Dean
2010-04-02 18:35:00 +0000
4eb744590eBump bjam to 3.1.19.
Rene Rivera
2010-03-22 21:04:59 +0000
60dd40f958Bump bjam to 3.1.19.
Rene Rivera
2010-03-22 21:04:59 +0000
b372169a1aAdd LIBS to the env vars list as it's also use in the cc toolset.
Rene Rivera
2010-03-22 19:33:19 +0000
661cf165f0Add LIBS to the env vars list as it's also use in the cc toolset.
Rene Rivera
2010-03-22 19:33:19 +0000
e132e449d2Fix building of standalone bjam docs after Daniel's changes broke them.
Rene Rivera
2010-03-22 19:27:23 +0000
31bf50d2c7Change 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
89a530f5d6Fix 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
92011153d9Fix 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
8fe6def153Use Python 2.6, if available
Vladimir Prus
2010-03-22 09:57:29 +0000
44c9b51abeUse Python 2.6, if available
Vladimir Prus
2010-03-22 09:57:29 +0000
b6015ec58bAdd change history for 3.1.18 release.
Rene Rivera
2010-03-19 14:37:40 +0000
841a0e7a6bFix minor typo.
Rene Rivera
2010-03-19 14:05:43 +0000
d8039b2c80Revert 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
83c1703151Revert 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
e796873148Somewhat simplify Boost.Math configuration checks
Vladimir Prus
2010-03-16 22:24:52 +0000
e847e519efSomewhat simplify Boost.Math configuration checks
Vladimir Prus
2010-03-16 22:24:52 +0000
f774df8ef5Simplify 'alias' metatarget rule
Vladimir Prus
2010-03-16 18:02:55 +0000
79f0d5d1e1Simplify 'alias' metatarget rule
Vladimir Prus
2010-03-16 18:02:55 +0000
69c43f3002Ignore bin/config.log when testing
Vladimir Prus
2010-03-06 18:49:05 +0000
5f5e7aa253Ignore bin/config.log when testing
Vladimir Prus
2010-03-06 18:49:05 +0000
29d0eea7faDocument new builtins
Vladimir Prus
2010-03-06 18:12:13 +0000
a15d80c040Default to darwin toolset on OSX.
Vladimir Prus
2010-03-06 07:24:10 +0000
29ea1c32e4Default to darwin toolset on OSX.
Vladimir Prus
2010-03-06 07:24:10 +0000
94f588650aImplement PRECIOUS builtin.
Vladimir Prus
2010-03-04 23:02:57 +0000
52c1c81918Implement PRECIOUS builtin.
Vladimir Prus
2010-03-04 23:02:57 +0000
064d55508cAdjust library names on mingw/cygwin. Fixes#1907
Vladimir Prus
2010-03-01 22:32:00 +0000
5f9ec50378Adjust library names on mingw/cygwin. Fixes#1907
Vladimir Prus
2010-03-01 22:32:00 +0000
869159c949Use same flags for fortran compilation as for C and C++.
Vladimir Prus
2010-02-28 07:51:21 +0000
442fffbefbUse same flags for fortran compilation as for C and C++.
Vladimir Prus
2010-02-28 07:51:21 +0000
cd68f4a04fRan ranlib on static libraries.
Vladimir Prus
2010-02-25 11:41:41 +0000
f5a356823eRan ranlib on static libraries.
Vladimir Prus
2010-02-25 11:41:41 +0000
f6f4f3fbbcConfiguration framework and boost.math long long configuration.
Vladimir Prus
2010-02-24 12:26:26 +0000
1fb10d066cConfiguration framework and boost.math long long configuration.
Vladimir Prus
2010-02-24 12:26:26 +0000
2265402fc0Fix UPDATE_NOW declaration
Vladimir Prus
2010-02-24 12:18:49 +0000
b50d69df13Fix UPDATE_NOW declaration
Vladimir Prus
2010-02-24 12:18:49 +0000
f2b25c5753Add 'ignore -n' option to BUILTIN_UPDATE_NOW.
Vladimir Prus
2010-02-24 12:08:58 +0000
f59ca8b641Add 'ignore -n' option to BUILTIN_UPDATE_NOW.
Vladimir Prus
2010-02-24 12:08:58 +0000
d6571c815eRobustify against dots in Jamfile pathnames.
Vladimir Prus
2010-02-24 10:27:50 +0000
88c0c95622Robustify against dots in Jamfile pathnames.
Vladimir Prus
2010-02-24 10:27:50 +0000
1f4955a112Don't produce any messages upon seeing <build>no.
Vladimir Prus
2010-02-22 10:41:26 +0000
a8f11a4efbDon't produce any messages upon seeing <build>no.
Vladimir Prus
2010-02-22 10:41:26 +0000
dd8caf644aReport where the headers and libraries were built to at the end of the build.
Vladimir Prus
2010-02-21 23:59:08 +0000
94dc4b82e9Report where the headers and libraries were built to at the end of the build.
Vladimir Prus
2010-02-21 23:59:08 +0000
b833784edbFix scalability issues in subvariant.all-referenced-targets.
Vladimir Prus
2010-02-21 23:46:42 +0000
0406045d19Fix scalability issues in subvariant.all-referenced-targets.
Vladimir Prus
2010-02-21 23:46:42 +0000
1fcdde9beaRemove debug print
Vladimir Prus
2010-02-21 23:42:19 +0000
29840f6a48Remove debug print
Vladimir Prus
2010-02-21 23:42:19 +0000
b170b53c38Various new builtins.
Vladimir Prus
2010-02-21 23:33:13 +0000
b5e096cc66Various new builtins.
Vladimir Prus
2010-02-21 23:33:13 +0000
8faba6ab29Special case processing of RPATH, so that '$ORIGIN' can be used
Vladimir Prus
2010-02-20 11:03:58 +0000
b300e8a921Special case processing of RPATH, so that '$ORIGIN' can be used
Vladimir Prus
2010-02-20 11:03:58 +0000
dabe7b047fMerge from trunk
Vladimir Prus
2010-02-17 09:49:08 +0000