Go to file
2018-12-20 20:43:57 +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 unused argument to silence compiler warnings. 2018-07-30 12:10:48 +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 Made initializing constructor of atomic<> implicit. 2018-02-20 01:39:52 +03:00
.gitattributes Boost.Atomic and Boost.Lockfree merged from trunk. 2012-12-15 18:28:27 +00:00
.travis.yml Re-added manual checkout of libs/config in CI as Boost.Build depends on it. 2018-12-20 20:43:57 +03:00
appveyor.yml Re-added manual checkout of libs/config in CI as Boost.Build depends on it. 2018-12-20 20:43:57 +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.