Go to file
2016-10-10 11:39:47 -05:00
build Added Windows version specification to fix compilation with MSVC. The code targets for Windows 2000. 2014-06-09 01:18:38 +04:00
doc Add, and update, documentation build targets. 2016-10-10 11:39:47 -05:00
include/boost Extracted x86 mfence detection to caps headers. 2016-09-15 01:05:51 +03:00
meta Added myself as a maintainer and the author. 2014-08-18 18:52:43 +04:00
src Made spinning on the lock less expensive. 2014-12-20 17:30:35 +03:00
test Updated test to refrect improved support for Oracle Studio and SPARC. 2016-09-17 13:30:26 +03:00
.gitattributes Boost.Atomic and Boost.Lockfree merged from trunk. 2012-12-15 18:28:27 +00:00
index.html Boost.Atomic and Boost.Lockfree merged from trunk. 2012-12-15 18:28:27 +00:00
README.md Added a delimiter space between the header marker and Boost.Log image. 2016-08-19 13:39:12 +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.

License

Distributed under the Boost Software License, Version 1.0.