• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.ci/H29-Dec-2020-3117

.vscode/H29-Dec-2020-122122

doc/H29-Dec-2020-9,1657,446

example/H29-Dec-2020-2,6051,753

notes/H03-May-2022-

src/H03-May-2022-108,97182,571

test/H03-May-2022-26,14918,116

.cirrus.ymlH A D29-Dec-20202.6 KiB4543

.editorconfigH A D29-Dec-2020310 1612

.gitattributesH A D29-Dec-20203.8 KiB9791

.gitignoreH A D29-Dec-2020202 1817

CONTRIBUTING.adocH A D29-Dec-20205.4 KiB179133

Jamroot.jamH A D29-Dec-20207.1 KiB261230

README.adocH A D29-Dec-20201.4 KiB3220

appveyor.ymlH A D29-Dec-20202.1 KiB6558

azure-pipelines.ymlH A D29-Dec-202019.4 KiB435419

boost-build.jamH A D29-Dec-2020267 96

bootstrap.batH A D29-Dec-2020690 4030

bootstrap.shH A D29-Dec-2020629 2914

bootstrap_vms.comH A D29-Dec-20201.1 KiB4944

README.adoc

1= B2
2
3B2 makes it easy to build C++ projects, everywhere.
4
5image:https://img.shields.io/badge/license-BSL%201.0-blue.svg["Boost Software License 1.0", link="LICENSE.txt"]
6image:https://img.shields.io/github/languages/code-size/boostorg/build.svg["GitHub code size in bytes", link="https://github.com/boostorg/build"]
7
8== License
9
10Distributed under the Boost Software License, Version 1.0. (See accompanying
11file LICENSE.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
12
13== Testing
14
15Continuously tested on:
16
17* Linux Clang 3.5, 3.6, 3.7, 3.8, 3.9, 4, 5, 6, 7, 8, 9, 10
18* Linux GCC 4.7, 4.8, 4.9, 5, 6, 7, 8, 9, 10
19* 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
20* Windows MinGW 8.1.0
21* Windows VS 2013, 2015, 2017, 2019
22
23image: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"]
24image: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"]
25
26== More
27
28See the link:https://boostorg.github.io/build/[website] for more information.
29
30See the link:CONTRIBUTING.adoc[guidelines for contributing] if you would like
31to get involved in the development.
32