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
/
cmParseCacheCoverage.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmParseCacheCoverage: use cmSystemTools::SplitString
Ben Boeckel
2020-04-13
1
-26/+4
*
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-1/+1
*
Mumps coverage: directly pass std::string as argument
Rolf Eike Beer
2020-03-23
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-7/+8
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-3/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-8/+11
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-3/+3
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-4/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-1/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-113/+76
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
Source: Stabilize include order
Brad King
2016-04-29
1
-2/+2
*
ctest_coverage: Add QUIET option
Zack Galbreath
2015-02-23
1
-2/+2
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
*
CTest: Fix MUMPS coverage parsing and test
Joseph Snyder
2014-05-16
1
-1/+13
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-1/+2
*
CDash now supports lots of files in coverage. So, show all files.
Bill Hoffman
2012-05-11
1
-11/+1
*
Remove uncovered files from cache coverage data.
Bill Hoffman
2012-05-02
1
-0/+36
*
Fix some warnings and a bug where it went past the length of a vector.
Bill Hoffman
2012-05-01
1
-3/+10
*
Add support for Cache coverage.
Bill Hoffman
2012-05-01
1
-0/+187