summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestGIT.cxx
Commit message (Expand)AuthorAgeFilesLines
* replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-231-1/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+3
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-4/+4
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-2/+2
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+1
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-1/+1
* cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-1/+1
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-4/+2
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-7/+3
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-3/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-3/+3
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-4/+6
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-6/+6
* 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