summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestCoverageHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-4/+4
* cmCTest: Members accept std::string parametersVitaly Stakhovsky2020-07-271-11/+10
* CTest: Handle non-coverage lines in gcov filesTobias Ellinghaus2020-05-291-2/+8
* replace "substr(0, xx) ==" with cmHasPrefix()Rolf Eike Beer2020-03-231-3/+4
* PyCoverage: avoid repeated string splitting, especially for uncovered linesRolf Eike Beer2020-03-231-20/+17
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-6/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-14/+15
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-7/+6
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-23/+14
* avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-181-2/+1
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-011-1/+2
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-10/+6
* cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-201-2/+2
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+5
* cmSystemTools: More methods accept `std::string` paramsVitaly Stakhovsky2019-02-111-7/+5
* Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-1/+1
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-3/+1
|\
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* | Merge topic 'cmake-files-directory'Brad King2019-01-251-2/+1
|\ \ | |/ |/|
| * cmake: inlined files dir constant and removed it from cmake.hBruno Manganelli2019-01-211-2/+1
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-5/+4
|/
* Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-1/+0
* Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-8/+8
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-50/+59
* CTest: The "Could not find gcov." message should not be a warningBetsy McPhail2018-03-281-1/+2
* cmWorkingDirectory: Check success of current dir changesCraig Scott2018-03-081-1/+21
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-10/+10
* CTest: introduce cmDurationWouter Klouwen2018-01-231-10/+11
* CTest: Simplify std::chrono::duration<double> conversion to doubleBrad King2017-12-081-2/+1
* CTest: convert timeouts to std::chrono::durationWouter Klouwen2017-12-041-9/+12
* IWYU: Add mappings for std::enable_if on chrono durationsBrad King2017-11-281-1/+0
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-10/+6
* CTest: use std::chrono::steady_clock for time keepingWouter Klouwen2017-11-141-11/+14
* Merge topic 'CTest-cov-string'Brad King2017-09-201-9/+8
|\
| * CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()Rolf Eike Beer2017-09-191-9/+8
* | Merge topic 'CTest-crash-missing-glob'Brad King2017-09-201-0/+2
|\ \ | |/ |/|
| * CTest: fix crash if source file for coverage cannot be foundRolf Eike Beer2017-09-191-0/+2
* | Merge topic 'string-clear'Brad King2017-09-191-5/+5
|\ \
| * | Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-5/+5
* | | pass arguments as vector to cmCTest::RunCommand()Rolf Eike Beer2017-09-151-9/+36
|/ /
* | Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-109/+79
* | Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
|/
* Access string npos without instancePavel Solodovnikov2017-06-011-6/+7
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-1/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-15/+5
* cmCTest, cmCTestCoverageHandler: remove cwd danceBen Boeckel2017-03-061-5/+0
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-6/+6