summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMemCheckHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Do not define cout/cerr preprocessor symbolsBrad King2016-10-041-4/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-9/+5
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-20/+17
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-9/+9
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-2/+2
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-4/+4
* Merge topic 'size-empty'Brad King2016-06-031-5/+6
|\
| * Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-5/+6
* | Simplify boolean expressionsDaniel Pfeifer2016-06-021-12/+3
|/
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-14/+8
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-646/+448
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-15/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-9/+9
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Fix XML double-encoding casesDaniel Pfeifer2015-08-281-10/+6
* cmCTest{Test,MemCheck}Handler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-49/+41
* ctest_memcheck: Add QUIET optionZack Galbreath2015-02-231-36/+41
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-4/+4
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-6/+6
* ctest_memcheck: Do not open empty BC output file nameBrad King2014-12-161-0/+4
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* ctest_memcheck: Add support for MemorySanitizer msanBill Hoffman2014-10-071-0/+22
* ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsanBen Boeckel2014-10-071-1/+22
* ctest_memcheck: Order sanitizer type code consistentlyBrad King2014-10-071-22/+24
* ctest: add support for additional sanitizer optionsBen Boeckel2014-10-031-5/+11
* Fix truncation of valgrind output logic.Bill Hoffman2014-08-041-22/+19
* Handle more than one process with sanitizer errors.Bill Hoffman2014-07-241-9/+18
* CTest: Fix MemoryCheckType from 'ctest -T MemCheck'Bill Hoffman2014-07-161-2/+2
* ctest_memcheck: Add support for memory and leak sanitizer.Bill Hoffman2014-07-161-11/+63
* ctest_memcheck: Add support for ThreadSanitizerBill Hoffman2014-07-091-133/+306
* cmCTestMemCheckHandler: Fix coding style in this classBill Hoffman2014-06-251-6/+6
* Fix ctest to allow valgrind to show up in the path name of a memcheck tool.Bill Hoffman2014-06-131-4/+5
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-8/+8
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-12/+6
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-17/+17
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-2/+3
* CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-071-31/+70
* CTest: fix comment documenting cmBoundsCheckerParser classRolf Eike Beer2013-05-091-2/+1
* CTest: drop suppression for gcc 2.9.6 errors from default Valgrind flagsRolf Eike Beer2013-05-091-1/+0
* CTest: remove unreachable code and CTestTestMemcheckUnknown testRolf Eike Beer2013-05-091-7/+0
* CTest: use an output file for Valgrind (#14110)Rolf Eike Beer2013-05-091-0/+20
* CTest: improve memory checker type detectionRolf Eike Beer2012-10-041-69/+89
* CTest: fix usage of memory checker with spaces in pathRolf Eike Beer2012-10-011-9/+6
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-20/+20
* CTest: Escape MemCheck test output for XML (#13124)Brad King2012-04-261-1/+1
* CTest: Match valgrind errors with "points to" (#12922)Alexandru Ciobanu2012-03-091-1/+1
* CTest: Fixed valgrind output parsing (#12260)Johannes Stallkamp2011-09-051-12/+12