summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestLaunch.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-22/+9
* avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-2/+2
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-1/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+0
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-1/+1
* Merge topic 'cmake-files-directory'Brad King2019-01-251-1/+1
|\
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-1/+1
* | Merge topic 'read-list-file'Brad King2019-01-211-1/+1
|\ \
| * | cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-1/+1
* | | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-4/+4
|/ /
* | Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+2
|/
* Merge topic 'cleanup-find-cstr'Brad King2018-08-091-1/+1
|\
| * Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-1/+1
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-3/+3
* cmCTestLaunch: use cmXMLElement for XML generationVitaly Stakhovsky2018-05-111-55/+45
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-6/+4
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* Retire std::auto_ptr and its macro CM_AUTO_PTRMatthias Maennich2017-09-251-4/+4
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-12/+8
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-2/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* CTest: Report lines matched by launchersBill Hoffman2017-08-071-1/+5
* cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-081-1/+1
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-1/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* iwyu: Fix more findingsDaniel Pfeifer2016-11-281-9/+9
* Windows: Encode child process output to internally-used encodingDāvis Mosāns2016-11-141-4/+19
* Port hash computation to cmCryptoHashBrad King2016-11-101-9/+6
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-4/+9
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-5/+4
* Avoid using KWSys auto_ptr by adopting it ourselvesBrad King2016-06-291-2/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+6
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-6/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-261/+170
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-24/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* cmState: Initialize default definitions immediately.Stephen Kelly2015-10-131-0/+1
* CTest: Remove needless cmLocalGenerator creation.Stephen Kelly2015-10-051-3/+0
* cmLocalGenerator: Create from already-constructed cmMakefile.Stephen Kelly2015-08-281-2/+2
* cmGlobalGenerator: Remove MakeLocalGenerator method.Stephen Kelly2015-08-281-1/+1
* cmGlobalGenerator: Require a snapshot to create a local generator.Stephen Kelly2015-08-281-1/+2
* Merge topic 'ctest-xml-refactor'Brad King2015-05-281-69/+54
|\
| * cmCTestLaunch: Port to cmXMLWriterDaniel Pfeifer2015-05-261-69/+54
* | cmGlobalGenerator: Require a cmake instance in ctor.Stephen Kelly2015-05-271-2/+1
|/
* Merge topic 'refactor-cmLocalGenerator'Brad King2015-05-191-0/+2
|\
| * cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2