File tree Expand file tree Collapse file tree 1 file changed +31
-5
lines changed
Expand file tree Collapse file tree 1 file changed +31
-5
lines changed Original file line number Diff line number Diff line change 1- # Boost.OpenMethod
1+ ### License
22
3- OpenMethod was accepted in Boost with conditions. I am working on implementing
4- the said conditions, along with other improvements that were suggested during
5- the review process. During this period, the documentation my lag behind the
6- changes.
3+ Distributed under the [ Boost Software License, Version 1.0] ( http://www.boost.org/LICENSE_1_0.txt ) .
4+
5+ ### Properties
6+
7+ * C++17
8+ * Header-Only
9+
10+ ### Build Status
11+
12+ Branch | GH Actions | Azure Pipelines | Coverity Scan | codecov.io | Deps | Docs | Tests |
13+ :-------------: | ---------- | --------------- |-------------- | ---------- | ---- | ---- | ----- |
14+ [`master`](https://github.com/jll63/openmethod/tree/master) | [](https://github.com/jll63/openmethod/actions/workflows/ci.yml) | [](https://dev.azure.com/maintainer/template/_build/latest?definitionId=6&branchName=master) | [](https://scan.coverity.com/projects/boostorg-template) | [](https://codecov.io/gh/jll63/openmethod/branch/master) | [](https://pdimov.github.io/boostdep-report/master/template.html) | [](https://www.boost.org/doc/libs/master/libs/template/doc/html/template.html) | [](http://www.boost.org/development/tests/master/developer/template.html)
15+ [`develop`](https://github.com/jll63/openmethod/tree/develop) | [](https://github.com/jll63/openmethod/actions/workflows/ci.yml) | [](https://dev.azure.com/maintainer/template/_build/latest?definitionId=6&branchName=develop) | [](https://scan.coverity.com/projects/boostorg-template) | [](https://codecov.io/gh/jll63/openmethod/branch/develop) | [](https://pdimov.github.io/boostdep-report/develop/template.html) | [](https://www.boost.org/doc/libs/develop/libs/template/doc/html/template.html) | [](http://www.boost.org/development/tests/develop/developer/template.html)
16+
17+
18+ ### Directories
19+
20+ | Name | Purpose |
21+ | ----------- | ------------------------------ |
22+ | ` doc ` | documentation |
23+ | ` example ` | examples |
24+ | ` include ` | headers |
25+ | ` test ` | unit tests |
26+
27+ ### More information
28+
29+ * [ Ask questions] ( http://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-template )
30+ * [ Report bugs] ( https://github.com/jll63/openmethod/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.
31+ * Submit your patches as pull requests against ** develop** branch. Note that by submitting patches you agree to license your modifications under the [ Boost Software License, Version 1.0] ( http://www.boost.org/LICENSE_1_0.txt ) .
32+ * Discussions about the library are held on the [ Boost developers mailing list] ( http://www.boost.org/community/groups.html#main ) . Be sure to read the [ discussion policy] ( http://www.boost.org/community/policy.html ) before posting and add the ` [template] ` tag at the beginning of the subject line.
You can’t perform that action at this time.
0 commit comments