Skip to content
B2 makes it easy to build C++ projects, everywhere.
Python C++ C HTML Yacc Batchfile Other
Branch: develop
Clone or download

Latest commit

eldiener Merge pull request #567 from eldiener/develop
Allow linking for gcc/mingw and clang targeting gcc on Windows to use response files to mitigate Windows command line limitations.
Latest commit 22757bb Jun 9, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.vscode Add missing arguments separator in launch.json [ci skip] (#578) Apr 25, 2020
doc Add `translate-path` feature. Jun 6, 2020
example Post-fix doc tag names to be more descriptive. May 29, 2020
notes Big rename from Boost.Build to B2. Mar 9, 2020
src Merge pull request #567 from eldiener/develop Jun 10, 2020
test Using latest clang-linux-3.9.0.py. Corrected msvc.jam once again. Jun 5, 2020
.editorconfig Add editorconfig style for editors that support it. Nov 18, 2018
.gitattributes Set CRLF line endings for .bat/.cmd files (#571) May 11, 2020
.gitignore Ignore VSCode workspace file [ci skip] Apr 30, 2020
CONTRIBUTING.adoc Add engine contrib info. Feb 20, 2020
Jamroot.jam Fix link errors with msvc. Feb 26, 2020
LICENSE.txt Add missing newline to LICENSE.txt (#512) Nov 25, 2019
README.adoc Simplyfied bootstrap scripts to match each other. Feb 10, 2020
appveyor.yml Fix test build with correct toolset. Apr 1, 2020
azure-pipelines.yml apt-get -o Acquire::Retries=3 (#600) May 11, 2020
boost-build.jam Adjust relative paths to match git rewritten history. Dec 14, 2013
bootstrap.bat Add checks for C++11 with informative error. Feb 13, 2020
bootstrap.sh Nicer cxx11 error message pass from bootstrap to build. Feb 14, 2020
bootstrap_vms.com Add bootstrap install info for VMS. Oct 27, 2015

README.adoc

B2

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

Boost Software License 1.0 GitHub code size in bytes

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, 11.0, 11.1, 11.2, 11.3, 11.3.1

  • Windows MinGW 8.1.0

  • Windows VS 2013, 2015, 2017, 2019

Linux/Windows/macOS: master Linux/Windows/macOS: develop

More

See the website for more information.

See the guidelines for contributing if you would like to get involved in the development.

You can’t perform that action at this time.