Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 25-Apr-2025 | - | 10,398 | 8,368 | ||
include/boost/ | 25-Apr-2025 | - | 19,340 | 14,309 | ||
meta/ | 25-Apr-2025 | - | 19 | 18 | ||
test/ | 25-Apr-2025 | - | 10,672 | 9,307 | ||
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
.travis.yml | D | 25-Apr-2025 | 10.1 KiB | 381 | 335 | |
CMakeLists.txt | D | 25-Apr-2025 | 1 KiB | 37 | 30 | |
README.md | D | 25-Apr-2025 | 2.4 KiB | 27 | 17 | |
appveyor.yml | D | 25-Apr-2025 | 3 KiB | 74 | 58 |
README.md
1# Boost.Parameter 2 3Boost.Parameter, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), is a header-only library that implements named parameters for functions and templates in C++. 4 5### Directories 6 7* **doc** - Documentation sources 8* **include** - Interface headers of Boost.Parameter 9* **test** - Boost.Parameter unit tests 10 11### More information 12 13* [Documentation](https://www.boost.org/libs/parameter) 14* [Report bugs](https://github.com/boostorg/parameter/issues/new). Be sure to mention Boost version, platform and compiler you're using. A small compilable code sample to reproduce the problem is always good as well. 15* Submit your patches as [pull requests](https://github.com/boostorg/parameter/compare) against **develop** branch. Note that by submitting patches you agree to license your modifications under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt). 16 17### Build status 18 19Branch | Travis CI | AppVeyor | Test Matrix | Dependencies | 20:-------------: | --------- | -------- | ----------- | ------------ | 21[`master`](https://github.com/boostorg/parameter/tree/master) | [](https://travis-ci.org/boostorg/parameter) | [](https://ci.appveyor.com/project/Lastique/parameter/branch/master) | [](http://www.boost.org/development/tests/master/developer/parameter.html) | [](https://pdimov.github.io/boostdep-report/master/parameter.html) 22[`develop`](https://github.com/boostorg/parameter/tree/develop) | [](https://travis-ci.org/boostorg/parameter) | [](https://ci.appveyor.com/project/Lastique/parameter/branch/develop) | [](http://www.boost.org/development/tests/develop/developer/parameter.html) | [](https://pdimov.github.io/boostdep-report/develop/parameter.html) 23 24### License 25 26Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt). 27