summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMemCheckCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ctest: add support for additional sanitizer optionsBen Boeckel2014-10-031-0/+2
| | | | | Sanitizers receive options through their environment variable; support user-specified options here.
* ctest_memcheck: Add support for ThreadSanitizerBill Hoffman2014-07-091-0/+2
| | | | | | | | | 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.
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-6/+7
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-69/+4
| | | | multiple submited files
* ENH: Pass in memcheck command options and suppresions, and change skin to toolAndy Cedilnik2005-06-151-0/+7
|
* ENH: Add commands for memory checking and coverageAndy Cedilnik2005-06-141-0/+94