summaryrefslogtreecommitdiff
path: root/Tests/CTestUpdateCommon.cmake
Commit message (Expand)AuthorAgeFilesLines
* Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-221-3/+3
* Remove unnecessary CTEST_PROJECT_NAME variablesRegina Pfeifer2018-11-201-1/+0
* Use string(APPEND) in TestsDaniel Pfeifer2016-07-281-6/+6
* ctest_update: Fix RETURN_VALUE on VCS tool failure (#15610)Brad King2015-06-111-0/+20
* Tests: Teach CTest.Update* tests to check ctest_update return codeBrad King2015-06-111-2/+10
* Tests: Simplify CTest.UpdateGIT QUIET mode testBrad King2015-06-111-1/+1
* ctest_update: Add QUIET optionZack Galbreath2015-02-231-0/+6
* ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the versionBill Hoffman2014-08-181-7/+41
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-2/+2
* ctest_update: Handle P4 unknown revisions more robustlyPedro Navarro2014-01-221-1/+3
* ctest_update: Do not remove the p4 depot namePedro Navarro2013-11-011-0/+9
* ctest_update: Add support for Perforce p4 clientPedro Navarro2013-10-261-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-22/+22
* Fix machine-specific UpdateGIT test failuresDavid Cole2011-07-291-3/+5
* ctest_update: Support Git upstream branch rewritesBrad King2010-06-081-1/+5
* Generalize CTest.Update* test dashboard script helpersBrad King2010-06-081-6/+6
* Teach ctest_update about Git submodulesBrad King2010-05-041-2/+2
* Make CTest.UpdateCVS robust to some cvs clientsBrad King2010-02-101-2/+2
* Teach CTest.Update tests to strongly check entriesBrad King2010-02-091-19/+47
* Test for SVNPath element in Update.xmlBrad King2009-12-181-3/+3
* Submit global tree revision in Update.xmlBrad King2009-12-181-0/+19
* Output command that failed, if it fails.Bill Hoffman2009-08-111-1/+2
* ENH: Extend CTest.UpdateSVN to test local modsBrad King2009-02-261-1/+7
* BUG: Fix CTest.UpdateCVS/SVN tests for win slashesBrad King2009-02-231-1/+3
* ENH: Enhance CTest.UpdateCVS/SVN testsBrad King2009-02-231-4/+17
* ENH: Better failure output from CTest.Update*Brad King2009-02-231-1/+1
* ENH: Test CTest update logic with VCS toolsBrad King2008-10-191-0/+159