summaryrefslogtreecommitdiff
path: root/Jamroot
Commit message (Collapse)AuthorAgeFilesLines
* Enable hidden visibility by defaultAndrey Semashev2018-09-061-0/+2
| | | This commit uses the new visibility feature added in https://github.com/boostorg/build/commit/898ddfa1b6888424eb292942d1014261ac7b6183 and enables hidden visibility by default for Boost libraries.
* Bump version to 1.69.0Marshall Clow2018-08-091-1/+1
|
* Fix versionPeter Dimov2018-05-051-1/+1
|
* Bump to 1.68.0Daniel James2018-04-151-1/+1
|
* Bump to 1.67.0Daniel James2017-12-181-1/+1
|
* Fix stage target to not use undefined BOOST_STAGE_LOCATE (#146)Peter Dimov2017-12-171-1/+4
|
* Allow install directly from the modular layout, without running b2 headers ↵Steven Watanabe2017-12-151-2/+2
| | | | first. stage now runs headers automatically.
* Auto-detection of <threadapi> default valueAlexander Karzhenkov2017-10-071-0/+2
|
* Bump to 1.66.0Daniel James2017-08-231-1/+1
|
* Skip link=shared, runtime_link=static instead of aborting the build (#145)Peter Dimov2017-07-051-4/+9
|
* Bump to 1.65.0.Rene Rivera2017-04-231-1/+1
|
* Update version to 1.64Marshall Clow2016-12-271-1/+1
|
* Fix autolink in boost-lib.Vladimir Prus2016-12-211-1/+1
|
* Introduce boost-lib helper function.Vladimir Prus2016-10-281-0/+16
|
* Support additional tagging of binaries by Python version.Vladimir Prus2016-10-281-0/+5
|
* Update versions for 1.63Marshall Clow2016-09-281-1/+1
|
* Bump version for 1.62.0Daniel James2016-05-221-1/+1
|
* Load optional components only when their build directory is present.Vladimir Prus2016-05-211-2/+2
| | | | | Non-recursive super-project checkout still has empty directory for all components.
* Avoid generating massive numbers of <implicit-dependency>s as this causes a ↵Steven Watanabe2016-02-251-1/+19
| | | | significant performance cost.
* Bump version number for 1.61.0Marshall Clow2015-12-211-1/+1
|
* Bump version number.Daniel James2015-09-051-1/+1
|
* Bump Boost version.Rene Rivera2015-05-201-1/+1
|
* Lift architecture detectionJürgen Hunold2015-03-091-0/+5
|
* Add the boost_log_setup target to the top level JamrootMichael Caisse2015-02-071-0/+3
|
* Fix checking for tools/inspect to work regardless of cwd.Vladimir Prus2014-12-031-2/+2
|
* Make use of inspect and wave tools conditional.Vladimir Prus2014-12-031-2/+9
| | | | | | | | | | | When using bcp, the inspect tool is normally not copied, and wave tool is not copied unless wave library is requested. However, Jamroot unconditionally refers to those projects via use-project. It's not entirely clear why it does so, and the commits that add reference have no rationale. This commit takes the safe route of guarding use of these projects with the check for their presence.
* Bump version number.Daniel James2014-11-051-1/+1
|
* Add support for headers in first level sublibsAndrey Semashev2014-09-011-13/+4
| | | | | | | | | | | | | The sub-libraries that reside in the first level subdirectories in the library git module can now have headers inside include/boost subdirectories and 'b2 headers' will now link those headers into the global tree. The use of sublibs has been discussed in these threads: - http://thread.gmane.org/gmane.comp.lib.boost.devel/253920 - http://thread.gmane.org/gmane.comp.lib.boost.devel/252054 - http://thread.gmane.org/gmane.comp.lib.boost.devel/236737
* Start 1.57.0Daniel James2014-08-071-1/+1
| | | | Will rebuild the getting started guide later.
* Setup 1.56.0 (from Marshall).Daniel James2014-03-051-1/+1
|
* add a use-project for the wave toolEric Niebler2014-01-151-0/+1
|
* Add use-project for /boost/tools/inspectBeman2013-12-201-0/+2
|
* Remove diagnostic message about modular layout.Vladimir Prus2013-12-201-4/+0
| | | | There's nothing else now.
* Add Boost.Build support for the Git modular layout, using links to to new ↵Beman Dawes2013-10-221-1/+30
| | | | | | header locations, thus preventing breakage to vast amounts of user code and build setups. Being added to SVN so that changes will automatically propagate to Git and modular Boost. Thanks to Steven Watanabe, Jürgen Hunold, Vladimir Prus, and Bjørn Roald for developing this patch. Steven in particular conceived the approach and did the initial implementation, which was further refined by the other contributors. [SVN r86392]
* Undo previous commit, it was meant for another branchVladimir Prus2013-09-251-25/+1
| | | | [SVN r85888]
* Initial modular patch, from Bjorn.Vladimir Prus2013-09-251-1/+25
| | | | [SVN r85884]
* Bump version to 1.55Marshall Clow2013-07-011-1/+1
| | | | [SVN r84924]
* Don't force the standard library to be stlport for sun. It interferes with ↵Steven Watanabe2013-03-291-3/+0
| | | | | | anyone who wants to use stdcxx. Fixes #7613. [SVN r83631]
* change bjam to b2 for user visible outputJürgen Hunold2013-03-261-1/+1
| | | | [SVN r83578]
* Change version to 1.54.0Marshall Clow2013-02-041-1/+1
| | | | [SVN r82735]
* Bump version # to 1.53.0Marshall Clow2012-11-051-1/+1
| | | | [SVN r81204]
* Bump version number to 1.52Marshall Clow2012-08-281-1/+1
| | | | [SVN r80271]
* Minor stylistic comment changes. Trimmed trailing spaces.Jurko Gospodnetić2012-08-221-57/+54
| | | | [SVN r80140]
* Initialize 1.51Daniel James2012-07-021-1/+1
| | | | [SVN r79234]
* Initialize 1.50Daniel James2012-03-181-1/+1
| | | | [SVN r77373]
* Revert `boostbook-base-style` change, it has broken the test build.Daniel James2011-12-131-1/+1
| | | | [SVN r75934]
* `boostbook-base-style` feature for boostbook.Daniel James2011-12-121-1/+1
| | | | [SVN r75928]
* Start 1.49Daniel James2011-11-261-1/+1
| | | | [SVN r75672]
* Update for 1.48.0Beman Dawes2011-07-121-1/+1
| | | | [SVN r73014]
* Release: prepare for 1.47.0.Daniel James2011-03-211-1/+1
| | | | [SVN r70302]