This library provides configuration support for the Boost C++ libraries.
The full documentation is available on boost.org.
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].
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/.
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
<h1>Boost Config Library</h1> <p>This library provides configuration support for the Boost C++ libraries.</p> <p>The full documentation is available on <a href="http://www.boost.org/doc/libs/release/libs/config/index.html">boost.org</a>.</p> <h2>Support, bugs and feature requests</h2> <p>Bugs and feature requests can be reported through the <a href="https://github.com/boostorg/config/issues">Gitub issue tracker</a> (see <a href="https://github.com/boostorg/config/issues">open issues</a> and <a href="https://github.com/boostorg/config/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed">closed issues</a>).</p> <p>You can submit your changes through a <a href="https://github.com/boostorg/config/pulls">pull request</a>.</p> <p>There is no mailing-list specific to Boost Config, although you can use the general-purpose Boost <a href="http://lists.boost.org/mailman/listinfo.cgi/boost-users">mailing-list</a> using the tag [config].</p> <h2>Development</h2> <p>Clone the whole boost project, which includes the individual Boost projects as submodules (<a href="https://github.com/boostorg/boost/wiki/Getting-Started">see boost+git doc</a>):</p> <pre class="highlightjs highlight"><code class="language- hljs">git clone https://github.com/boostorg/boost cd boost git submodule update --init </code></pre> <p>The Boost Config Library is located in <code>libs/config/</code>.</p> <h3>Running tests</h3> <p>First, make sure you are in <code>libs/config/test</code>. You can either run all the tests listed in <code>Jamfile.v2</code> or run a single test:</p> <pre class="highlightjs highlight"><code class="language- hljs">../../../b2 <- run all tests ../../../b2 config_info <- single test </code></pre>
<h1>Boost Config Library</h1> <p>This library provides configuration support for the Boost C++ libraries.</p> <p>The full documentation is available on <a href="http://www.boost.org/doc/libs/release/libs/config/index.html">boost.org</a>.</p> <h2>Support, bugs and feature requests</h2> <p>Bugs and feature requests can be reported through the <a href="https://github.com/boostorg/config/issues">Gitub issue tracker</a> (see <a href="https://github.com/boostorg/config/issues">open issues</a> and <a href="https://github.com/boostorg/config/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed">closed issues</a>).</p> <p>You can submit your changes through a <a href="https://github.com/boostorg/config/pulls">pull request</a>.</p> <p>There is no mailing-list specific to Boost Config, although you can use the general-purpose Boost <a href="http://lists.boost.org/mailman/listinfo.cgi/boost-users">mailing-list</a> using the tag [config].</p> <h2>Development</h2> <p>Clone the whole boost project, which includes the individual Boost projects as submodules (<a href="https://github.com/boostorg/boost/wiki/Getting-Started">see boost+git doc</a>):</p> <pre class="highlightjs highlight"><code class="language- hljs">git clone https://github.com/boostorg/boost cd boost git submodule update --init </code></pre> <p>The Boost Config Library is located in <code>libs/config/</code>.</p> <h3>Running tests</h3> <p>First, make sure you are in <code>libs/config/test</code>. You can either run all the tests listed in <code>Jamfile.v2</code> or run a single test:</p> <pre class="highlightjs highlight"><code class="language- hljs">../../../b2 <- run all tests ../../../b2 config_info <- single test </code></pre>