]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/atomic/README.md
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / atomic / README.md
CommitLineData
7c673cae
FG
1# ![Boost.Atomic](doc/logo.png)
2
3Boost.Atomic, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), implements atomic operations for various CPU architectures, reflecting and extending the standard interface defined in C++11.
4
5### Directories
6
7* **build** - Boost.Atomic build scripts
8* **doc** - QuickBook documentation sources
9* **include** - Interface headers of Boost.Atomic
10* **src** - Compilable source code of Boost.Atomic
11* **test** - Boost.Atomic unit tests
12
13### More information
14
15* [Documentation](http://boost.org/libs/atomic)
16* [Report bugs](https://svn.boost.org/trac/boost/newticket?component=atomic;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.
17* 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](http://www.boost.org/LICENSE_1_0.txt).
18
b32b8144
FG
19### Build status
20
21Master: [![AppVeyor](https://ci.appveyor.com/api/projects/status/c64xu59bydnmb7kt/branch/master?svg=true)](https://ci.appveyor.com/project/Lastique/atomic/branch/master) [![Travis CI](https://travis-ci.org/boostorg/atomic.svg?branch=master)](https://travis-ci.org/boostorg/atomic)
22Develop: [![AppVeyor](https://ci.appveyor.com/api/projects/status/c64xu59bydnmb7kt/branch/develop?svg=true)](https://ci.appveyor.com/project/Lastique/atomic/branch/develop) [![Travis CI](https://travis-ci.org/boostorg/atomic.svg?branch=develop)](https://travis-ci.org/boostorg/atomic)
23
7c673cae
FG
24### License
25
26Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).