mirror of
https://github.com/boostorg/interval.git
synced 2026-01-23 05:32:14 +00:00
36 lines
4.1 KiB
Markdown
36 lines
4.1 KiB
Markdown
Interval, part of the collection of [Boost C++ Libraries](https://github.com/boostorg), is intended to help manipulating mathematical intervals.
|
|
|
|
### License
|
|
|
|
Distributed under the [Boost Software License, Version 1.0](https://www.boost.org/LICENSE_1_0.txt).
|
|
|
|
### Properties
|
|
|
|
* C++03
|
|
* Header-only
|
|
|
|
### Build Status
|
|
|
|
<!-- boost-ci/tools/makebadges.sh --project interval --appveyor r4wayfdbegahy29j --codecov GejkQK9wH8 --coverity 17151 -->
|
|
| Branch | GHA CI | Appveyor | Coverity Scan | codecov.io | Deps | Docs | Tests |
|
|
| :-------------: | ------ | -------- | ------------- | ---------- | ---- | ---- | ----- |
|
|
| [`master`](https://github.com/boostorg/interval/tree/master) | [](https://github.com/boostorg/interval/actions?query=branch:master) | [](https://ci.appveyor.com/project/cppalliance/interval/branch/master) | [](https://scan.coverity.com/projects/boostorg-interval) | [](https://codecov.io/gh/boostorg/interval/tree/master) | [](https://pdimov.github.io/boostdep-report/master/interval.html) | [](https://www.boost.org/doc/libs/master/libs/interval) | [](https://www.boost.org/development/tests/master/developer/interval.html)
|
|
| [`develop`](https://github.com/boostorg/interval/tree/develop) | [](https://github.com/boostorg/interval/actions?query=branch:develop) | [](https://ci.appveyor.com/project/cppalliance/interval/branch/develop) | [](https://scan.coverity.com/projects/boostorg-interval) | [](https://codecov.io/gh/boostorg/interval/tree/develop) | [](https://pdimov.github.io/boostdep-report/develop/interval.html) | [](https://www.boost.org/doc/libs/develop/libs/interval) | [](https://www.boost.org/development/tests/develop/developer/interval.html)
|
|
|
|
### Directories
|
|
|
|
| Name | Purpose |
|
|
| ----------- | ------------------------------ |
|
|
| `doc` | documentation |
|
|
| `examples` | use case examples |
|
|
| `include` | headers |
|
|
| `test` | unit tests |
|
|
|
|
### More inintervalion
|
|
|
|
* [Ask questions](https://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-interval): Be sure to read the documentation first as Boost.Interval has specific requirements.
|
|
* [Report bugs](https://github.com/boostorg/interval/issues): 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.
|
|
* [Submit Pull Requests](https://github.com/boostorg/interval/pulls) against the **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). Be sure to include tests proving your changes work properly.
|
|
* Discussions about the library are held on the [Boost developers mailing list](https://www.boost.org/community/groups.html#main). Be sure to read the [discussion policy](https://www.boost.org/community/policy.html) before posting and add the `[interval]` tag at the beginning of the subject line.
|
|
|