• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

doc/25-Apr-2025-10,3988,368

include/boost/25-Apr-2025-19,34014,309

meta/25-Apr-2025-1918

test/25-Apr-2025-10,6729,307

.gitattributesD25-Apr-20253.8 KiB9791

.travis.ymlD25-Apr-202510.1 KiB381335

CMakeLists.txtD25-Apr-20251 KiB3730

README.mdD25-Apr-20252.4 KiB2717

appveyor.ymlD25-Apr-20253 KiB7458

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) | [![Travis CI](https://travis-ci.org/boostorg/parameter.svg?branch=master)](https://travis-ci.org/boostorg/parameter) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/e9iptg55otiv040a/branch/master?svg=true)](https://ci.appveyor.com/project/Lastique/parameter/branch/master) | [![Tests](https://img.shields.io/badge/matrix-master-brightgreen.svg)](http://www.boost.org/development/tests/master/developer/parameter.html) | [![Dependencies](https://img.shields.io/badge/deps-master-brightgreen.svg)](https://pdimov.github.io/boostdep-report/master/parameter.html)
22[`develop`](https://github.com/boostorg/parameter/tree/develop) | [![Travis CI](https://travis-ci.org/boostorg/parameter.svg?branch=develop)](https://travis-ci.org/boostorg/parameter) | [![AppVeyor](https://ci.appveyor.com/api/projects/status/e9iptg55otiv040a/branch/develop?svg=true)](https://ci.appveyor.com/project/Lastique/parameter/branch/develop) | [![Tests](https://img.shields.io/badge/matrix-develop-brightgreen.svg)](http://www.boost.org/development/tests/develop/developer/parameter.html) | [![Dependencies](https://img.shields.io/badge/deps-develop-brightgreen.svg)](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