Commit Graph

12124 Commits

Author SHA1 Message Date
Vladimir Prus
d960d47e8d Update port of property.py
[SVN r64073]
2010-07-16 12:36:17 +00:00
Vladimir Prus
f41e6c5156 Raise Exception, not string (which is not allowed in modern Python)
[SVN r64072]
2010-07-16 12:09:41 +00:00
Vladimir Prus
3d6d153004 Raise Exception, not string (which is not allowed in modern Python)
[SVN r64072]
2010-07-16 12:09:41 +00:00
Vladimir Prus
ef76367a1b Update 'make' port
[SVN r64070]
2010-07-16 09:51:37 +00:00
Vladimir Prus
ef19d32613 Update 'make' port
[SVN r64070]
2010-07-16 09:51:37 +00:00
Vladimir Prus
89d0f7665c Ubreak computation of main target requirements.
[SVN r64068]
2010-07-16 09:48:38 +00:00
Vladimir Prus
cdcd2099da Ubreak computation of main target requirements.
[SVN r64068]
2010-07-16 09:48:38 +00:00
Vladimir Prus
4739ef1dd6 Stop 'import toolset in Jamfiles from reloading b2.build.tooset.
[SVN r64011]
2010-07-14 10:46:30 +00:00
Vladimir Prus
98489ff6aa Stop 'import toolset in Jamfiles from reloading b2.build.tooset.
[SVN r64011]
2010-07-14 10:46:30 +00:00
Vladimir Prus
498519f311 Move tools/jam into tools/build/v2/engine
[SVN r64010]
2010-07-14 10:37:12 +00:00
Vladimir Prus
0f77dbdae2 Move tools/jam into tools/build/v2/engine
[SVN r64010]
2010-07-14 10:37:12 +00:00
Vladimir Prus
e4f774a694 Use toolset.requirements in targets.py
[SVN r63927]
2010-07-12 15:11:13 +00:00
Vladimir Prus
64cdf92a0d Use toolset.requirements in targets.py
[SVN r63927]
2010-07-12 15:11:13 +00:00
Vladimir Prus
66efa71a1c Shut up 'BaseException.message is deprecated' warnings
[SVN r63925]
2010-07-12 14:13:40 +00:00
Vladimir Prus
81388ba07f Shut up 'BaseException.message is deprecated' warnings
[SVN r63925]
2010-07-12 14:13:40 +00:00
Vladimir Prus
e7bf90f62a Don't check for non-existent paths
[SVN r63919]
2010-07-12 08:15:41 +00:00
Vladimir Prus
d894ae7f90 Don't check for non-existent paths
[SVN r63919]
2010-07-12 08:15:41 +00:00
Vladimir Prus
4f2d8697ab Wip on zlib auto-configuration
[SVN r63914]
2010-07-12 07:43:00 +00:00
Vladimir Prus
e9080ee11f Wip on zlib auto-configuration
[SVN r63914]
2010-07-12 07:43:00 +00:00
Vladimir Prus
ae1402cd44 Merge from trunk
[SVN r63913]
2010-07-12 07:37:43 +00:00
Hartmut Kaiser
235c71c2ba Spirit: merging from trunk upto rev. 61489
[SVN r63640]
2010-07-04 22:38:38 +00:00
Daniel James
5d6c61ca09 Add copyright for boost build documentaiton.
Since there wasn't any copyright notice I should probably check with
Vladmir before comitting this one.

[SVN r63393]
2010-06-27 17:00:11 +00:00
Daniel James
db32c7071a Add copyright for boost build documentaiton.
Since there wasn't any copyright notice I should probably check with
Vladmir before comitting this one.

[SVN r63393]
2010-06-27 17:00:11 +00:00
Steven Watanabe
88cd187526 Try to make the generation of PNGs from latex a bit more robust.
[SVN r63371]
2010-06-26 21:08:54 +00:00
Steven Watanabe
18dbb83b9e Try to make the generation of PNGs from latex a bit more robust.
[SVN r63371]
2010-06-26 21:08:54 +00:00
Daniel James
91be3a33a8 Merge documentation fixes.
* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.


[SVN r63347]
2010-06-26 12:30:09 +00:00
Daniel James
800e999f47 Update the comments in quickbook.jam
[SVN r63147]
2010-06-20 18:01:19 +00:00
Daniel James
a9ba58c124 Update the comments in quickbook.jam
[SVN r63147]
2010-06-20 18:01:19 +00:00
Daniel James
85df1ff454 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
Daniel James
3a926e7216 Update various libraries' documentation build.
Mostly to use the images and css files under doc/src instead of
doc/html, usually be deleting the settings in order to use the defaults.
Also add 'boost.root' to some builds in order to fix links which rely on
it.

