Go to file
2019-10-11 21:34:55 +03:00
doc Update section title in documentation 2019-10-01 07:28:06 -04:00
include/boost Reorder conditions to support clang-cl 2019-10-11 16:43:48 +03:00
meta Update e-mail address in comments and libraries.json 2018-09-05 08:21:35 -04:00
test Disable Wsign-compare on gcc 4.4.7 2019-10-11 17:19:01 +03:00
.gitattributes Add .gitattributes, remove README. 2014-06-01 01:02:11 +03:00
.travis.yml Add clang-9 to Travis 2019-10-11 21:34:55 +03:00
appveyor.yml Add 2019 to Appveyor 2019-10-11 18:50:35 +03:00
CMakeLists.txt Add 'unsupported' comment to CMakeLists.txt 2018-09-30 04:24:11 +03:00
index.html Corrected links to docs in assumption that the docs are built in core/doc/html. 2014-06-16 15:31:13 +04:00
README.md Changed http to https in URLs in readme. 2018-11-01 20:40:42 +03:00
ref.html Add redirect file for ref permalink. 2014-08-21 20:33:19 +01:00
swap.html Corrected links to docs in assumption that the docs are built in core/doc/html. 2014-06-16 15:31:13 +04:00

Boost.Core

Boost.Core, part of collection of the Boost C++ Libraries, is a collection of core utilities used by other Boost libraries. The criteria for inclusion is that the utility component be:

  • simple,
  • used by other Boost libraries, and
  • not dependent on any other Boost modules except Core itself, Config, Assert, Static Assert, or Predef.

CI Status

Branch Travis Appveyor
Develop Build Status Build Status
Master Build Status Build Status

Directories

  • doc - Documentation of the components
  • include - Interface headers
  • test - Unit tests

More information

  • Documentation
  • 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.

License

Distributed under the Boost Software License, Version 1.0.