Steven Watanabe
20bccaa3af
Handle cygwin vs. windows paths for doxygen
...
[SVN r62247]
2010-05-26 18:06:16 +00:00
Steven Watanabe
c6de94ebf9
Handle cygwin vs. windows paths for doxygen
...
[SVN r62247]
2010-05-26 18:06:16 +00:00
Rene Rivera
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.
...
[SVN r62240]
2010-05-26 14:22:15 +00:00
Rene Rivera
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.
...
[SVN r62240]
2010-05-26 14:22:15 +00:00
Steven Watanabe
ef1d433bd9
Fix stupid bug, that broke using xsltproc ;
...
[SVN r62238]
2010-05-26 12:18:46 +00:00
Steven Watanabe
a439fe8aed
Fix stupid bug, that broke using xsltproc ;
...
[SVN r62238]
2010-05-26 12:18:46 +00:00
Steven Watanabe
70a1615867
Add some missing files
...
[SVN r62227]
2010-05-26 03:39:15 +00:00
Steven Watanabe
b81ced461c
Add some missing files
...
[SVN r62227]
2010-05-26 03:39:15 +00:00
Steven Watanabe
fbcc338aa4
Try to adjust the paths in boostbook_catalog.xml to be correct, whether we're using a windows or cygwin build of xsltproc
...
[SVN r62221]
2010-05-26 00:31:42 +00:00
Steven Watanabe
e9e69862b8
Try to adjust the paths in boostbook_catalog.xml to be correct, whether we're using a windows or cygwin build of xsltproc
...
[SVN r62221]
2010-05-26 00:31:42 +00:00
Steven Watanabe
eb163585c4
Look for docbook in /opt/local/share since that's the default installation directory for macports
...
[SVN r62216]
2010-05-25 21:15:18 +00:00
Steven Watanabe
ff2e2c5df9
Look for docbook in /opt/local/share since that's the default installation directory for macports
...
[SVN r62216]
2010-05-25 21:15:18 +00:00
Steven Watanabe
b1f7e8dcc9
Always use forward slashes in arguments to xsltproc. The windows xsltproc can handle forward slashes, but the cygwin version chokes on backslashes
...
[SVN r62212]
2010-05-25 18:43:18 +00:00
Steven Watanabe
a94ce28fb3
Always use forward slashes in arguments to xsltproc. The windows xsltproc can handle forward slashes, but the cygwin version chokes on backslashes
...
[SVN r62212]
2010-05-25 18:43:18 +00:00
Steven Watanabe
6f60fe9000
Better autoconfiguration for BoostBook
...
[SVN r62210]
2010-05-25 18:28:53 +00:00
Steven Watanabe
c50fcf1913
Better autoconfiguration for BoostBook
...
[SVN r62210]
2010-05-25 18:28:53 +00:00
Eric Niebler
a407890ca2
Merged revisions 61928 via svnmerge from
...
https://svn.boost.org/svn/boost/trunk
........
r61928 | eric_niebler | 2010-05-11 23:35:30 -0700 (Tue, 11 May 2010) | 1 line
fix clang/cygwin bbv2 problem (with Doug's blessing)
........
[SVN r62133]
2010-05-22 00:29:54 +00:00
K. Noel Belcourt
d9f30df45d
Serialize running of MPI tests to minimize overloading systems.
...
Several in house complaints necessitated solution to running
parallel Boost tests and MPI tests. Best short term option seems
to be to serialize MPI tests using Boost.Build jam semaphore
capability.
[SVN r61970]
2010-05-14 19:37:36 +00:00
K. Noel Belcourt
232c7dd49b
Serialize running of MPI tests to minimize overloading systems.
...
Several in house complaints necessitated solution to running
parallel Boost tests and MPI tests. Best short term option seems
to be to serialize MPI tests using Boost.Build jam semaphore
capability.
[SVN r61970]
2010-05-14 19:37:36 +00:00
K. Noel Belcourt
71b989d781
Remove non-blocking on child's pipe file descriptors.
...
Dan Gohman asked that we not force child's pipe file
descriptors to non-blocking so this commit removes
those fcntls calls. I tested this change on Darwin,
Linux and Solaris and saw no adverse impact to nightly
build behavior.
[SVN r61961]
2010-05-14 04:06:03 +00:00
K. Noel Belcourt
61f6e8ee1f
Remove non-blocking on child's pipe file descriptors.
...
Dan Gohman asked that we not force child's pipe file
descriptors to non-blocking so this commit removes
those fcntls calls. I tested this change on Darwin,
Linux and Solaris and saw no adverse impact to nightly
build behavior.
[SVN r61961]
2010-05-14 04:06:03 +00:00
Eric Niebler
c32f395396
fix clang/cygwin bbv2 problem (with Doug's blessing)
...
[SVN r61928]
2010-05-12 06:35:30 +00:00
Eric Niebler
24c9d8c540
fix clang/cygwin bbv2 problem (with Doug's blessing)
...
[SVN r61928]
2010-05-12 06:35:30 +00:00
Steven Watanabe
2844aa9b1d
Make the test reporting system handle the bcp tests properly
...
[SVN r61925]
2010-05-12 04:32:43 +00:00
Steven Watanabe
a4430e6fe0
Make the test reporting system handle the bcp tests properly
...
[SVN r61925]
2010-05-12 04:32:43 +00:00
Douglas Gregor
71957d2eaf
Merge Boost.Build improvements for Clang to release branch
...
[SVN r61861]
2010-05-09 00:25:36 +00:00
Douglas Gregor
d4ba79eba5
Try to fix Boost.Build support for Clang on Linux
...
[SVN r61860]
2010-05-09 00:14:41 +00:00
Douglas Gregor
ffa0f3a652
Try to fix Boost.Build support for Clang on Linux
...
[SVN r61860]
2010-05-09 00:14:41 +00:00
Rene Rivera
fbebafefd7
Manually add dependency to force_load declared source.
...
[SVN r61689]
2010-04-29 22:02:27 +00:00
Rene Rivera
8794dc6bd1
Manually add dependency to force_load declared source.
...
[SVN r61689]
2010-04-29 22:02:27 +00:00
Rene Rivera
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
...
[SVN r61684]
2010-04-29 20:21:14 +00:00
Rene Rivera
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
...
[SVN r61684]
2010-04-29 20:21:14 +00:00
Jeremiah Willcock
656169f5f3
Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
...
[SVN r61437]
2010-04-20 18:49:18 +00:00
Jeremiah Willcock
de478995bb
Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
...
[SVN r61437]
2010-04-20 18:49:18 +00:00
Vladimir Prus
ff8372431f
Merge from trunk
...
[SVN r61419]
2010-04-20 12:05:14 +00:00
Vladimir Prus
8f96a92ad8
Complete sync with /tags/tools/jam/Boost_Jam_3_1_18
...
[SVN r61418]
2010-04-20 11:51:08 +00:00
Rene Rivera
618cc10481
Call explicit type register rule to avoid errors when the type file is imported from another type file. ( Fixes #4118 ).
...
[SVN r61393]
2010-04-19 03:43:14 +00:00
Rene Rivera
5d4e6058e8
Call explicit type register rule to avoid errors when the type file is imported from another type file. ( Fixes #4118 ).
...
[SVN r61393]
2010-04-19 03:43:14 +00:00
Douglas Gregor
8d6d34446e
Experimental Boost.Build configuration for Clang.
...
[SVN r61377]
2010-04-18 19:43:40 +00:00
Douglas Gregor
1ffc46ab7f
Experimental Boost.Build configuration for Clang.
...
[SVN r61377]
2010-04-18 19:43:40 +00:00
Rene Rivera
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.
...
[SVN r61358]
2010-04-18 14:35:57 +00:00
Rene Rivera
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.
...
[SVN r61358]
2010-04-18 14:35:57 +00:00
Vladimir Prus
75de05efec
Disambiguiate targets and directories passed to 'build-project'.
...
Previously, if a Jamfile had:
exe a : a.cpp ;
build-project a ;
where a is also a subdirectory, we'd get error.
[SVN r61054]
2010-04-04 21:04:48 +00:00
Vladimir Prus
2f11a215e4
Disambiguiate targets and directories passed to 'build-project'.
...
Previously, if a Jamfile had:
exe a : a.cpp ;
build-project a ;
where a is also a subdirectory, we'd get error.
[SVN r61054]
2010-04-04 21:04:48 +00:00
David Dean
7bc3446c3c
revert accidental commit
...
[SVN r61008]
2010-04-02 22:48:06 +00:00
David Dean
f83c84da79
revert accidental commit
...
[SVN r61008]
2010-04-02 22:48:06 +00:00
David Dean
6a4b52d95b
make abi/borland_prefix and borland.jam defaults match
...
[SVN r61007]
2010-04-02 18:35:00 +00:00
David Dean
b25b4f10c9
make abi/borland_prefix and borland.jam defaults match
...
[SVN r61007]
2010-04-02 18:35:00 +00:00
Rene Rivera
60dd40f958
Bump bjam to 3.1.19.
...
[SVN r60778]
2010-03-22 21:04:59 +00:00
Rene Rivera
4eb744590e
Bump bjam to 3.1.19.
...
[SVN r60778]
2010-03-22 21:04:59 +00:00