Commit graph

127 commits

Author SHA1 Message Date
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
Beman Dawes
adc9ba92d1 Begin 1.37.0
[SVN r48196]
2008-08-18 15:23:57 +00:00
Jurko Gospodnetić
d32399d80f Minor stylistic changes made to the main Boost library Jamroot file.
[SVN r47928]
2008-08-01 10:10:34 +00:00
Jurko Gospodnetić
c94beb30be Added a missing import of the Boost Build generate.jam module. Although not strictly necessary at the moment this will avoid future build breakage when Boost Build removes some of its extra internal module imports.
[SVN r47627]
2008-07-20 11:05:55 +00:00
Rene Rivera
9de577e531 Add building of link=static libs to default minimal build to temporarily resolve discrepancy between built libraries and getting started docs plus autolink defaults. (fixes #1744)
[SVN r46953]
2008-07-01 15:39:11 +00:00
Rene Rivera
ea744535cf Fix missing links for unversioned libs for MacOSX builds.
[SVN r46795]
2008-06-27 22:14:23 +00:00
Beman Dawes
1bea034959 Update version number for 1.36.0
[SVN r46718]
2008-06-26 15:34:49 +00:00
Vladimir Prus
45c8296f40 Consistently use symlinks when installing Boost.
* Jamroot: use symlink, not hardlink
    * tools/build/v2/tools/symlink.jam: Implement fallback
    for doing symlinks on Windows.

Fixes #1902.  Thanks to Frank Mori Hess for the patch.


[SVN r45445]
2008-05-17 06:14:11 +00:00
Roland Schwarz
1d7b685fea use-project didn't actually do what the comment promised.
This triggered an error with thread Jamfile that could be seen when bjam was invoked in rootdir with
bjam --with-wave.

[SVN r44774]
2008-04-26 09:54:07 +00:00
Vladimir Prus
0239328ec0 Correct speliing of --build-dir in --help output
[SVN r42997]
2008-01-28 17:59:27 +00:00
K. Noel Belcourt
80f56a80f4 Pgi compilers can't accept shared library with Boost version
suffix appended to it.  Add logic to tag rule in Jamroot to 
suppress appending version suffix for pgi toolset.



[SVN r41734]
2007-12-05 03:11:25 +00:00
Rene Rivera
f3f681b01c Add --build-type option to root build. Two choices possible at the moment "minimal" and "complete". With minimal as the default we only build the common release variant. The old behavior of building many variants is available with "complete".
[SVN r41380]
2007-11-25 20:10:10 +00:00
Roland Schwarz
c2c7a3e691 New thread Jamfile. Requirement <threading>multi now correctly handled, even when requested with <threading>single. New project specific feature <threadapi> with values win32 and pthread available.
[SVN r40677]
2007-11-02 08:40:11 +00:00
Vladimir Prus
88d3059899 Make 'install' for individual lib explicit.
[SVN r40474]
2007-10-26 08:45:26 +00:00
Vladimir Prus
3cccc52cbb Fix typo
[SVN r40473]
2007-10-26 08:41:34 +00:00
Roland Schwarz
aa5bb27015 Merged in volodyas patch from RC_1_34_0
http://lists.boost.org/boost-users/2007/05/27724.php

[SVN r39106]
2007-09-02 15:57:36 +00:00
Vladimir Prus
37084f8efe Replace project-root.jam+Jamfile.v2 with Jamroot
[SVN r38534]
2007-08-08 19:59:50 +00:00
Renamed from Jamfile.v2 (Browse further)