Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -20/+20 |
| | | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//' | ||||
* | CTest: Escape MemCheck test output for XML (#13124) | Brad King | 2012-04-26 | 1 | -1/+1 |
| | | | | | Any output that goes through CleanTestOutput must be printed through cmXMLSafe. | ||||
* | CTest: Match valgrind errors with "points to" (#12922) | Alexandru Ciobanu | 2012-03-09 | 1 | -1/+1 |
| | | | | | Teach CTest to match valgrind errors of the format "Syscall param ... points to uninitialised byte(s)". | ||||
* | CTest: Fixed valgrind output parsing (#12260) | Johannes Stallkamp | 2011-09-05 | 1 | -12/+12 |
| | | | | | | Previous code was missing some matches in the output. This commit fixes the regular expressions used for output matching to detect numbers reported with commas in them, too. | ||||
* | We will actually compress memcheck output if the server supports it. | Zach Mullen | 2011-05-26 | 1 | -1/+13 |
| | | | | | This change won't be functional until the next release of CDash due to the version comparison. | ||||
* | CTest: Avoid use of old EscapeSpaces method | Brad King | 2010-08-18 | 1 | -34/+34 |
| | | | | | | | | Refactor how cmCTestMemCheckHandler computes the memory tester command line options to avoid encoding them in a single string just to parse them again. The EscapeSpaces uses backslahes to escape spaces on UNIX platforms, so replace other calls to it in CTest that are used to create human-readable strings with simple double-quoting. | ||||
* | fix number of callers to work with newer versions of valgrind | Bill Hoffman | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | Fix bug#9767 catch missing leak. | Bill Hoffman | 2009-10-29 | 1 | -2/+10 |
| | |||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | 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 |