Go to file
James E. King III 8edafbec99 Update CI
2019-05-02 12:50:08 -04:00
doc Add, and update, documentation build targets. 2016-10-07 23:07:35 -05:00
example Added CI framework 2018-05-19 01:12:18 +00:00
include/boost/pool Replace boost::mutex use to avoid a dependency on Boost.Thread 2018-08-29 00:51:56 +03:00
meta Add metadata file. 2014-08-18 15:08:54 +01:00
test Fix misalignment issue in simple_seg_storage test. 2018-10-30 08:07:11 -04:00
.gitattributes Initial commit 2001-03-08 20:44:22 +00:00
.travis.yml Update CI 2019-05-02 12:50:08 -04:00
appveyor.yml Update CI 2019-05-02 12:50:08 -04:00
CMakeLists.txt [CMake] Add minimal cmake file 2019-01-04 19:03:23 -05:00
index.html Tidy up dead files. 2011-07-18 09:55:55 +00:00
Jamfile Added CI framework 2018-05-19 01:12:18 +00:00
LICENSE Added CI framework 2018-05-19 01:12:18 +00:00
README.md Indicate library is header-only in readme 2018-10-30 12:10:12 +00:00

Pool, part of collection of the Boost C++ Libraries, provides an efficient way to handle memory suballocation for fixed-size items.

License

Distributed under the Boost Software License, Version 1.0.

Properties

  • C++03
  • Header Only

Build Status

Branch Travis Appveyor Coverity Scan codecov.io Deps Docs Tests
master Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix
develop Build Status Build status Coverity Scan Build Status codecov Deps Documentation Enter the Matrix

Directories

Name Purpose
doc documentation
example examples
include headers
test unit tests

More information

  • Ask questions
  • Report bugs: 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 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.
  • Discussions about the library are held on the Boost developers mailing list. Be sure to read the discussion policy before posting and add the [pool] tag at the beginning of the subject line.