Mohamed Amin JABRI
|
b719221996
|
Reenable TSan on macOS as newer Xcode toolchains support it.
|
8年前 |
Alexander Haase
|
6d56fe50e7
|
Removed optimization flags.
Due optimizing the code is optional for using the sanitizers, the user should
set an optimisation level by his choice on his own.
|
10年前 |
Alexander Haase
|
f566e2b9ec
|
Added checks to avoid bad sanitizer combinations.
Some sanitizers are not compatible with other sanitizers. Added some checks to
avoid these combinations at configuration time.
|
10年前 |
Alexander Haase
|
4d96db375f
|
Check if ThreadSanitizer is used on x86_64 Linux.
According to the ThreadSanitizer documentation, it is only compatible with 64bit
Linux at the moment.
|
10年前 |
Alexander Haase
|
03db9d9383
|
Restructured all sanitizer modules.
|
10年前 |
Alexander Haase
|
4fd453301a
|
Moved CMake files and added a simple testcase
|
10年前 |
Matt Arsenault
|
42eac1f7af
|
Add modules for asan, msan, tsan and ubsan
|
12年前 |