summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestUpdateHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* cmCTestGenericHandler::GetOption returns cmPropMarc Chevrier2021-09-131-2/+3
* CTest: Restore running dashboard client Test step with modified filesBrad King2021-02-091-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-5/+5
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-12/+7
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-2/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* ctest: Include ChangeId in Update.xmlZack Galbreath2019-04-231-0/+4
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-10/+14
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-7/+7
* IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-281-1/+0
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-3/+2
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-5/+7
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-261-9/+10
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* ctest_update: Refactor internal APIs to support more failure casesBrad King2017-02-161-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-20/+5
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-2/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-170/+160
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-7/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-9/+9
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* ctest_update: Fix RETURN_VALUE on VCS tool failure (#15610)Brad King2015-06-111-2/+2
* cmCTestUpdateHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-31/+32
* CTest: Fix locale used for VCS updatesNils Gladitz2015-04-131-41/+2
* CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES.Nils Gladitz2015-02-271-12/+12
* ctest_update: Add QUIET optionZack Galbreath2015-02-231-18/+21
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* CTest: Allow / to be in the build name, and be consistent with the build nameBill Hoffman2014-08-181-2/+3
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-1/+1
* ctest_update: Add support for Perforce p4 clientPedro Navarro2013-10-261-1/+25
* ctest_update: Report failure in Update.xmlBrad King2010-04-271-0/+1
* Use literal quotes in Update.xml UpdateCommandBrad King2009-12-181-1/+2
* CTest: Move initial checkout to ctest_start()Brad King2009-11-241-35/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* 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