summaryrefslogtreecommitdiff
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* CTest: Fix ctest_update with 'HEAD' file in source treeBrad King2013-02-281-2/+2
* CTest: Add options to set generator toolsetBrad King2013-02-073-4/+30
* CTest: Prevent creation of unbounded number of tests in ctest (#12904)Casey Goodlett2012-12-181-1/+6
* CTest: Coverage handler: expect certain output lines from gcov 4.7 (#13657)David Cole2012-12-101-4/+11
* Always use the auto_ptr from cmsys.Stephen Kelly2012-11-211-2/+1
* Merge topic 'ctest-SUBMIT_INDEX-cdash'Brad King2012-11-061-1/+1
|\
| * CTest: Allow SUBMIT_INDEX with CDashBrad King2012-11-011-1/+1
* | Merge topic 'test-ctest-memcheck'David Cole2012-10-172-80/+98
|\ \
| * | CTest: improve memory checker type detectionRolf Eike Beer2012-10-041-69/+89
| * | CTest: fix pre and post test commands with spacesRolf Eike Beer2012-10-011-2/+3
| * | CTest: fix usage of memory checker with spaces in pathRolf Eike Beer2012-10-011-9/+6
* | | cmCTestSVN: Fix compilation with Sun CC 5.1Brad King2012-10-042-0/+5
|/ /
* | ctest_update: Tell svn not to prompt interactively (#13024)Nils Gladitz2012-09-253-22/+62
* | cmCTestSVN: Load and process information from externalsXavier Besseron2012-09-041-6/+32
* | cmCTestSVN: Add a LoadExternal() function and an ExternalParser classXavier Besseron2012-09-042-0/+53
* | cmCTestSVN: Use the SVNInfo structureXavier Besseron2012-09-042-77/+92
* | cmCTestSVN: Create the SVNInfo for the root repositoryXavier Besseron2012-09-041-0/+3
* | cmCTestSVN: Add the Repositories list and the RootInfo pointerXavier Besseron2012-09-041-0/+6
* | cmCTestSVN: Extend Revision struct with SVN repo informationXavier Besseron2012-09-042-5/+13
* | cmCTestSVN: Add the new SVNInfo structureXavier Besseron2012-09-032-0/+51
* | Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-1328-156/+156
* | CTest: Extend -D command line arg handling for variable definitionsDavid Cole2012-06-241-0/+9
* | Remove unused ivars to eliminate compiler warningsDavid Cole2012-06-201-2/+1
|/
* Merge topic 'mumps_coverage'David Cole2012-05-179-4/+853
|\
| * CDash now supports lots of files in coverage. So, show all files.Bill Hoffman2012-05-114-18/+5
| * Do not try to run bullseye coverage if COVFILE env is empty.Bill Hoffman2012-05-081-1/+1
| * Change GT.M Coverage Parser globalJoseph Snyder2012-05-071-1/+1
| * Remove uncovered files from cache coverage data.Bill Hoffman2012-05-022-0/+38
| * Add ability to specify more than one package directory or coverage directory.Bill Hoffman2012-05-021-16/+24
| * Fix some warnings and a bug where it went past the length of a vector.Bill Hoffman2012-05-011-3/+10
| * Add support for Cache coverage.Bill Hoffman2012-05-017-30/+285
| * Add virutal destructor to silence warning.Bill Hoffman2012-05-012-0/+5
| * Add test for mumps coverage. Also refactor code to prepare for cache coverage.Bill Hoffman2012-05-015-228/+308
| * Fix line length.Bill Hoffman2012-04-261-1/+2
| * Fix warning about char* instead of const char*.Bill Hoffman2012-04-261-1/+1
| * Add support to ctest for GTM mumps coverage.Bill Hoffman2012-04-255-3/+471
* | CTest: Modify reg ex so it also works with gcov 4.7 output (#13121)David Cole2012-05-031-1/+1
* | Merge topic 'kwsys-environ-cleanup'David Cole2012-05-012-6/+2
|\ \
| * | CTest: Simplify environment save/restoreBrad King2012-04-242-6/+2
| |/
* | Merge topic 'ctest_memcheck-xml-encoding'David Cole2012-05-011-1/+1
|\ \
| * | CTest: Escape MemCheck test output for XML (#13124)Brad King2012-04-261-1/+1
| |/
* | ctest_coverage: Save/restore LC_ALL around gcov (#13136)Brad King2012-04-161-1/+29
|/
* Merge topic 'ctest-match-valgrind'Brad King2012-03-131-1/+1
|\
| * CTest: Match valgrind errors with "points to" (#12922)Alexandru Ciobanu2012-03-091-1/+1
* | CTest: Detect Xcode error "Command ... failed with exit code"Alexandru Ciobanu2012-03-091-0/+1
* | Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-2914-51/+51
* | CTest: mark all gcov covered files as coveredRolf Eike Beer2012-02-151-1/+1
|/
* CTest: Recognize Intel errors without space before colon (#12627)Brad King2011-12-151-1/+1
* Merge topic 'some-documentation-fixes'David Cole2011-10-252-14/+16
|\
| * Doxygen: Fix warnings.Nicolas Despres2011-10-232-2/+4