summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestP4.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+7
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* 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 code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-3/+2
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
* Merge topic 'cmrange-improvements'Brad King2019-02-251-1/+1
|\
| * cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* | cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-3/+2
|/
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-3/+3
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-4/+4
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+8
* 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-5/+5
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-9/+6
* Use C++11 nullptrDaniel Pfeifer2017-08-241-7/+7
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* ctest_update: Refactor internal APIs to support more failure casesBrad King2017-02-161-6/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-4/+5
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-7/+7
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-5/+5
* Add missing braces around statements.Daniel Pfeifer2016-06-101-1/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-180/+167
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-16/+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-2/+2
* 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
|/
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-2/+2
* Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* ctest_update: Handle P4 unknown revisions more robustlyPedro Navarro2014-01-221-26/+35
* ctest_update: Do not remove the p4 depot namePedro Navarro2013-11-011-11/+1
* ctest_update: Add support for Perforce p4 clientPedro Navarro2013-10-261-0/+569