summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Teach CTest to handle Mercurial repositoriesBrad King2009-07-101-1/+19
* ENH: Teach CTest to handle Bazaar repositoriesBrad King2009-05-141-0/+18
* ENH: Teach CTest to handle git repositoriesBrad King2009-04-221-1/+19
* BUG: Fix return value of ctest_updateBrad King2009-03-201-2/+3
* ENH: Refactor initial checkout into cmCTestVCBrad King2009-02-261-40/+6
* ENH: Rewrite CTest Update implementationBrad King2009-02-251-637/+20
* ENH: Factor out VCS work tree revision checksBrad King2009-02-241-83/+11
* ENH: Factor out nightly start time computationBrad King2009-02-241-12/+1
* ENH: Factor out svn work tree cleanupBrad King2009-02-241-42/+3
* ENH: Add cmCTestCVS and cmCTestSVNBrad King2009-02-241-0/+17
* ENH: Factor out VCS tool detectionBrad King2009-02-241-64/+93
* ENH: Factor out initial checkout methodBrad King2009-02-241-58/+65
* ENH: Refactor quoting of VCS tool commandBrad King2009-02-231-11/+9
* ENH: Remove generation of unused Update.xml partsBrad King2009-02-171-68/+7
* BUG: Fix svn update logic for modified filesBrad King2009-02-161-0/+4
* STYLE: Fix spelling in cmCTestUpdateHandlerBrad King2009-02-161-9/+9
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-19/+20
* ENH: Divide CTest file submission list by partBrad King2009-01-121-1/+1
* BUG: Manage LC_MESSAGES with an objectBrad King2009-01-061-25/+44
* STYLE: Remove trailing whitespaceBrad King2009-01-061-3/+3
* BUG: use LC_MESSAGES = C instead of en_ENBill Hoffman2008-10-191-4/+4
* BUG: Fix recognition of files deleted from CVSBrad King2008-10-181-1/+8
* ENH: play it safe and restore the value of LC_MESSAGESBill Hoffman2008-10-101-1/+17
* ENH: make sure LC_MESSAGES is en_EN so that we can parse the output of svn an...Bill Hoffman2008-10-101-0/+8
* BUG: undo fix for 7292 because a switched file should show up as an odd thing...Bill Hoffman2008-10-011-1/+1
* BUG: fix for bug 7292, svn parsing flagged errors or conflicts for switched o...Bill Hoffman2008-09-091-1/+1
* STYLE: line lengthBill Hoffman2008-01-311-1/+2
* ENH: remove warningsBill Hoffman2008-01-301-1/+1
* ENH: enhancements for cdash, include system information and better time entriesBill Hoffman2008-01-301-0/+4
* ENH: fatal error if cvs update failsBill Hoffman2007-08-031-1/+9
* STYLE: Fix typoAndy Cedilnik2006-10-261-1/+1
* BUG: Replace some errors with warningsAndy Cedilnik2006-10-131-2/+2
* ENH: Add svn cleanup before running svnAndy Cedilnik2006-03-151-6/+47
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-153/+165
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-79/+170
* 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 mult...Andy Cedilnik2005-06-231-2/+3
* ENH: Add superclass for all commands and handlers. Improve handlers to have i...Andy Cedilnik2005-06-171-4/+51
* ENH: Several improvements to CTest:Andy Cedilnik2005-06-161-11/+50
* 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
* ENH: Allow spaces in update commandAndy Cedilnik2005-05-041-0/+2
* ENH: CleanupsAndy Cedilnik2005-05-031-10/+10