summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add extra thing for svn X status outputBill Hoffman2006-01-271-0/+4
|
* BUG: Fix the problem with update.xml.tmp not being coppiedAndy Cedilnik2005-12-131-5/+0
|
* ENH: More outputAndy Cedilnik2005-10-191-1/+1
|
* ENH: Better handling of removed files and remove warningAndy Cedilnik2005-07-221-7/+2
|
* ENH: Add support for detecting files that were removedAndy Cedilnik2005-07-211-0/+19
|
* ENH: Add default update optionsAndy Cedilnik2005-07-111-0/+4
|
* BUG: Remove warning when using CVSAndy Cedilnik2005-07-111-8/+8
|
* 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-4/+51
| | | | initialization code, and start initializing ctest when start is invoked
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-11/+50
| | | | | | | | | 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: Separate standard output and standard error for problematic commandsAndy Cedilnik2005-06-141-15/+32
|
* COMP: Remove ERROR reserved word or something and replace with ERROR_MESSAGEAndy Cedilnik2005-05-311-9/+9
|
* ENH: Add support for writing output file. While doing that, redesign the way ↵Andy Cedilnik2005-05-311-71/+46
| | | | 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: Allow spaces in update commandAndy Cedilnik2005-05-041-0/+2
|
* ENH: CleanupsAndy Cedilnik2005-05-031-10/+10
|
* COMP: Remove warningsAndy Cedilnik2005-04-261-1/+2
|
* ENH: Support for modified and conflicts in subversionAndy Cedilnik2005-04-241-42/+67
|
* BUG: Remember if there was update errorAndy Cedilnik2005-04-241-3/+3
|
* COMP: Commented out unused variable until the corresponding logic is finished.Brad King2005-04-221-2/+2
|
* ENH: Reorganize a bit and make sure to report an error if there are modified ↵Andy Cedilnik2005-04-211-11/+21
| | | | files or conflicts
* ENH: Cleanups and add CTEST_UPDATE commandAndy Cedilnik2005-02-171-6/+6
|
* COMP: Remove unused variableAndy Cedilnik2005-02-161-2/+0
|
* ENH: Improve output, and handle 'G' files in subversionAndy Cedilnik2005-02-161-7/+25
|
* BUG: If project is up to date, handle that caseAndy Cedilnik2005-02-161-2/+2
|
* ENH: Initial implementation of SVN support. Closes Bug #1601 - Add ↵Andy Cedilnik2005-02-161-203/+604
| | | | subversion support
* ENH: Several cleanups and improvementsAndy Cedilnik2005-01-271-1/+1
|
* ENH: Add a superclass to all handlersAndy Cedilnik2005-01-271-3/+1
|
* ENH: Add compression support to XML filesAndy Cedilnik2005-01-271-3/+4
|
* ENH: Make more things XML safeAndy Cedilnik2004-11-231-12/+12
|
* ENH: Add development version support in CMakeAndy Cedilnik2004-10-221-1/+3
|
* more cleanup of ctestKen Martin2004-09-091-1/+0
|
* some bug fixes for my recent checkins and some more cleanupKen Martin2004-09-071-0/+407