Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 10,125 | 8,905 | ||
meta/ | 12-May-2024 | - | 73 | 72 | ||
test/ | 12-May-2024 | - | 9,433 | 5,944 | ||
CMakeLists.txt | D | 12-May-2024 | 704 | 32 | 20 | |
README.md | D | 12-May-2024 | 1.8 KiB | 33 | 22 | |
index.html | D | 12-May-2024 | 528 | 30 | 29 | |
ref.html | D | 12-May-2024 | 537 | 30 | 29 | |
swap.html | D | 12-May-2024 | 540 | 30 | 29 |
README.md
1Boost.Core 2========== 3 4Boost.Core, part of collection of the [Boost C++ Libraries](https://github.com/boostorg), is a collection of core utilities used by other Boost libraries. 5The criteria for inclusion is that the utility component be: 6 7* simple, 8* used by other Boost libraries, and 9* not dependent on any other Boost modules except Core itself, Config, Assert, Static Assert, or Predef. 10 11### CI Status 12 13Branch | Travis | Appveyor 14---------|--------|--------- 15Develop | [](https://travis-ci.org/boostorg/core) | [](https://ci.appveyor.com/project/pdimov/core) 16Master | [](https://travis-ci.org/boostorg/core) | [](https://ci.appveyor.com/project/pdimov/core) 17 18### Directories 19 20* **doc** - Documentation of the components 21* **include** - Interface headers 22* **test** - Unit tests 23 24### More information 25 26* [Documentation](https://boost.org/libs/core) 27* [Report bugs](https://svn.boost.org/trac/boost/newticket?component=core;version=Boost%20Release%20Branch). 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. 28* 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](https://www.boost.org/LICENSE_1_0.txt). 29 30### License 31 32Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt). 33