yuzu/externals/vcpkg/packages/boost-build_x64-windows/tools/boost-build
pineappleEA b601909c6d early-access version 3088 2022-11-05 15:35:56 +01:00
..
.ci early-access version 3088 2022-11-05 15:35:56 +01:00
.github early-access version 3088 2022-11-05 15:35:56 +01:00
doc early-access version 3088 2022-11-05 15:35:56 +01:00
example early-access version 3088 2022-11-05 15:35:56 +01:00
notes early-access version 3088 2022-11-05 15:35:56 +01:00
src early-access version 3088 2022-11-05 15:35:56 +01:00
test early-access version 3088 2022-11-05 15:35:56 +01:00
.cirrus.yml early-access version 3088 2022-11-05 15:35:56 +01:00
.editorconfig early-access version 3088 2022-11-05 15:35:56 +01:00
.gitattributes early-access version 3088 2022-11-05 15:35:56 +01:00
.gitignore early-access version 3088 2022-11-05 15:35:56 +01:00
CONTRIBUTING.adoc early-access version 3088 2022-11-05 15:35:56 +01:00
Jamroot.jam early-access version 3088 2022-11-05 15:35:56 +01:00
LICENSE.txt early-access version 3088 2022-11-05 15:35:56 +01:00
README.adoc early-access version 3088 2022-11-05 15:35:56 +01:00
appveyor.yml early-access version 3088 2022-11-05 15:35:56 +01:00
azure-pipelines.yml early-access version 3088 2022-11-05 15:35:56 +01:00
boost-build.jam early-access version 3088 2022-11-05 15:35:56 +01:00
boostcpp.jam early-access version 3088 2022-11-05 15:35:56 +01:00
bootstrap.bat early-access version 3088 2022-11-05 15:35:56 +01:00
bootstrap.sh early-access version 3088 2022-11-05 15:35:56 +01:00
bootstrap_vms.com early-access version 3088 2022-11-05 15:35:56 +01:00

README.adoc

= 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/bfgroup/b2.svg["GitHub code size in bytes", link="https://github.com/bfgroup/b2"]

== License

Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE.txt or copy at https://www.bfgroup.xyz/b2/LICENSE.txt)

== Testing

Continuously tested on:

* FreeBSD Clang 7, 8, 9, 10, 11, 12
* FreeBSD GCC 8, 9, 10, 11
* Linux Clang 4, 5, 6, 7, 8, 9, 10, 11, 12, 13
* Linux GCC 5, 6, 7, 8, 9, 10, 11
* macOS Xcode 10.0, 10.1, 10.2, 10.2.1, 11.2.1, 11.3, 11.3.1, 11.4.1, 11.5, 11.6, 11.7, 12.0.1, 12.1.1, 12.2, 12.3, 12.4, 12.5.1, 13.0
* Windows MinGW 8.1.0
* Windows VS 2013, 2015, 2017, 2019, 2022
* Cygwin 3.1.7 x64

image:https://img.shields.io/azure-devops/build/bfgroup/3a4e7a7e-c1b4-4e2f-9199-f52918ea06c6/3/release.svg?label=release&logo=azuredevops["Linux/Windows/macOS: release", link="https://dev.azure.com/bfgroup/B2"]
image:https://img.shields.io/azure-devops/build/bfgroup/3a4e7a7e-c1b4-4e2f-9199-f52918ea06c6/3/main.svg?label=main&logo=azuredevops["Linux/Windows/macOS: main", link="https://dev.azure.com/bfgroup/B2"]
image:https://img.shields.io/appveyor/build/bfgroup/b2?logo=appveyor["Windows", link="https://ci.appveyor.com/project/bfgroup/b2"]
image:https://api.cirrus-ci.com/github/bfgroup/b2.svg?branch=release["FreeBSD: release", link="https://cirrus-ci.com/github/bfgroup/b2/release"]
image:https://api.cirrus-ci.com/github/bfgroup/b2.svg?branch=main["FreeBSD: main", link="https://cirrus-ci.com/github/bfgroup/b2/main"]

NOTE: A C+\+11 capable compiler is needed to build the `b2` engine. But using
the `b2` engine and build system does not require C++11.

== More

See the link:https://www.bfgroup.xyz/b2/[website] for more information.

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