summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestStartCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: move changes from main tree to release branchBill Hoffman2006-07-241-2/+4
|
* ENH: merge in changes from main tree and change version to 2.4.1-betaBill Hoffman2006-04-291-8/+24
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-10/+10
|
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-6/+9
|
* ENH: Several improvements with the way things are handled. Also, support ↵Andy Cedilnik2005-06-231-2/+3
| | | | multiple submited files
* ENH: Add superclass for all commands and handlers. Improve handlers to have ↵Andy Cedilnik2005-06-171-0/+1
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-29/+5
| | | | | | | | | 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 support for writing output file. While doing that, redesign the way ↵Andy Cedilnik2005-05-311-3/+3
| | | | ctest does output. There may still be problems with commands failing, but that should be fixed by applying the similar concept to whole CMake
* ENH: Remove error about not being able to update CTest configurationAndy Cedilnik2005-05-081-0/+1
|
* ENH: Add Site and BuildName, make sure that the rest of the default -S rule ↵Andy Cedilnik2005-05-031-1/+5
| | | | does not happen, and make sure that new tag will be created
* ENH: CleanupsAndy Cedilnik2005-05-031-3/+3
|
* ENH: More commands. Start working on new style ctest configurationAndy Cedilnik2005-05-021-0/+23
|
* ENH: Cleanups and add CTEST_START commandAndy Cedilnik2005-02-171-0/+78