Go to file
2019-10-31 19:08:21 +00:00
.circleci circle-ci: fix docbook path 2019-08-21 13:38:48 +01:00
checks Add BOOST_NO_CXX11_EXCECPTION. 2019-08-23 12:45:33 +01:00
doc Update suffix.hpp for older msvc versions. 2019-10-30 18:30:31 +00:00
include/boost Update suffix.hpp for older msvc versions. 2019-10-30 18:30:31 +00:00
meta Add metadata file. 2014-08-18 14:57:59 +01:00
test Update suffix.hpp for older msvc versions. 2019-10-30 18:30:31 +00:00
tools Update version check for __cpp_deduction_guides. 2019-04-21 09:17:37 +01:00
.gitattributes This commit was generated by cvs2svn to compensate for changes in r4, 2000-07-07 16:04:40 +00:00
.gitignore Adds .gitignore to prevent tracking changes of compiled files under checks/architecture/bin 2016-12-02 00:08:16 -05:00
.travis.yml Revert "Revert "Print config info via b2"" 2019-06-28 18:27:23 +01:00
appveyor.yml Revert "Revert "Print config info via b2"" 2019-06-28 18:27:23 +01:00
CMakeLists.txt Add comments to CMake files. 2018-09-28 12:07:29 +01:00
configure Merge branch 'z_OS_support' of https://github.com/pgroke-dt/config into develop 2017-02-26 18:59:19 +00:00
index.html Changed old docs to point at the new quickbook versions. 2007-06-06 11:49:57 +00:00
README.md Add BOOST_NO_CXX11_EXCECPTION. 2019-08-23 12:45:33 +01:00

Boost Config Library

This library provides configuration support for the Boost C++ libraries.

The full documentation is available on boost.org.

Master Develop
Travis Build Status Build Status
Appveyor Build status Build status

Support, bugs and feature requests

Bugs and feature requests can be reported through the Gitub issue tracker (see open issues and closed issues).

You can submit your changes through a pull request.

There is no mailing-list specific to Boost Config, although you can use the general-purpose Boost mailing-list using the tag [config].

Development

Clone the whole boost project, which includes the individual Boost projects as submodules (see boost+git doc):

git clone https://github.com/boostorg/boost
cd boost
git submodule update --init

The Boost Config Library is located in libs/config/.

Running tests

First, make sure you are in libs/config/test. You can either run all the tests listed in Jamfile.v2 or run a single test:

../../../b2                        <- run all tests
../../../b2 config_info            <- single test

For developers

Please check the Guidelines for Boost Authors. from the full documentation.