[SVN r63146]
2010-06-20 18:00:48 +00:00
Steven Watanabe
c5f796c59a Fix como linker problems with static libraries.
[SVN r62784]
2010-06-11 04:04:10 +00:00
Steven Watanabe
bd7a62fc14 Fix como linker problems with static libraries.
[SVN r62784]
2010-06-11 04:04:10 +00:00
Vladimir Prus
121732b4b6 When no target is requested to be built via UPDATE, return status of last UPDATE_NOW.
[SVN r62635]
2010-06-09 07:12:59 +00:00
Vladimir Prus
f137d18839 When no target is requested to be built via UPDATE, return status of last UPDATE_NOW.
[SVN r62635]
2010-06-09 07:12:59 +00:00
Vladimir Prus
9c9c533b93 Fix detection of exit status. We use close on pipe to get return status
and if program does exit(1) we get '1'. The code for checking was
using os.WIFSIGNALLED, and that returns true for '1' -- it seems like
it is expecting result of os.system, which would be 256, or something.


[SVN r62634]
2010-06-09 07:09:29 +00:00
Vladimir Prus
90c3f1170f Fix detection of exit status. We use close on pipe to get return status
and if program does exit(1) we get '1'. The code for checking was
using os.WIFSIGNALLED, and that returns true for '1' -- it seems like
it is expecting result of os.system, which would be 256, or something.


[SVN r62634]
2010-06-09 07:09:29 +00:00
Steven Watanabe
12fa2689f0 Use -mmacosx-version-min instead of -miphoneos-version-min. Fixes #4243
[SVN r62534]
2010-06-08 01:06:50 +00:00
Steven Watanabe
09f8457ebd Use -mmacosx-version-min instead of -miphoneos-version-min. Fixes #4243
[SVN r62534]
2010-06-08 01:06:50 +00:00
K. Noel Belcourt
e5eb2a2a30 Add MPI support for AIX and Sun to mpi.jam.
[SVN r62511]
2010-06-07 17:18:29 +00:00
K. Noel Belcourt
089682c32f Add MPI support for AIX and Sun to mpi.jam.
[SVN r62511]
2010-06-07 17:18:29 +00:00
Steven Watanabe
787b457b73 Make sure that we test for cygwin vs. windows xsltproc even if there is no using xsltproc in user-config.jam
[SVN r62415]
2010-06-03 18:59:40 +00:00
Steven Watanabe
d22940f17b Make sure that we test for cygwin vs. windows xsltproc even if there is no using xsltproc in user-config.jam
[SVN r62415]
2010-06-03 18:59:40 +00:00
Steven Watanabe
6847a0041a Try to make sure that the paths for xsltproc are correct for a cygwin build of bjam.
[SVN r62403]
2010-06-03 15:29:23 +00:00
Steven Watanabe
f241e68667 Try to make sure that the paths for xsltproc are correct for a cygwin build of bjam.
[SVN r62403]
2010-06-03 15:29:23 +00:00
Steven Watanabe
9c70b7e8db Hack to update print targets when their contents change. This should fix the ancient bug whereby boostbook_catalog.xml doesn't get updated when user-config-jam is changed
[SVN r62280]
2010-05-27 21:24:26 +00:00
Steven Watanabe
532bc4ed1b Hack to update print targets when their contents change. This should fix the ancient bug whereby boostbook_catalog.xml doesn't get updated when user-config-jam is changed
[SVN r62280]
2010-05-27 21:24:26 +00:00
Steven Watanabe
1853ecc2a8 Use forward slashes in path parameters to xsltproc. This should hopefully make the main doc build work with cygwin tools
[SVN r62256]
2010-05-27 03:36:44 +00:00
Steven Watanabe
4e9d28a099 Use forward slashes in path parameters to xsltproc. This should hopefully make the main doc build work with cygwin tools
[SVN r62256]
2010-05-27 03:36:44 +00:00
Steven Watanabe
9373651b5b Bring the boost.jam module up to date
[SVN r62249]
2010-05-26 19:05:19 +00:00
Steven Watanabe
905325025a Bring the boost.jam module up to date
[SVN r62249]
2010-05-26 19:05:19 +00:00