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
/
cmParseJacocoCoverage.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-1/+2
*
ctest_coverage: fix out-of-bounds index in Jacoco parser
Sylvain Joubert
2019-03-26
1
-0/+1
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-5/+0
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-2/+3
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-1/+1
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-4/+4
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-4/+4
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-3/+3
|
/
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-3/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-2/+0
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-4/+4
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-1/+6
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+1
*
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
-2/+2
*
Use the empty() method to check for emptyness.
Daniel Pfeifer
2016-06-02
1
-1/+1
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
1
-4/+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-157/+127
*
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: Make Jacoco parser better at finding source files
Zack Galbreath
2015-09-01
1
-52/+87
*
CTest: Fix Jacoco Coverage
Joseph Snyder
2015-03-06
1
-1/+4
*
ctest_coverage: Add QUIET option
Zack Galbreath
2015-02-23
1
-4/+5
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
CTEST: Update Jacoco Coverage search paths
Joseph Snyder
2014-07-30
1
-0/+3
*
CTest: Add Jacoco Coverage functionality
Joseph Snyder
2014-06-12
1
-0/+167