summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix subscript out of range crashZach Mullen2010-06-031-1/+4
| * | | | | Cross-platform fixes for checksum/retry codeZach Mullen2010-06-032-16/+27
| * | | | | Checksums on CTest submit files, and retry timed out submissions.Zach Mullen2010-06-034-19/+185
* | | | | | Merge topic 'external-project-launcher'Brad King2010-07-131-5/+20
|\ \ \ \ \ \
| * | | | | | Detect CMake warnings and errors in build output.David Cole2010-07-101-5/+20
* | | | | | | Merge branch 'improve-test-cost-sorting'Brad King2010-07-062-59/+60
|\ \ \ \ \ \ \
| * | | | | | | More robust cost-based scheduling implZach Mullen2010-07-012-59/+60
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Fix cycle detection for test dependenciesZach Mullen2010-06-301-17/+12
|/ / / / / /
* | | | | | Eliminate -Wconversion warnings.David Cole2010-06-274-12/+17
| |_|_|/ / |/| | | |
* | | | | Merge branch 'ctest-git-empty-commits'Brad King2010-06-241-0/+9
|\ \ \ \ \
| * | | | | CTest: Parse empty Git commits correctlyBrad King2010-06-231-0/+9
* | | | | | Merge branch 'fix-ctest-parallel'Brad King2010-06-241-1/+1
|\ \ \ \ \ \
| * | | | | | Parallel CTest hangs if serial test has dependsZach Mullen2010-06-231-1/+1
| |/ / / / /
* | | | | | Merge branch 'fix_ctest_failure_code'Brad King2010-06-243-2/+8
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix for bug #10859, ctest exit exception incorrectly reported.Bill Hoffman2010-06-223-2/+8
| |/ / / /
* | | | | Merge branch 'doc_ctest_build_target'Brad King2010-06-221-3/+5
|\ \ \ \ \
| * | | | | Document ctest_build() TARGET optionZach Mullen2010-06-151-3/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'fix-stoptime-mem-leak'Brad King2010-06-225-6/+32
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Do not exit if stoptime is passed.Zach Mullen2010-06-155-6/+32
| |/ / /
* | | | Merge branch 'ctest-git-flexibility'Brad King2010-06-153-17/+87
|\ \ \ \ | | |_|/ | |/| |
| * | | ctest_update: Support Git upstream branch rewritesBrad King2010-06-082-14/+41
| * | | ctest_update: Support custom Git update commandBrad King2010-06-083-7/+50
| |/ /
* | | Extra coverage glob should subtract the explicitly defined excluded filesZach Mullen2010-06-111-2/+6
|/ /
* | Merge branch 'ctest-update-git-submodule'Brad King2010-06-071-1/+1
|\ \
| * | Fix ctest_update log prefix for git submodule updateBrad King2010-06-041-1/+1
| |/
* | Merge branch 'php-coverage'Brad King2010-06-074-61/+333
|\ \
| * | Add php coverage to ctest.Bill Hoffman2010-05-254-61/+333
| |/
* | Cost-based test scheduling should only be done in parallel mode.Zach Mullen2010-05-191-6/+15
|/
* Fix shadowed local warning in coverage handlerZach Mullen2010-05-121-3/+3
* Change coverage globbing mechanism to resolve paths earlierZach Mullen2010-05-071-12/+15
* CTest: Submit author email in Update.xmlBrad King2010-05-075-2/+5
* Teach ctest_update about Git submodulesBrad King2010-05-041-2/+11
* Fix for for bug #10550, fix some errors for an old Sun compiler.Bill Hoffman2010-04-282-0/+2
* ctest_update: Report failure in Update.xmlBrad King2010-04-271-0/+1
* Coverage glob should search in Source dirZach Mullen2010-04-231-3/+9
* Implement extra coverage globbingZach Mullen2010-04-232-1/+87
* Fix intermingling of test environments when tests run in parallel.David Cole2010-03-302-16/+6
* Better detection of stop_time being passed.Zach Mullen2010-03-191-3/+3
* Fix StopTime to also account for localtime being a day ahead of gmtimeZach Mullen2010-03-181-4/+5
* Fix for StopTime for cases when gmtime is a day ahead of localtimeZach Mullen2010-03-181-6/+17
* More debugging of StopTime testZach Mullen2010-03-181-0/+2
* Test using std::minZach Mullen2010-03-171-2/+2
* Replace min() call with its literal definitionZach Mullen2010-03-171-1/+2
* Add the --stop-time argumentZach Mullen2010-03-174-5/+65
* Add unit test for RESOURCE_LOCK test propertyZach Mullen2010-03-031-3/+6
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-025-4/+54
* Close ifstream.Zach Mullen2010-03-011-1/+5
* If tests failed on the last run, have them run first next timeZach Mullen2010-03-012-3/+33
* Configurable path to CTest cost data fileZach Mullen2010-03-011-5/+3
* Use historical average of test times to schedule tests.Zach Mullen2010-02-266-23/+115