summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMemCheckHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* MemCheck should now work again in ctestZach Mullen2009-08-281-24/+2
|
* Added ctest -N test. Fixed ctest working directory bug. MemCheck fix ↵Zach Mullen2009-08-281-1/+1
| | | | coming soon...
* BUG: fix for bug #8153 add purify suppression file and fix output to not be ↵Bill Hoffman2009-05-271-0/+17
| | | | one big line
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-7/+8
| | | | | | | This class provides easy syntax to efficiently insert blocks of data into XML documents with proper escapes. It replaces the old cmCTest::MakeXMLSafe and cmSystemTools::MakeXMLSafe methods which allocated extra memory instead of directly streaming the data.
* ENH: Put test labels in MemCheck resultsBrad King2009-02-021-26/+4
| | | | | | | This refactors generation of <Test> element headers and footers in cmCTestTestHandler and re-uses it in cmCTestMemCheckHandler. The change removes duplicate code and enables the new <Labels> element for MemCheck results.
* ENH: Teach ctest_* to create appending XML filesBrad King2009-01-121-1/+1
| | | | | This adds an APPEND option to the ctest_* commands which tells them to put the Append="true" attribute in the Site element of their XML file.
* 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 ↵Bill Hoffman2006-03-301-3/+3
| | | | warnings produced by building for win64
* ENH: Several cleanups and make sure things get propagated where they should. ↵Andy Cedilnik2006-03-291-3/+3
| | | | Also, allow to load CTest custom files to the actual ctest -S script
* BUG: Couple of memcheck bugs: Log files should really be different for test ↵Andy Cedilnik2006-03-161-0/+4
| | | | and memcheck. Also make sure to not trunkate the output of the test until the valgrind or any other checking is pefrormed.
* 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 ↵Andy Cedilnik2005-06-171-0/+17
| | | | initialization code, and start initializing ctest when start is invoked
* 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
| | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake
* ENH: CleanupsAndy Cedilnik2005-05-031-14/+14
|
* ENH: Cleanups and add CTEST_START commandAndy Cedilnik2005-02-171-1/+1
|
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-0/+548