Super-project for modularized Boost
Find a file
2022-09-06 01:45:02 +00:00
.circleci Switch to python3 release-tools 2022-01-12 12:50:17 -06:00
doc Point bbv2 to the local Boost Build documentation 2020-12-05 08:56:45 -05:00
libs Update python from develop 2022-09-06 01:45:02 +00:00
more@3f58b37f6f Update more from develop 2022-08-11 04:00:15 +00:00
status Update explicit-failures-markup.xml 2020-11-16 18:25:04 +00:00
tools Update quickbook from develop 2022-09-05 10:15:02 +00:00
.gitattributes
.gitignore
.gitmodules Add submodule property_map_parallel 2021-05-29 19:44:00 +03:00
.travis.yml Update .travis.yml 2021-06-12 00:11:10 +03:00
appveyor.yml
boost-build.jam
boost.css
boost.png
boostcpp.jam Rename mips1 to mips 2021-07-23 11:48:09 +08:00
bootstrap.bat Add vc143 to toolsets recognised by bootstrap.bat 2021-10-14 12:38:50 +02:00
bootstrap.sh Clarify bootstrap.sh help description. 2021-01-26 07:05:53 -06:00
CMakeLists.txt Bump versions to 1.81 2022-08-10 23:33:12 -04:00
index.htm
index.html
INSTALL
Jamroot Bump versions to 1.81 2022-08-10 23:33:12 -04:00
LICENSE_1_0.txt
README.md
rst.css

Boost C++ Libraries

The Boost project provides free peer-reviewed portable C++ source libraries.

We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use and does not require attribution for binary use.

The project website is www.boost.org, where you can obtain more information and download the current release.

Cloning

Clone the superproject repository with all submodules and checkout the master as the default branch:

git clone --recurse-submodules https://github.com/boostorg/boost.git boost-root

or checkout the develop branch with the latest development snapshot:

git clone --branch develop --recurse-submodules https://github.com/boostorg/boost.git boost-root

Alternatively, clone just the superproject repository, then clone a desired submodule together with its dependencies:

git clone https://github.com/boostorg/boost.git boost-root
cd boost-root
git submodule update --init tools/boostdep
python tools/boostdep/depinst/depinst.py filesystem

Alternatively, clone just the superproject repository, then manually pick individual submodules:

git clone https://github.com/boostorg/boost.git boost-root
cd boost-root
git submodule --quiet update --init \
    tools/build \
    tools/boost_install \
    tools/boostdep \
    libs/headers