Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MemCheck should now work again in ctest | Zach Mullen | 2009-08-28 | 1 | -24/+2 |
| | |||||
* | Added ctest -N test. Fixed ctest working directory bug. MemCheck fix ↵ | Zach Mullen | 2009-08-28 | 1 | -1/+1 |
| | | | | coming soon... | ||||
* | BUG: fix for bug #8153 add purify suppression file and fix output to not be ↵ | Bill Hoffman | 2009-05-27 | 1 | -0/+17 |
| | | | | one big line | ||||
* | ENH: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 1 | -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 results | Brad King | 2009-02-02 | 1 | -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 files | Brad King | 2009-01-12 | 1 | -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 entries | Bill Hoffman | 2008-01-30 | 1 | -1/+4 |
| | |||||
* | ENH: fix output and valgrind truncation issue | Bill Hoffman | 2007-08-10 | 1 | -11/+15 |
| | |||||
* | ENH: add another valgrind error type | Bill Hoffman | 2007-08-03 | 1 | -0/+5 |
| | |||||
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 1 | -5/+10 |
| | |||||
* | ENH: add test output to valgrind output and truncate output for valgrind | Bill Hoffman | 2007-07-26 | 1 | -3/+42 |
| | |||||
* | ENH: add support for bounds checker | Bill Hoffman | 2007-07-24 | 1 | -34/+291 |
| | |||||
* | BUG: Replace some errors with warnings | Andy Cedilnik | 2006-10-13 | 1 | -1/+1 |
| | |||||
* | ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵ | Bill Hoffman | 2006-03-30 | 1 | -3/+3 |
| | | | | warnings produced by building for win64 | ||||
* | ENH: Several cleanups and make sure things get propagated where they should. ↵ | Andy Cedilnik | 2006-03-29 | 1 | -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 Cedilnik | 2006-03-16 | 1 | -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 issues | Andy Cedilnik | 2006-03-10 | 1 | -109/+117 |
| | |||||
* | STYLE: Fix some style issues | Andy Cedilnik | 2006-03-09 | 1 | -72/+148 |
| | |||||
* | ENH: Add superclass for all commands and handlers. Improve handlers to have ↵ | Andy Cedilnik | 2005-06-17 | 1 | -0/+17 |
| | | | | initialization code, and start initializing ctest when start is invoked | ||||
* | ENH: Pass in memcheck command options and suppresions, and change skin to tool | Andy Cedilnik | 2005-06-15 | 1 | -1/+1 |
| | |||||
* | COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGE | Andy Cedilnik | 2005-05-31 | 1 | -9/+9 |
| | |||||
* | ENH: Add support for writing output file. While doing that, redesign the way ↵ | Andy Cedilnik | 2005-05-31 | 1 | -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: Cleanups | Andy Cedilnik | 2005-05-03 | 1 | -14/+14 |
| | |||||
* | ENH: Cleanups and add CTEST_START command | Andy Cedilnik | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | ENH: Several cleanups and improvements | Andy Cedilnik | 2005-01-27 | 1 | -0/+548 |