...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This repository is the home of tools used to run Boost's automated regression testing and reporting, and tools that may (optionally) be used by Boost developers to perform local regression test reporting.
Instructions for running Boost's automated regression testing and reporting,
and reporting
the results back to the Boost community are
available on the Boost web site.
To build developers local test reporting tools, cd to the specific tool's build directory, then invoke b2 like this:
b2 --boost-root=path install
For example:
cd regression/library_status/build b2 --boost-root=c:/boost install
Options for building are:
There is one developers local test reporting tool.
Revised: 01 April 2015
Copyright Beman Dawes 2003.
Copyright Rene Rivera 2007, 2015.
Distributed under the Boost Software License, Version 1.0. (See copy at www.boost.org/LICENSE_1_0.txt)