| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'test-ctest-memcheck' | David Cole | 2012-10-17 | 2 | -80/+98 |
|\ |
|
| * | CTest: improve memory checker type detection | Rolf Eike Beer | 2012-10-04 | 1 | -69/+89 |
|
|
| * | CTest: fix pre and post test commands with spaces | Rolf Eike Beer | 2012-10-01 | 1 | -2/+3 |
|
|
| * | CTest: fix usage of memory checker with spaces in path | Rolf Eike Beer | 2012-10-01 | 1 | -9/+6 |
|
|
* | | cmCTestSVN: Fix compilation with Sun CC 5.1 | Brad King | 2012-10-04 | 2 | -0/+5 |
|/ |
|
* | ctest_update: Tell svn not to prompt interactively (#13024) | Nils Gladitz | 2012-09-25 | 3 | -22/+62 |
|
|
* | cmCTestSVN: Load and process information from externals | Xavier Besseron | 2012-09-04 | 1 | -6/+32 |
|
|
* | cmCTestSVN: Add a LoadExternal() function and an ExternalParser class | Xavier Besseron | 2012-09-04 | 2 | -0/+53 |
|
|
* | cmCTestSVN: Use the SVNInfo structure | Xavier Besseron | 2012-09-04 | 2 | -77/+92 |
|
|
* | cmCTestSVN: Create the SVNInfo for the root repository | Xavier Besseron | 2012-09-04 | 1 | -0/+3 |
|
|
* | cmCTestSVN: Add the Repositories list and the RootInfo pointer | Xavier Besseron | 2012-09-04 | 1 | -0/+6 |
|
|
* | cmCTestSVN: Extend Revision struct with SVN repo information | Xavier Besseron | 2012-09-04 | 2 | -5/+13 |
|
|
* | cmCTestSVN: Add the new SVNInfo structure | Xavier Besseron | 2012-09-03 | 2 | -0/+51 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 28 | -156/+156 |
|
|
* | CTest: Extend -D command line arg handling for variable definitions | David Cole | 2012-06-24 | 1 | -0/+9 |
|
|
* | Remove unused ivars to eliminate compiler warnings | David Cole | 2012-06-20 | 1 | -2/+1 |
|
|
* | Merge topic 'mumps_coverage' | David Cole | 2012-05-17 | 9 | -4/+853 |
|\ |
|
| * | CDash now supports lots of files in coverage. So, show all files. | Bill Hoffman | 2012-05-11 | 4 | -18/+5 |
|
|
| * | Do not try to run bullseye coverage if COVFILE env is empty. | Bill Hoffman | 2012-05-08 | 1 | -1/+1 |
|
|
| * | Change GT.M Coverage Parser global | Joseph Snyder | 2012-05-07 | 1 | -1/+1 |
|
|
| * | Remove uncovered files from cache coverage data. | Bill Hoffman | 2012-05-02 | 2 | -0/+38 |
|
|
| * | Add ability to specify more than one package directory or coverage directory. | Bill Hoffman | 2012-05-02 | 1 | -16/+24 |
|
|
| * | Fix some warnings and a bug where it went past the length of a vector. | Bill Hoffman | 2012-05-01 | 1 | -3/+10 |
|
|
| * | Add support for Cache coverage. | Bill Hoffman | 2012-05-01 | 7 | -30/+285 |
|
|
| * | Add virutal destructor to silence warning. | Bill Hoffman | 2012-05-01 | 2 | -0/+5 |
|
|
| * | Add test for mumps coverage. Also refactor code to prepare for cache coverage. | Bill Hoffman | 2012-05-01 | 5 | -228/+308 |
|
|
| * | Fix line length. | Bill Hoffman | 2012-04-26 | 1 | -1/+2 |
|
|
| * | Fix warning about char* instead of const char*. | Bill Hoffman | 2012-04-26 | 1 | -1/+1 |
|
|
| * | Add support to ctest for GTM mumps coverage. | Bill Hoffman | 2012-04-25 | 5 | -3/+471 |
|
|
* | | CTest: Modify reg ex so it also works with gcov 4.7 output (#13121) | David Cole | 2012-05-03 | 1 | -1/+1 |
|
|
* | | Merge topic 'kwsys-environ-cleanup' | David Cole | 2012-05-01 | 2 | -6/+2 |
|\ \ |
|
| * | | CTest: Simplify environment save/restore | Brad King | 2012-04-24 | 2 | -6/+2 |
| |/ |
|
* | | Merge topic 'ctest_memcheck-xml-encoding' | David Cole | 2012-05-01 | 1 | -1/+1 |
|\ \ |
|
| * | | CTest: Escape MemCheck test output for XML (#13124) | Brad King | 2012-04-26 | 1 | -1/+1 |
| |/ |
|
* | | ctest_coverage: Save/restore LC_ALL around gcov (#13136) | Brad King | 2012-04-16 | 1 | -1/+29 |
|/ |
|
* | Merge topic 'ctest-match-valgrind' | Brad King | 2012-03-13 | 1 | -1/+1 |
|\ |
|
| * | CTest: Match valgrind errors with "points to" (#12922) | Alexandru Ciobanu | 2012-03-09 | 1 | -1/+1 |
|
|
* | | CTest: Detect Xcode error "Command ... failed with exit code" | Alexandru Ciobanu | 2012-03-09 | 1 | -0/+1 |
|
|
* | | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 14 | -51/+51 |
|
|
* | | CTest: mark all gcov covered files as covered | Rolf Eike Beer | 2012-02-15 | 1 | -1/+1 |
|/ |
|
* | CTest: Recognize Intel errors without space before colon (#12627) | Brad King | 2011-12-15 | 1 | -1/+1 |
|
|
* | Merge topic 'some-documentation-fixes' | David Cole | 2011-10-25 | 2 | -14/+16 |
|\ |
|
| * | Doxygen: Fix warnings. | Nicolas Despres | 2011-10-23 | 2 | -2/+4 |
|
|
| * | Remove trailing white-spaces. | Nicolas Despres | 2011-10-23 | 1 | -12/+12 |
|
|
* | | CTest: Add COVERAGE_EXTRA_FLAGS cache variable (#12490) | David Cole | 2011-10-22 | 1 | -2/+7 |
|/ |
|
* | CTest: Fix crash when variables are not defined | David Cole | 2011-10-14 | 1 | -2/+2 |
|
|
* | Merge topic 'fix-12260-fix-valgrind-output-parsing' | David Cole | 2011-09-07 | 1 | -12/+12 |
|\ |
|
| * | CTest: Fixed valgrind output parsing (#12260) | Johannes Stallkamp | 2011-09-05 | 1 | -12/+12 |
|
|
* | | CTest: Fix memory leaks on error | Thomas Jarosch | 2011-09-02 | 2 | -0/+3 |
|/ |
|
* | Fix line too long style violation | David Cole | 2011-08-03 | 1 | -1/+2 |
|
|