You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Andrey Semashev 5c519b0611 [ci-skip] Disabled all but one OS X jobs because they are slow on Travis CI. 4 years ago
build Hidden visibility is now used by default in the superproject. 6 years ago
doc Updated copyright year. 6 years ago
include/boost Removed redundant semicolon. 5 years ago
meta Added myself as a maintainer and the author. 10 years ago
src Added cache line sizes for PowerPC and IBM Z. 6 years ago
test Disable all pointer arithmetic tests on UBSAN. 5 years ago
.gitattributes Boost.Atomic and Boost.Lockfree merged from trunk. 11 years ago
.travis.yml [ci-skip] Disabled all but one OS X jobs because they are slow on Travis CI. 4 years ago
CMakeLists.txt Updated license URLs to use https. 5 years ago
README.md Changed http to https in URLs. 5 years ago
appveyor.yml Added a compiler flag to enable cmpxchg16b on clang-win. 5 years ago
index.html Boost.Atomic and Boost.Lockfree merged from trunk. 11 years ago

README.md

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.