Beman Dawes
8dccabf161
Update for 1.48.0
...
[SVN r73014]
2011-07-12 13:35:42 +00:00
Daniel James
6958f2fb7e
Release: prepare for 1.47.0.
...
[SVN r70302]
2011-03-21 09:02:05 +00:00
Daniel James
c855412cbe
Prep for 1.46.1
...
[SVN r69447]
2011-03-01 22:17:39 +00:00
Daniel James
b38c9daca0
1.45.0 prep
...
[SVN r66992]
2010-12-03 23:36:56 +00:00
Vladimir Prus
5951c4f748
Fix typo
...
[SVN r65367]
2010-09-09 20:52:08 +00:00
Daniel James
88d0fd6180
Prepare for 1.45
...
[SVN r64862]
2010-08-17 17:54:49 +00:00
Vladimir Prus
0f61b0e1ec
Jamroot fixes: use right path for headers, simplify some things.
...
[SVN r64794]
2010-08-14 07:21:08 +00:00
Vladimir Prus
1c78556dc0
Refactor Jamroot.
...
[SVN r64690]
2010-08-09 08:59:19 +00:00
Beman Dawes
565b2d113d
1.44.0 prep
...
[SVN r61878]
2010-05-09 14:40:14 +00:00
Vladimir Prus
0715213024
Implement --python-buildid.
...
Fixes #3544 .
Patch from Gaudenz Steinlin.
[SVN r59987]
2010-02-28 08:22:46 +00:00
Vladimir Prus
e01519a17b
Configuration framework and boost.math long long configuration.
...
[SVN r59867]
2010-02-24 12:26:26 +00:00
Vladimir Prus
10ff0b792c
Correct summary printing
...
[SVN r59839]
2010-02-22 07:53:38 +00:00
Vladimir Prus
528a576eda
Only emit the summary if top-level 'forward' target was built.
...
[SVN r59838]
2010-02-22 07:15:13 +00:00
Vladimir Prus
f2445a29c2
Report where the headers and libraries were built to at the end of the
...
build.
[SVN r59833]
2010-02-21 23:59:08 +00:00
Daniel James
95adb60d72
Trying to simplify the boostbook parameters.
...
[SVN r59706]
2010-02-16 22:32:21 +00:00
Beman Dawes
840909e51c
1.43.0 prep
...
[SVN r59687]
2010-02-15 02:55:31 +00:00
Rene Rivera
2033b9c987
Theoretical fix for xsl:param errors when running regression tests.
...
[SVN r59639]
2010-02-11 19:48:09 +00:00
Rene Rivera
7cb0e3a231
Building docs now defaults to *not* include the standard Boost navigation bar when building docs outside of the Boost tree. It's also now the default, when one asks for the Boost navbar, to *not* have the Boost logo when building outside of Boost.
...
[SVN r59635]
2010-02-11 16:06:06 +00:00
Vladimir Prus
2842fb35a6
Add requirements for Comeau toolset.
...
Fixes #3692 . Patch from Mateusz Loskot.
[SVN r58027]
2009-11-29 07:59:32 +00:00
Beman Dawes
1005734ea9
1.42.0 prep
...
[SVN r57969]
2009-11-27 14:00:31 +00:00
Vladimir Prus
9868534f3d
Clarify the default value of 'layout' on Unix and Windows.
...
[SVN r57062]
2009-10-22 08:31:51 +00:00
Beman Dawes
7ae4a391d2
Set release number to 1.41.0
...
[SVN r55842]
2009-08-28 18:20:44 +00:00
Vladimir Prus
dbbf8fa0cf
Emit clear error when using --layout=system with --build-type=complete.
...
[SVN r55733]
2009-08-23 16:02:26 +00:00
Vladimir Prus
494680f92b
Use option.get to get layout. Adjust wording
...
[SVN r54886]
2009-07-11 12:17:06 +00:00
Vladimir Prus
ad9144577f
Use system layout on Linux by default
...
[SVN r54770]
2009-07-07 14:39:26 +00:00
Vladimir Prus
5411a2c738
Remove the 'build_all' alias, now that 'stage' is built by default too.
...
[SVN r53815]
2009-06-12 09:02:28 +00:00
Vladimir Prus
88663b0ec7
Clarify docs for --build-type=minimal.
...
[SVN r53378]
2009-05-29 08:01:31 +00:00
Vladimir Prus
3124dc7c2d
Implement the 'tagged' layout.
...
[SVN r53015]
2009-05-15 05:23:56 +00:00
Beman Dawes
4a4ae96030
Prep for 1.40.0
...
[SVN r52887]
2009-05-11 00:59:37 +00:00
Vladimir Prus
76d06c1198
Fix typo in error message
...
[SVN r52373]
2009-04-13 21:32:38 +00:00
Vladimir Prus
8697a7dd6c
Unbreak install
...
[SVN r52365]
2009-04-13 06:38:52 +00:00
Vladimir Prus
dfcb633902
Adjust the default variants on Windows.
...
[SVN r52334]
2009-04-11 15:15:12 +00:00
Vladimir Prus
d2dc2ec215
Disallow link=shared + runtime-link=shared clearly.
...
Previously, we'd skip build with such combination, without
much of an explanation. Now, a clear error is emitted.
[SVN r52330]
2009-04-11 13:56:02 +00:00
Vladimir Prus
9c70dac3c4
Ubreak multi-variant build than was broken by stage defaulting patch.
...
[SVN r52328]
2009-04-11 13:19:13 +00:00
Vladimir Prus
11293a33f7
Build stage by default and explain where the libraries are put.
...
[SVN r52322]
2009-04-11 08:08:37 +00:00
Vladimir Prus
43df15983a
Improve handling of 'complete' build type.
...
Previous code used default-build attribute to cause a number
of property sets be requested, and then used indirect
conditional requirements to filter out inappropriate ones,
using the <build>no feature. This worked but is messy, and resulted
in a pile of unclear messages about <build>no. This patch
introduces custom main target class that handles filtering,
so we don't ever try to build with undesired property sets.
[SVN r52319]
2009-04-11 07:22:28 +00:00
Vladimir Prus
13039261bb
If value of --build-type is wrong, complain.
...
[SVN r52316]
2009-04-11 06:20:28 +00:00
Vladimir Prus
f4218ff95d
If no --with or --without option is specified, refer to project-config.
...
[SVN r52175]
2009-04-04 21:18:28 +00:00
Vladimir Prus
055a2cf235
Remove function_types from the list of compiled libraries.
...
Fixes #2489 .
[SVN r51895]
2009-03-21 23:00:22 +00:00
Vladimir Prus
c852808371
On sun, use stlport.
...
Fixes #2772 .
[SVN r51894]
2009-03-21 22:51:21 +00:00
Vladimir Prus
5b007f4d21
On Unix, add version to the name of shared libraries even
...
for --layout=system.
[SVN r51288]
2009-02-17 12:01:17 +00:00
Beman Dawes
8f58cd346f
Update version number to 1.38.0
...
[SVN r51179]
2009-02-10 13:59:38 +00:00
Vladimir Prus
fc3d799098
Fix creation of unversioned symlinks when build id is specified.
...
Previously, the presense of buildid would make the regexp for removing
the version fail, and that caused a name of 'exact' to be used for all
targets.
Thanks to Daniel Kruegler for the bug report.
[SVN r49560]
2008-11-03 15:30:06 +00:00
Beman Dawes
75992985f4
Prep for 1.38.0
...
[SVN r49556]
2008-11-03 15:18:21 +00:00
Vladimir Prus
3bf3ff2d66
Add properties help to Jamroot.
...
[SVN r49508]
2008-11-01 13:07:19 +00:00
Steven Watanabe
119d7bb751
make boost-install refer to the correct target for installing the headers. Fixes #2416 .
...
[SVN r49381]
2008-10-18 18:37:13 +00:00
Daniel James
d7c2be5cf9
Ignore the .svn directory when installing TR1 headers.
...
[SVN r49318]
2008-10-13 18:06:01 +00:00
Vladimir Prus
417b7e2486
Install TR1 headers. Addresses #2404 .
...
Patch from Chris Allen.
[SVN r49255]
2008-10-10 17:18:32 +00:00
Jurko Gospodnetić
9f569e3053
Minor stylistic changes made to the main Boost library Jamroot file. Corrected several comments. Made searching for header files not search through .svn folders.
...
[SVN r48493]
2008-08-31 10:18:33 +00:00
Jurko Gospodnetić
20186872b6
Made installing/staging specific Boost libraries from their own folders instead of the root project folder work correctly.
...
- install-requirements variable was local and so was not visible in rules called from other projects, e.g. boost-install().
- header files always got searched for from the current folder instead of the root project folder.
- boost-install() rule was referencing a non-existent install-headers target that got renamed to install-proper headers in revision 35986.
Patch contributed by Steven Watanabe.
[SVN r48492]
2008-08-31 09:55:30 +00:00