summaryrefslogtreecommitdiffstats
path: root/Help/variable/CTEST_MEMORYCHECK_TYPE.rst
Commit message (Collapse)AuthorAgeFilesLines
* ctest_memcheck: add support for standalone LeakSanitizerJamie Snape2017-01-091-1/+1
|
* Help: Improve formatting of variable documentationJames Johnston2015-08-211-2/+3
| | | | | | | | Improve formatting, primarily by: * Adding links to relevant commands, properties, generators, and so on. * Converting code, symbols, paths, and so on to fixed-width fonts. * Hard wrapping lines to 80 characters or less.
* ctest_memcheck: Add support for MemorySanitizer msanBill Hoffman2014-10-071-1/+1
|
* ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsanBen Boeckel2014-10-071-1/+1
| | | | | UBSan instruments a build and logs messages on any undefined behavior instances.
* ctest: update documentation for CTEST_MEMORYCHECK_TYPEBen Boeckel2014-10-031-2/+3
| | | | | | The AddressSanitizer value was not documented. Also fix some typos.
* ctest_memcheck: Add support for ThreadSanitizerBill Hoffman2014-07-091-0/+6
This commit adds support for ThreadSanitizer to ctest. ThreadSanitizer is part of the clang compiler and also gcc 4.8 and later. You have to compile the code with special flags. Then your code gets the the ThreadSanitizer ability built into it. To pass options to the ThreadSanitizer you use an environment variable. This commit teaches ctest to parse the output from ThreadSanitizer and send it to CDash.