• Home
Name Date Size #Lines LOC

..--

.github/workflows/04-Jul-2025-202187

doc/04-Jul-2025-3,9612,860

include/boost/04-Jul-2025-5,7013,784

meta/04-Jul-2025-7776

test/04-Jul-2025-9,6426,254

.gitattributesD04-Jul-20253.8 KiB9791

.travis.ymlD04-Jul-20255.9 KiB209176

CMakeLists.txtD04-Jul-2025704 3220

README.mdD04-Jul-20251.8 KiB3322

appveyor.ymlD04-Jul-20252.6 KiB9472

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  | [![Build Status](https://travis-ci.org/boostorg/core.svg?branch=develop)](https://travis-ci.org/boostorg/core) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/core?branch=develop&svg=true)](https://ci.appveyor.com/project/pdimov/core)
16Master   | [![Build Status](https://travis-ci.org/boostorg/core.svg?branch=master)](https://travis-ci.org/boostorg/core) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/core?branch=master&svg=true)](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