cmake-sanitizers/cmake
Alexander Haase b492553f61 New central module FindSanitizers.cmake.
* Added a new module FindSanitizers with new function add_sanitizers to combine
  all sanitizers in one function instead of adding each one by one.
* Code of FindASan.cmake was outdourced into helper functions, so that the code
  may be used by other sanitizer modules, too.
* AddressSanitizer will be used with -O1 now to get a better performance.
2016-04-06 18:48:16 +02:00
..
FindASan.cmake New central module FindSanitizers.cmake. 2016-04-06 18:48:16 +02:00
FindMSan.cmake Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00
FindSanitizers.cmake New central module FindSanitizers.cmake. 2016-04-06 18:48:16 +02:00
FindTSan.cmake Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00
FindUBSan.cmake Moved CMake files and added a simple testcase 2015-07-07 00:31:35 +02:00
sanitize-helpers.cmake New central module FindSanitizers.cmake. 2016-04-06 18:48:16 +02:00