Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove library aliases in Jamrootpr/remove-root-targets | Peter Dimov | 2018-10-06 | 1 | -27/+0 |
| | |||||
* | Enable hidden visibility by default | Andrey Semashev | 2018-09-06 | 1 | -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.0 | Marshall Clow | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | Fix version | Peter Dimov | 2018-05-05 | 1 | -1/+1 |
| | |||||
* | Bump to 1.68.0 | Daniel James | 2018-04-15 | 1 | -1/+1 |
| | |||||
* | Bump to 1.67.0 | Daniel James | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | Fix stage target to not use undefined BOOST_STAGE_LOCATE (#146) | Peter Dimov | 2017-12-17 | 1 | -1/+4 |
| | |||||
* | Allow install directly from the modular layout, without running b2 headers ↵ | Steven Watanabe | 2017-12-15 | 1 | -2/+2 |
| | | | | first. stage now runs headers automatically. | ||||
* | Auto-detection of <threadapi> default value | Alexander Karzhenkov | 2017-10-07 | 1 | -0/+2 |
| | |||||
* | Bump to 1.66.0 | Daniel James | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | Skip link=shared, runtime_link=static instead of aborting the build (#145) | Peter Dimov | 2017-07-05 | 1 | -4/+9 |
| | |||||
* | Bump to 1.65.0. | Rene Rivera | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | Update version to 1.64 | Marshall Clow | 2016-12-27 | 1 | -1/+1 |
| | |||||
* | Fix autolink in boost-lib. | Vladimir Prus | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | Introduce boost-lib helper function. | Vladimir Prus | 2016-10-28 | 1 | -0/+16 |
| | |||||
* | Support additional tagging of binaries by Python version. | Vladimir Prus | 2016-10-28 | 1 | -0/+5 |
| | |||||
* | Update versions for 1.63 | Marshall Clow | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | Bump version for 1.62.0 | Daniel James | 2016-05-22 | 1 | -1/+1 |
| | |||||
* | Load optional components only when their build directory is present. | Vladimir Prus | 2016-05-21 | 1 | -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 Watanabe | 2016-02-25 | 1 | -1/+19 |
| | | | | significant performance cost. | ||||
* | Bump version number for 1.61.0 | Marshall Clow | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | Bump version number. | Daniel James | 2015-09-05 | 1 | -1/+1 |
| | |||||
* | Bump Boost version. | Rene Rivera | 2015-05-20 | 1 | -1/+1 |
| | |||||
* | Lift architecture detection | Jürgen Hunold | 2015-03-09 | 1 | -0/+5 |
| | |||||
* | Add the boost_log_setup target to the top level Jamroot | Michael Caisse | 2015-02-07 | 1 | -0/+3 |
| | |||||
* | Fix checking for tools/inspect to work regardless of cwd. | Vladimir Prus | 2014-12-03 | 1 | -2/+2 |
| | |||||
* | Make use of inspect and wave tools conditional. | Vladimir Prus | 2014-12-03 | 1 | -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 James | 2014-11-05 | 1 | -1/+1 |
| | |||||
* | Add support for headers in first level sublibs | Andrey Semashev | 2014-09-01 | 1 | -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.0 | Daniel James | 2014-08-07 | 1 | -1/+1 |
| | | | | Will rebuild the getting started guide later. | ||||
* | Setup 1.56.0 (from Marshall). | Daniel James | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | add a use-project for the wave tool | Eric Niebler | 2014-01-15 | 1 | -0/+1 |
| | |||||
* | Add use-project for /boost/tools/inspect | Beman | 2013-12-20 | 1 | -0/+2 |
| | |||||
* | Remove diagnostic message about modular layout. | Vladimir Prus | 2013-12-20 | 1 | -4/+0 |
| | | | | There's nothing else now. | ||||
* | Add Boost.Build support for the Git modular layout, using links to to new ↵ | Beman Dawes | 2013-10-22 | 1 | -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 branch | Vladimir Prus | 2013-09-25 | 1 | -25/+1 |
| | | | | [SVN r85888] | ||||
* | Initial modular patch, from Bjorn. | Vladimir Prus | 2013-09-25 | 1 | -1/+25 |
| | | | | [SVN r85884] | ||||
* | Bump version to 1.55 | Marshall Clow | 2013-07-01 | 1 | -1/+1 |
| | | | | [SVN r84924] | ||||
* | Don't force the standard library to be stlport for sun. It interferes with ↵ | Steven Watanabe | 2013-03-29 | 1 | -3/+0 |
| | | | | | | anyone who wants to use stdcxx. Fixes #7613. [SVN r83631] | ||||
* | change bjam to b2 for user visible output | Jürgen Hunold | 2013-03-26 | 1 | -1/+1 |
| | | | | [SVN r83578] | ||||
* | Change version to 1.54.0 | Marshall Clow | 2013-02-04 | 1 | -1/+1 |
| | | | | [SVN r82735] | ||||
* | Bump version # to 1.53.0 | Marshall Clow | 2012-11-05 | 1 | -1/+1 |
| | | | | [SVN r81204] | ||||
* | Bump version number to 1.52 | Marshall Clow | 2012-08-28 | 1 | -1/+1 |
| | | | | [SVN r80271] | ||||
* | Minor stylistic comment changes. Trimmed trailing spaces. | Jurko Gospodnetić | 2012-08-22 | 1 | -57/+54 |
| | | | | [SVN r80140] | ||||
* | Initialize 1.51 | Daniel James | 2012-07-02 | 1 | -1/+1 |
| | | | | [SVN r79234] | ||||
* | Initialize 1.50 | Daniel James | 2012-03-18 | 1 | -1/+1 |
| | | | | [SVN r77373] | ||||
* | Revert `boostbook-base-style` change, it has broken the test build. | Daniel James | 2011-12-13 | 1 | -1/+1 |
| | | | | [SVN r75934] | ||||
* | `boostbook-base-style` feature for boostbook. | Daniel James | 2011-12-12 | 1 | -1/+1 |
| | | | | [SVN r75928] | ||||
* | Start 1.49 | Daniel James | 2011-11-26 | 1 | -1/+1 |
| | | | | [SVN r75672] | ||||
* | Update for 1.48.0 | Beman Dawes | 2011-07-12 | 1 | -1/+1 |
| | | | | [SVN r73014] |