Boost.org pool module
Go to file
Marshall Clow ec7da07ed1 Fix naked 'max' call that was failing on Windows. Fixes #864 2024-02-26 19:48:08 -08:00
.github/workflows Fix ccache saving on cache hit (#47) 2022-06-24 08:56:41 -07:00
doc Docs: fix formatting of two examples, improve grammar (#37) 2020-12-02 09:25:01 -08:00
example Added CI framework 2018-05-19 01:12:18 +00:00
include/boost/pool Fix naked 'max' call that was failing on Windows. Fixes #864 2024-02-26 19:48:08 -08:00
meta [skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level. The value of this field matches one of the values for 'cxxstd' in Boost.Build. The purpose of doing this is to provide information for the Boost website documentation for each library which will specify the minimum C++ standard compilation that an end-user must employ in order to use the particular library. This will aid end-users who want to know if they can successfully use a Boost library based on their C++ compiler's compilation level, without having to search the library's documentation to find this out. (#39) 2021-01-21 02:19:02 -05:00
test Fix the Broken `malloc_n` Behavior (#53) 2023-01-15 12:23:45 +00:00
.appveyor.yml re-add mingw ci testing 2022-04-24 22:19:45 -04:00
.codecov.yml align with boost-ci 2022.02 and GitHub Actions 2022-04-15 23:51:34 -04:00
.gitattributes Initial commit 2001-03-08 20:44:22 +00:00
CMakeLists.txt Update CMakeLists.txt 2021-06-10 00:50:35 +03: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 align with boost-ci 2022.02 and GitHub Actions 2022-04-15 23:51:34 -04:00
index.html Tidy up dead files. 2011-07-18 09:55:55 +00:00

README.md

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 GHA CI 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.