summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitHandler.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Teach ctest_submit about partsBrad King2009-01-121-1/+4
| | | | | This adds a PARTS option to the ctest_submit command which tells it to submit only parts whose names are listed with the option.
* ENH: allow cdash not to triggerBill Hoffman2008-02-291-0/+1
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-8/+8
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-5/+5
| | | | multiple submited files
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-171-0/+3
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-031-0/+79
some cleanups