summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestBuildHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-0/+1
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-8/+8
* ctest: only report make-level errors when no others are foundZack Galbreath2022-09-261-10/+25
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-0/+5
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* Source: Minor code improvementsVitaly Stakhovsky2021-05-111-3/+2
* cmCTestBuildHandler: Avoid uninitialized line-numbersAdriaan de Groot2020-10-051-0/+2
* ctest: report make-level errors to CDash when using launchersZack Galbreath2020-09-281-9/+23
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-4/+6
* nits: replace some "c" instances with 'c'Ben Boeckel2020-04-131-2/+2
* use std::string::rfind() instead of open coding itRolf Eike Beer2020-03-231-12/+8
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-8/+9
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* Merge topic 'warnings_skip_color'Brad King2019-08-261-9/+18
|\
| * ctest_build: ignore ANSI colorZack Galbreath2019-08-221-9/+18
* | Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-19/+12
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
|/
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-4/+2
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-6/+0
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-0/+1
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+1
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-18/+18
* Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-301-2/+2
* Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::CompareSebastian Holtermann2019-03-181-1/+1
* Rename cmFileTimeComparison to cmFileTimeCacheSebastian Holtermann2019-03-181-4/+4
* cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-5/+6
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+2
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-2/+2
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-1/+1
|\
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* | cmFileTimeComparison: use std::string argumentsVitaly Stakhovsky2019-01-281-2/+1
|/
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-6/+6
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-7/+11
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-5/+2
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* CTest: Add error exception for sphinx-build WARNING messagesTim2018-08-301-0/+1
* 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-2/+2
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-26/+35
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Merge topic 'reduce-temporaries'Brad King2018-01-291-4/+5
|\
| * Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-4/+5
* | CTest: introduce cmDurationWouter Klouwen2018-01-231-2/+3
|/
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-1/+1
* IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-281-1/+0
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-5/+4
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-6/+10