Go to file
2019-10-22 15:09:11 +03:00
build Hidden visibility is now used by default in the superproject. 2018-09-30 22:23:11 +03:00
doc Updated copyright year. 2018-03-18 01:39:40 +03:00
include/boost Removed redundant semicolon. 2019-10-14 00:00:13 +03:00
meta Added myself as a maintainer and the author. 2014-08-18 18:52:43 +04:00
src Added cache line sizes for PowerPC and IBM Z. 2018-04-19 22:10:34 +03:00
test Disable all pointer arithmetic tests on UBSAN. 2019-10-13 10:34:58 +03:00
.gitattributes Boost.Atomic and Boost.Lockfree merged from trunk. 2012-12-15 18:28:27 +00:00
.travis.yml [ci-skip] Disabled all but one OS X jobs because they are slow on Travis CI. 2019-10-22 15:09:11 +03:00
appveyor.yml Added a compiler flag to enable cmpxchg16b on clang-win. 2019-10-13 10:58:31 +03:00
CMakeLists.txt Updated license URLs to use https. 2019-01-02 15:32:10 +03:00
index.html Boost.Atomic and Boost.Lockfree merged from trunk. 2012-12-15 18:28:27 +00:00
README.md Changed http to https in URLs. 2018-11-01 19:55:23 +03:00

Boost.Atomic

Boost.Atomic, part of collection of the Boost C++ Libraries, implements atomic operations for various CPU architectures, reflecting and extending the standard interface defined in C++11.

Directories

  • build - Boost.Atomic build scripts
  • doc - QuickBook documentation sources
  • include - Interface headers of Boost.Atomic
  • src - Compilable source code of Boost.Atomic
  • test - Boost.Atomic 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.

Build status

Master: AppVeyor Travis CI Develop: AppVeyor Travis CI

License

Distributed under the Boost Software License, Version 1.0.