Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 23,396 | 21,651 | ||
example/ | 12-May-2024 | - | 2,712 | 1,825 | ||
notes/ | 12-May-2024 | - | 566 | 412 | ||
src/ | 12-May-2024 | - | 106,891 | 81,026 | ||
test/ | 12-May-2024 | - | 26,576 | 18,465 | ||
CONTRIBUTING.adoc | D | 12-May-2024 | 5.4 KiB | 179 | 133 | |
Jamroot.jam | D | 12-May-2024 | 7.1 KiB | 261 | 230 | |
LICENSE.txt | D | 12-May-2024 | 1.3 KiB | 24 | 20 | |
README.adoc | D | 12-May-2024 | 1.4 KiB | 32 | 20 | |
azure-pipelines.yml | D | 12-May-2024 | 20.6 KiB | 688 | 667 | |
boost-build.jam | D | 12-May-2024 | 267 | 9 | 6 | |
bootstrap.bat | D | 12-May-2024 | 651 | 40 | 30 | |
bootstrap.sh | D | 12-May-2024 | 629 | 29 | 14 | |
bootstrap_vms.com | D | 12-May-2024 | 1.1 KiB | 49 | 44 |
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 18* Linux GCC 4.7, 4.8, 4.9, 5, 6, 7, 8, 9 19* 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 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