Go to file
2019-11-21 21:20:35 -06:00
.vscode Default to available cpu threads for -j option. 2019-06-03 18:39:22 -05:00
doc Bump for 4.0.1 version. 2019-11-21 21:20:35 -06:00
example support for importing pkg-config packages (#422) 2019-05-01 11:27:36 -05:00
notes build: misc.typos (#341) 2018-09-26 09:54:06 -07:00
src Bump for 4.0.1 version. 2019-11-21 21:20:35 -06:00
test Fix unit tests to account for -j default. 2019-06-03 22:02:40 -05:00
.editorconfig Add editorconfig style for editors that support it. 2018-11-18 13:44:19 -06:00
.gitattributes This commit was generated by cvs2svn to compensate for changes in r3058, 2001-07-20 16:50:21 +00:00
.gitignore Minor cleanups. 2019-04-10 11:08:36 -05:00
azure-pipelines.yml Seems 10.14 has issues with 9.4.1 xcode. 2019-06-04 07:38:20 -05:00
boost-build.jam Adjust relative paths to match git rewritten history. 2013-12-14 21:28:49 +04:00
bootstrap_vms.com Add bootstrap install info for VMS. 2015-10-27 17:22:07 -05:00
bootstrap.bat SImplify bootstrap scripts. 2019-04-02 08:32:39 -05:00
bootstrap.sh Add CI testing for bootstrap script. 2019-04-02 09:35:39 -05:00
CONTRIBUTING.adoc Fix indent of sample commit comment. 2019-04-11 22:25:35 -05:00
Jamroot.jam Make install be minimal. 2019-06-05 20:47:16 -05:00
LICENSE.txt Add doc redirect, and license for standalone b2. 2018-11-16 23:11:16 -06:00
README.adoc Update list of tested compilers. 2019-06-05 08:29:26 -05:00

= B2

B2 makes it easy to build C++ projects, everywhere.

image:https://img.shields.io/badge/license-BSL%201.0-blue.svg["Boost Software License 1.0", link="LICENSE.txt"]
image:https://img.shields.io/github/languages/code-size/boostorg/build.svg["GitHub code size in bytes", link="https://github.com/boostorg/build"]

== License

Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

== Testing

Continuously tested on:

* Linux Clang 3.5, 3.6, 3.7, 3.8, 3.9, 4, 5, 6, 7, 8
* Linux GCC 4.7, 4.8, 4.9, 5, 6, 7, 8, 9
* macOS Xcode 8.3.3, 9.0, 9.0.1, 9.1, 9.2, 9.3, 9.3.1, 9.4, 9.4.1, 10.0, 10.1, 10.2, 10.2.1
* Windows MinGW 8.1.0
* Windows VS 2013, 2015, 2017, 2019

image:https://img.shields.io/azure-devops/build/grafikrobot/200cb3a3-3fcf-4a47-85ad-3cc17f2bec9e/3/master.svg?label=master&logo=azuredevops["Linux/Windows/macOS: master", link="https://dev.azure.com/grafikrobot/B2"]
image:https://img.shields.io/azure-devops/build/grafikrobot/200cb3a3-3fcf-4a47-85ad-3cc17f2bec9e/3/develop.svg?label=develop&logo=azuredevops["Linux/Windows/macOS: develop", link="https://dev.azure.com/grafikrobot/B2"]

== More

See the link:https://boostorg.github.io/build/[website] for more information.

See the link:CONTRIBUTING.adoc[guidelines for contributing] if you would like
to get involved in the development.