diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 18:24:20 +0000 |
commit | 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 (patch) | |
tree | e5d88d25d870d5dedacb6bbdbe2a966086a0a5cf /src/boost/tools/build/README.adoc | |
parent | Initial commit. (diff) | |
download | ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.tar.xz ceph-483eb2f56657e8e7f419ab1a4fab8dce9ade8609.zip |
Adding upstream version 14.2.21.upstream/14.2.21upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/boost/tools/build/README.adoc')
-rw-r--r-- | src/boost/tools/build/README.adoc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/src/boost/tools/build/README.adoc b/src/boost/tools/build/README.adoc new file mode 100644 index 00000000..1d3e4620 --- /dev/null +++ b/src/boost/tools/build/README.adoc @@ -0,0 +1,31 @@ += 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. |