summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Update for Debian 13 CI jobBrad King2025-11-121-1/+0
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-1/+1
* cmCTestUpdateCommand: Remove handler usageDaniel Pfeifer2024-11-131-330/+174
* cmCTestUpdateHandler: Move class into cmCTestUpdateCommand.cxxDaniel Pfeifer2024-11-131-1/+392
* cmCTest*Command: Port away from cmCommandDaniel Pfeifer2024-11-051-9/+1
* cmCTest*Command: Declare member functions constDaniel Pfeifer2024-11-051-1/+1
* cmCTest*Command: Direct use of cmExecutionStatusDaniel Pfeifer2024-11-051-3/+4
* cmCTest*Command: Access Makefile through an aliasDaniel Pfeifer2024-11-051-29/+23
* cmCTest*Command: Generalize argument parsing and checkingDaniel Pfeifer2024-11-051-4/+3
* cmCTest*Command: Loosen coupling with cmArgumentParserDaniel Pfeifer2024-11-051-3/+13
* cmCTest*Command: Access arguments through an aliasDaniel Pfeifer2024-11-051-26/+27
* cmCTest*Command: Bring all classes to a uniform layoutDaniel Pfeifer2024-11-051-0/+12
* cmCTest: Remove handler instancesDaniel Pfeifer2024-10-291-4/+5
* Merge topic 'no-stringly-typed-variables'Brad King2024-10-251-1/+1
|\
| * CTestUpdate: Prefer concrete variables over map entriesDaniel Pfeifer2024-10-231-1/+1
* | cmCTestGenericHandler: Add cmCTest* argument to Initialize functionDaniel Pfeifer2024-10-231-1/+1
|/
* Use new SetOption signaturesMarc Chevrier2021-09-151-1/+1
* cmCTestGenericHandler: Remove unused Command memberCraig Scott2021-05-081-1/+0
* Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-2/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-1/+2
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-3/+2
* cmCTest*Command: Port to cmArgumentParserRegina Pfeifer2019-09-201-5/+2
* ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDEZack Galbreath2019-05-071-0/+3
* cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-201-7/+3
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+4
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-63/+65
* cmCTestGIT: add an option to initialize submodules on updateBen Boeckel2016-04-011-0/+2
* ctest_update: Add QUIET optionZack Galbreath2015-02-231-21/+23
* ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the versionBill Hoffman2014-08-181-0/+2
* ctest_update: Add support for Perforce p4 clientPedro Navarro2013-10-261-0/+8
* ctest_update: Tell svn not to prompt interactively (#13024)Nils Gladitz2012-09-251-0/+2
* ctest_update: Support custom Git update commandBrad King2010-06-081-0/+2
* CTest: Move initial checkout to ctest_start()Brad King2009-11-241-26/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Teach CTest to handle Mercurial repositoriesBrad King2009-07-101-0/+4
* ENH: Teach CTest to handle Bazaar repositoriesBrad King2009-05-141-0/+4
* ENH: Teach CTest to handle git repositoriesBrad King2009-04-221-0/+4
* BUG: Try to fix the problem of bad test namesAndy Cedilnik2006-07-111-2/+4
* STYLE: fix line lengthKen Martin2006-05-101-1/+2
* COMP: Return 0 instead of falseAndy Cedilnik2006-03-291-3/+3
* ENH: Several cleanups and make sure things get propagated where they should. ...Andy Cedilnik2006-03-291-60/+18
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-9/+9
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-7/+8
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-15/+27
* ENH: Set update optionsAndy Cedilnik2005-08-181-0/+3
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-1/+1