summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'Add-coverage.py-Coverage'Brad King2013-10-084-0/+199
|\
| * Adding support for the Python coverage.py tool.Patrick Reynolds2013-10-084-0/+199
* | Merge topic 'ctest_rerun_failed'Brad King2013-10-082-2/+149
|\ \
| * | ctest: Add --rerun-failed optionZack Galbreath2013-10-082-2/+149
| |/
* | Merge topic 'generate-modern-style'Brad King2013-10-071-2/+2
|\ \ | |/ |/|
| * Generate modern-style cmake code.Stephen Kelly2013-08-221-2/+2
* | CTest: Fix GTM coverage parsing line offset bugZack Galbreath2013-08-291-2/+2
|/
* CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-076-43/+87
* Revert "CTest: fix pre and post test commands with spaces" (#13887)Rolf Eike Beer2013-07-271-3/+2
* Remove some uses of obsolete 'register' storage specifierSean McBride2013-06-281-1/+1
* Merge topic 'CTest-less-cd'Brad King2013-05-161-2/+1
|\
| * CTest: avoid useless changing of directoryRolf Eike Beer2013-05-151-2/+1
* | Merge topic 'MemChecker-improvements'Brad King2013-05-163-16/+37
|\ \
| * | CTest: fix comment documenting cmBoundsCheckerParser classRolf Eike Beer2013-05-091-2/+1
| * | CTest: drop suppression for gcc 2.9.6 errors from default Valgrind flagsRolf Eike Beer2013-05-091-1/+0
| * | CTest: remove unreachable code and CTestTestMemcheckUnknown testRolf Eike Beer2013-05-091-7/+0
| * | CTest: use an output file for Valgrind (#14110)Rolf Eike Beer2013-05-093-6/+36
| |/
* | Merge topic 'only-first-output-regex'Brad King2013-05-161-0/+2
|\ \
| * | CTest: break after first regex match on outputRolf Eike Beer2013-05-111-0/+2
| |/
* | Merge topic 'positive-test-times'Brad King2013-05-161-0/+8
|\ \
| * | CTest: make sure never to report negative test times (#14132)Rolf Eike Beer2013-05-101-0/+8
| |/
* | Merge topic 'doc-improvements'Brad King2013-05-161-2/+2
|\ \
| * | Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-2/+2
| |/
* | ctest_build: Pass projectDir to GenerateBuildCommandPetr Kmoch2013-04-121-1/+2
* | CTest: Simplify ctest_* command source/build dir lookupBrad King2013-04-122-39/+14
* | Add projectDir parameter to GenerateBuildCommandPetr Kmoch2013-04-121-1/+1
|/
* 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-201-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
|\