Boost.Atomic
Go to file
Andrey Semashev 5bbcce0f6e Reduced CI job timeouts. 2024-02-06 00:39:32 +03:00
.github/workflows Reduced CI job timeouts. 2024-02-06 00:39:32 +03:00
build Add C++11 requirements to Jamfile 2023-09-11 12:50:44 +02:00
cmake Extracted Boost library include paths collection to a CMake module. 2022-02-04 14:36:39 +03:00
config Fixed discrepancy between always_has_native_wait_notify and caps macros. 2021-10-09 23:40:42 +03:00
doc Added a changelog entry for pause on RISC-V. 2024-01-15 14:46:39 +03:00
include/boost fix: remove rocket-specific code introduced from the kernel 2024-01-15 13:41:29 +08:00
meta Use a more wide description of the library in metadata. 2024-01-03 00:34:05 +03:00
src Use C++11 static_assert. 2023-09-03 22:03:19 +03:00
test Switched tests to std::thread and std::chrono. 2023-09-03 22:11:23 +03:00
.gitattributes Boost.Atomic and Boost.Lockfree merged from trunk. 2012-12-15 18:28:27 +00:00
CMakeLists.txt Added CMake target compile feature cxx_static_assert. 2023-10-01 17:26:33 +03:00
README.md Switch CI links from Travis CI to GitHub Actions. 2021-09-11 23:48:05 +03:00
appveyor.yml Removed legacy MinGW32 from AppVeyor CI. 2023-09-04 00:33:11 +03:00
index.html Fixed docs redirection URL. 2022-04-18 15:13:25 +03:00

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 and later.

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

Build status

Branch GitHub Actions AppVeyor Test Matrix Dependencies
master GitHub Actions AppVeyor Tests Dependencies
develop GitHub Actions AppVeyor Tests Dependencies

License

Distributed under the Boost Software License, Version 1.0.