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
/
cmParseCoberturaCoverage.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-2/+2
*
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-4/+5
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-2/+2
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-2/+3
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-12/+5
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-2/+2
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-2/+2
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-2/+2
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-4/+4
|
/
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-4/+4
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-1/+6
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-1/+1
*
Add CM_OVERRIDE to some functions
Daniel Pfeifer
2016-06-27
1
-3/+3
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-95/+63
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-1/+0
*
Source: Stabilize include order
Brad King
2016-04-29
1
-2/+2
*
cmParseCoberturaCoverage: Remove extra coverage line
Zack Galbreath
2016-03-30
1
-1/+0
*
ctest_coverage: Add QUIET option
Zack Galbreath
2015-02-23
1
-7/+8
*
ctest_coverage: Fix parsing of absolute paths in Cobertura files
Zack Galbreath
2015-01-12
1
-9/+39
*
cmParseCoberturaCoverage: Initialize CurFileName to empty string
Jonathan Beezley
2014-10-03
1
-0/+1
*
CTest: Generalize Cobertura coverage format handling
Joseph Snyder
2014-06-04
1
-9/+58
*
CTest: Rename coverage implementation for "Python" to "Cobertura"
Joseph Snyder
2014-06-04
1
-0/+119