summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMemCheckCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* ctest: Add support for writing test results in JUnit XML formatZack Galbreath2021-04-261-1/+1
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-201-9/+6
* Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-4/+5
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-3/+1
* cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-201-3/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-0/+1
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-0/+3
* ctest_memcheck: Add DEFECT_COUNT option to capture defect countBetsy McPhail2016-11-091-0/+20
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-17/+16
* ctest_memcheck: Add QUIET optionZack Galbreath2015-02-231-5/+9
* ctest: add support for additional sanitizer optionsBen Boeckel2014-10-031-0/+2
* ctest_memcheck: Add support for ThreadSanitizerBill Hoffman2014-07-091-0/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* 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 mult...Andy Cedilnik2005-06-231-69/+4
* 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