Boost.org config module
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
jzmaddock 29c39d4585
Merge pull request #484 from boostorg/cpp23
Add C++23 header macros.
3 weeks ago
.circleci circle-ci: fix docbook path 4 years ago
.drone Rework drone script with better names. 3 years ago
.github/workflows Minor corrections. 3 weeks ago
checks Add C++23 header macros. 3 weeks ago
doc Update docs for C++23 macros. 3 weeks ago
include/boost Update docs for C++23 macros. 3 weeks ago
meta Update metadata 2 years ago
test Minor corrections. 3 weeks ago
tools MSVC update that handled deprecation of <codecvt> and availability of <stop_token>. 2 years ago
.drone.star Remove XCode-9.4 testing as it appears to be no longer supported. 3 weeks ago
.gitattributes This commit was generated by cvs2svn to compensate for changes in r4, 24 years ago
.gitignore Adds .gitignore to prevent tracking changes of compiled files under checks/architecture/bin 7 years ago
CMakeLists.txt Update CMakeLists.txt 2 years ago
README.md Add Drone CI status. 3 years ago
appveyor.yml Revert "Revert "Print config info via b2"" 4 years ago
configure Merge branch 'z_OS_support' of https://github.com/pgroke-dt/config into develop 7 years ago
index.html Changed old docs to point at the new quickbook versions. 17 years ago

README.md

Boost Config Library

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

The full documentation is available on boost.org.

Master Develop
Drone Build Status Build Status
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.