Alexander Haase
|
d81be39678
|
Bugfix in FindASan.cmake.
|
vor 10 Jahren |
Alexander Haase
|
f62b5858ac
|
Compile flags will now be set per-source file.
Thus C can be mixed with Fortran and the objects can be build with different
compilers, not both may support AddressSanitizer.
|
vor 10 Jahren |
Alexander Haase
|
c29aa33f11
|
Check ASan support for all enabled compilers.
Instead of fix checking for C and CXX compilers, all enabled languages will be
tested now.
|
vor 10 Jahren |
Alexander Haase
|
e39082050c
|
Removed continue statement in FindASan.cmake
Older CMake versions are not capable of continue in foreach functions.
|
vor 10 Jahren |
Alexander Haase
|
41e635c9ca
|
Restructured code of FindASan.cmake
|
vor 10 Jahren |
Alexander Haase
|
4fd453301a
|
Moved CMake files and added a simple testcase
|
vor 10 Jahren |
Sam Spilsbury
|
9b343f8e7e
|
Set the HAVE_MEMORY_SANITIZER and HAVE_ADDRESS_SANITIZER cache entries.
These were (inconsistently) not being set as opposed to
HAVE_THREAD_SANITIZER and HAVE_UNDEFINED_BEHAVIOUR_SANITIZER
|
vor 11 Jahren |
Matt Arsenault
|
42eac1f7af
|
Add modules for asan, msan, tsan and ubsan
|
vor 12 Jahren |