mirror of
https://github.com/boostorg/boost.git
synced 2025-04-18 11:13:43 +00:00
Super-project for modularized Boost
Patch from Andre Hentz. * v2/build/toolset.jam (inherit-flags): Take an extra parameter describing properties that should not be inherited. * v2/build/type.jam (register-suffixes): Removed local qualifier. * v2/test/BoostBuild.py (prepare_suffix_map): Add .dylib if OS is Darwin. (Tester::_init_): path to bjam on Darwin. * v2/test/prebuilt.py make sure $toolset is expanded correctly. * v2/test/prebuilt/project-root.jam use $toolset instead of gcc. * v2/test/prebuilt/ext/project-root.jam use $toolset instead of gcc. * v2/test/prebuilt/ext/Jamfile2.jam handle extension .dylib. * v2/test/prebuilt/ext/Jamfile2.jam handle extension .dylib. * v2/tools/darwin.jam inline call to toolset.inherit. filter <debug-symbols>off because -s is not accepted for dlls. speficy that .dylib files are of type SHARED_LIB. (actions link): pass -s for static linkage. (actions link.dll): pass -L flag with path to libraries. (actions archive): -c inhibits warning. [SVN r22332] |
||
---|---|---|
development/more | ||
doc | ||
libs | ||
more | ||
people | ||
status | ||
tools | ||
.gitattributes | ||
.gitmodules | ||
boost-build.jam | ||
boost.css | ||
c++boost.gif | ||
google_logo_40wht.gif | ||
index.htm | ||
Jamfile | ||
Jamfile.v2 | ||
Jamrules | ||
LICENSE_1_0.txt | ||
project-root.jam | ||
README | ||
rst.css |
Unless otherwise specified, all Boost software and documentation is subject to the Boost Software License Version 1.0. See the accompanying file LICENSE_1_0.txt. A copy of the license is also available at http://www.boost.org/LICENSE_1_0.txt. For the most current version of Boost libraries and documentation, see: http://www.boost.org Boost documentation is in HTML format. The top-level directory (which contains this README file) should contain a file named index.htm with links to all documentation, including documentation on building boost libraries for your particular compiler and operating system.