summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestGIT.cxx
Commit message (Expand)AuthorAgeFilesLines
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-281-0/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-3/+3
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-9/+6
* Replace C-style castsDaniel Pfeifer2017-08-271-2/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-26/+22
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-2/+2
* ctest_update: Refactor internal APIs to support more failure casesBrad King2017-02-161-4/+8
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-6/+7
* CTest: Use UTF-8 encoding for output from GitDāvis Mosāns2016-11-151-6/+11
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-3/+5
* use CM_NULLPTRDaniel Pfeifer2016-06-281-16/+23
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-241/+225
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-18/+0
* Source: Sort includes of sys/types.h as clang-format wouldBrad King2016-05-031-1/+1
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-4/+4
* cmCTestGIT: run `git submodule sync` before updating submodulesBen Boeckel2016-04-011-0/+22
* cmCTestGIT: add an option to initialize submodules on updateBen Boeckel2016-04-011-1/+18
* cmCTestGIT: fix git version referencesBen Boeckel2016-04-011-3/+3
* Merge topic 'fix-ctest-xml-double-encoding'Brad King2015-08-311-1/+0
|\
| * cmCTest{BZR,GIT,P4}: Remove unused cmXMLSafe includesDaniel Pfeifer2015-08-281-1/+0
* | Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-201-1/+0
|/
* Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-0/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-3/+3
* CTest: Fix ctest_update with 'HEAD' file in source treeBrad King2013-02-281-2/+2
* CTest: Do not fail with submodules and Git < 1.6.5.0Brad King2011-03-101-2/+1
* CTest: Update Git submodules with --recursiveBrad King2011-02-221-1/+45
* CTest: Factor out duplicate Git author/committer codeBrad King2010-12-201-44/+28
* CTest git update should pass the committer as well as the authorZach Mullen2010-12-201-0/+29
* Merge topic 'ctest-git-flexibility'Brad King2010-08-031-2/+84
|\
| * ctest_update: Run 'git submodule' at top levelBrad King2010-07-271-1/+24
| * ctest_update: Support ".git file" work treesBrad King2010-07-261-1/+54
| * ctest_update: Abort if Git FETCH_HEAD has no candidatesBrad King2010-07-201-0/+6
* | CTest: Parse empty Git commits correctlyBrad King2010-06-231-0/+9
|/
* ctest_update: Support Git upstream branch rewritesBrad King2010-06-081-13/+40
* ctest_update: Support custom Git update commandBrad King2010-06-081-7/+44
* Fix ctest_update log prefix for git submodule updateBrad King2010-06-041-1/+1
* CTest: Submit author email in Update.xmlBrad King2010-05-071-0/+1
* Teach ctest_update about Git submodulesBrad King2010-05-041-2/+11
* cmCTestGIT: Refresh index for local modificationsBrad King2010-02-091-2/+8
* Use human-readable Git commit times in Update.xmlBrad King2009-12-211-4/+18
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* COMP: Fix class reference for HP aCCBrad King2009-04-221-1/+1
* ENH: Teach CTest to handle git repositoriesBrad King2009-04-221-0/+416