Go to file
2018-02-27 02:20:09 +03: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 Updated the Limitations section. 2018-02-27 02:20:09 +03:00
include/boost Made initializing constructor of atomic<> implicit. 2018-02-20 01:39:52 +03:00
meta Added myself as a maintainer and the author. 2014-08-18 18:52:43 +04:00
src Silenced some MSVC warnings. 2016-11-06 21:29:33 +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 Disabled OS X tests because Travis CI capacity is insufficient. 2017-10-26 21:04:55 +03:00
appveyor.yml Disabled 32-bit MinGW-w64 jobs as there seems to be no such comiler installed in AppVeyor. 2017-09-25 15:31:58 +03:00
index.html Boost.Atomic and Boost.Lockfree merged from trunk. 2012-12-15 18:28:27 +00:00
README.md Added CI badges to README.md. 2017-10-10 20:26:34 +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.