summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSubmitCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* COMP: Return 0 instead of falseAndy Cedilnik2006-03-291-2/+2
|
* ENH: Several cleanups and make sure things get propagated where they should. ↵Andy Cedilnik2006-03-291-40/+2
| | | | Also, allow to load CTest custom files to the actual ctest -S script
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-10/+10
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-11/+12
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-18/+31
|
* ENH: Add a way to submit extra files to the dashboardAndy Cedilnik2005-07-181-0/+19
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-1/+1
| | | | multiple submited files
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-0/+1
| | | | | | | | | 1. Support for showing line numbers when debugging ctest --show-line-numbers 2. Modify the ctest initialization code, so that it can be delayed 3. Handlers now have corresponding command if they were invoked from the command (so far only update actually use that) 4. Start command is simplified and the functionality is moved to CTest 5. Update can perform initial checkout if CTEST_CHECKOUT_COMMAND is set 6. Add test that checks out kwsys and perform tests on the fresh checkout
* ENH: Add notesAndy Cedilnik2005-05-081-0/+16
|
* ENH: Add default configure rules for CMake projects and add default rules ↵Andy Cedilnik2005-05-051-4/+27
| | | | for submission
* ENH: Improve syntaxAndy Cedilnik2005-05-041-8/+31
|
* ENH: CleanupsAndy Cedilnik2005-05-031-7/+7
|
* ENH: Promote submit into a full handler, add test and submit command and do ↵Andy Cedilnik2005-05-031-0/+54
some cleanups