index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CTest
/
cmCTestCoverageHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make vector operations more efficient
Rose
2022-12-10
1
-0/+1
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-1/+1
*
Source: Fix clang -Wunused-but-set-variable warnings
Brad King
2022-04-06
1
-6/+0
*
Merge topic 'warnings-cleanup'
Brad King
2021-10-27
1
-1/+1
|
\
|
*
Source: fix many -Wmissing-prototypes warnings by marking functions static
Sean McBride
2021-10-25
1
-1/+1
*
|
Merge topic 'purge-sprintf'
Brad King
2021-10-27
1
-2/+4
|
\
\
|
*
|
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-2/+4
|
|
/
*
|
Source: Simplify some boolean expressions
Rose
2021-10-23
1
-3/+2
|
/
*
CTest: Exit coverage handling early if no binary dir
Joseph Snyder
2021-06-02
1
-0/+7
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
1
-1/+1
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-4/+4
*
cmCTest: Members accept std::string parameters
Vitaly Stakhovsky
2020-07-27
1
-11/+10
*
CTest: Handle non-coverage lines in gcov files
Tobias Ellinghaus
2020-05-29
1
-2/+8
*
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-3/+4
*
PyCoverage: avoid repeated string splitting, especially for uncovered lines
Rolf Eike Beer
2020-03-23
1
-20/+17
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-6/+7
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-14/+15
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-7/+6
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-23/+14
*
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-2/+1
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-1/+2
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-10/+6
*
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
1
-2/+2
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+5
*
cmSystemTools: More methods accept `std::string` params
Vitaly Stakhovsky
2019-02-11
1
-7/+5
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-1/+1
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-3/+1
|
\
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
|
Merge topic 'cmake-files-directory'
Brad King
2019-01-25
1
-2/+1
|
\
\
|
|
/
|
/
|
|
*
cmake: inlined files dir constant and removed it from cmake.h
Bruno Manganelli
2019-01-21
1
-2/+1
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-5/+4
|
/
*
Fix most clang -Wextra-semi-stmt warnings in C++ files
Sean McBride
2019-01-15
1
-1/+0
*
Remove unnecessary c_str() in RegularExpression::find calls
Vitaly Stakhovsky
2018-08-07
1
-8/+8
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-50/+59
*
CTest: The "Could not find gcov." message should not be a warning
Betsy McPhail
2018-03-28
1
-1/+2
*
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-1/+21
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-10/+10
*
CTest: introduce cmDuration
Wouter Klouwen
2018-01-23
1
-10/+11
*
CTest: Simplify std::chrono::duration<double> conversion to double
Brad King
2017-12-08
1
-2/+1
*
CTest: convert timeouts to std::chrono::duration
Wouter Klouwen
2017-12-04
1
-9/+12
*
IWYU: Add mappings for std::enable_if on chrono durations
Brad King
2017-11-28
1
-1/+0
*
CTest: adopt std::chrono::system_clock
Wouter Klouwen
2017-11-17
1
-10/+6
*
CTest: use std::chrono::steady_clock for time keeping
Wouter Klouwen
2017-11-14
1
-11/+14
*
Merge topic 'CTest-cov-string'
Brad King
2017-09-20
1
-9/+8
|
\
|
*
CTest: pass std::string to cmCTestCoverageHandler::ShouldIDoCoverage()
Rolf Eike Beer
2017-09-19
1
-9/+8
*
|
Merge topic 'CTest-crash-missing-glob'
Brad King
2017-09-20
1
-0/+2
|
\
\
|
|
/
|
/
|
|
*
CTest: fix crash if source file for coverage cannot be found
Rolf Eike Beer
2017-09-19
1
-0/+2
*
|
Merge topic 'string-clear'
Brad King
2017-09-19
1
-5/+5
|
\
\
|
*
|
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-5/+5
[next]