Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvyukov/relacy
Automatically exported from code.google.com/p/relacy
https://github.com/dvyukov/relacy
Last synced: 7 days ago
JSON representation
Automatically exported from code.google.com/p/relacy
- Host: GitHub
- URL: https://github.com/dvyukov/relacy
- Owner: dvyukov
- License: other
- Created: 2015-04-07T10:22:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T07:55:47.000Z (about 2 months ago)
- Last Synced: 2024-10-20T18:28:46.450Z (19 days ago)
- Language: C++
- Size: 229 KB
- Stars: 207
- Watchers: 15
- Forks: 32
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - relacy
README
[![Build Status](https://travis-ci.org/dvyukov/relacy.svg?branch=master)](https://travis-ci.org/dvyukov/relacy)
# Relacy Race Detector
Meticulous synchronization algorithm verifier for relaxed memory models* http://www.1024cores.net/home/relacy-race-detector
* http://www.1024cores.net/home/relacy-race-detector/rrd-introduction## Compilers known to work
At a minimum, a C++11 compiler is assumed. The below compilers have
been recently (Aug 2024) tested and confirmed to work- Linux x86_64 (GCC-11 and Clang-18)
- Mac x86_64 (Clang-15)