Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 25-Apr-2025 | - | 5,584 | 5,220 | ||
example/ | 25-Apr-2025 | - | 694 | 522 | ||
include/boost/pool/ | 25-Apr-2025 | - | 3,993 | 2,675 | ||
meta/ | 25-Apr-2025 | - | 15 | 14 | ||
test/ | 25-Apr-2025 | - | 1,473 | 994 | ||
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
.travis.yml | D | 25-Apr-2025 | 8 KiB | 186 | 122 | |
CMakeLists.txt | D | 25-Apr-2025 | 710 | 25 | 20 | |
Jamfile | D | 25-Apr-2025 | 352 | 12 | 10 | |
LICENSE | D | 25-Apr-2025 | 1.3 KiB | 24 | 20 | |
README.md | D | 25-Apr-2025 | 3.6 KiB | 35 | 23 | |
appveyor.yml | D | 25-Apr-2025 | 4.6 KiB | 127 | 76 |
README.md
1Pool, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), provides an efficient way to handle memory suballocation for fixed-size items. 2 3### License 4 5Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt). 6 7### Properties 8 9* C++03 10* Header Only 11 12### Build Status 13 14Branch | Travis | Appveyor | Coverity Scan | codecov.io | Deps | Docs | Tests | 15:-------------: | ------ | -------- | ------------- | ---------- | ---- | ---- | ----- | 16[`master`](https://github.com/boostorg/pool/tree/master) | [](https://travis-ci.org/boostorg/pool) | [](https://ci.appveyor.com/project/jeking3/pool-6s5a4/branch/master) | [](https://scan.coverity.com/projects/boostorg-pool) | [](https://codecov.io/gh/boostorg/pool/branch/master)| [](https://pdimov.github.io/boostdep-report/master/pool.html) | [](http://www.boost.org/doc/libs/master/doc/html/pool.html) | [](http://www.boost.org/development/tests/master/developer/pool.html) 17[`develop`](https://github.com/boostorg/pool/tree/develop) | [](https://travis-ci.org/boostorg/pool) | [](https://ci.appveyor.com/project/jeking3/pool-6s5a4/branch/develop) | [](https://scan.coverity.com/projects/boostorg-pool) | [](https://codecov.io/gh/boostorg/pool/branch/develop) | [](https://pdimov.github.io/boostdep-report/develop/pool.html) | [](http://www.boost.org/doc/libs/develop/doc/html/pool.html) | [](http://www.boost.org/development/tests/develop/developer/pool.html) 18 19### Directories 20 21| Name | Purpose | 22| ----------- | ------------------------------ | 23| `doc` | documentation | 24| `example` | examples | 25| `include` | headers | 26| `test` | unit tests | 27 28### More information 29 30* [Ask questions](http://stackoverflow.com/questions/ask?tags=c%2B%2B,boost,boost-pool) 31* [Report bugs](https://github.com/boostorg/pool/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. 32* 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). 33* 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 `[pool]` tag at the beginning of the subject line. 34 35