summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMemCheckHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* We will actually compress memcheck output if the server supports it.Zach Mullen2011-05-261-1/+13
* CTest: Avoid use of old EscapeSpaces methodBrad King2010-08-181-34/+34
* fix number of callers to work with newer versions of valgrindBill Hoffman2009-11-111-1/+1
* Fix bug#9767 catch missing leak.Bill Hoffman2009-10-291-2/+10
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* MemCheck should now work again in ctestZach Mullen2009-08-281-24/+2
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming...Zach Mullen2009-08-281-1/+1
* BUG: fix for bug #8153 add purify suppression file and fix output to not be o...Bill Hoffman2009-05-271-0/+17
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-7/+8
* ENH: Put test labels in MemCheck resultsBrad King2009-02-021-26/+4
* ENH: Teach ctest_* to create appending XML filesBrad King2009-01-121-1/+1
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-301-1/+4
* ENH: fix output and valgrind truncation issueBill Hoffman2007-08-101-11/+15
* ENH: add another valgrind error typeBill Hoffman2007-08-031-0/+5
* STYLE: fix some kwstyle errorsBill Hoffman2007-07-271-5/+10
* ENH: add test output to valgrind output and truncate output for valgrindBill Hoffman2007-07-261-3/+42
* ENH: add support for bounds checkerBill Hoffman2007-07-241-34/+291
* BUG: Replace some errors with warningsAndy Cedilnik2006-10-131-1/+1
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-3/+3
* ENH: Several cleanups and make sure things get propagated where they should. ...Andy Cedilnik2006-03-291-3/+3
* BUG: Couple of memcheck bugs: Log files should really be different for test a...Andy Cedilnik2006-03-161-0/+4
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-109/+117
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-72/+148
* ENH: Add superclass for all commands and handlers. Improve handlers to have i...Andy Cedilnik2005-06-171-0/+17
* ENH: Pass in memcheck command options and suppresions, and change skin to toolAndy Cedilnik2005-06-151-1/+1
* COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGEAndy Cedilnik2005-05-311-9/+9
* ENH: Add support for writing output file. While doing that, redesign the way ...Andy Cedilnik2005-05-311-25/+25
* ENH: CleanupsAndy Cedilnik2005-05-031-14/+14