• Home
Name
Date
Size
#Lines
LOC

..--

doc/12-May-2024-10,1258,905

meta/12-May-2024-7372

test/12-May-2024-9,4335,944

CMakeLists.txtD12-May-2024704 3220

README.mdD12-May-20241.8 KiB3322

index.htmlD12-May-2024528 3029

ref.htmlD12-May-2024537 3029

swap.htmlD12-May-2024540 3029

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