Brad King
|
e1c7747253
Format include directive blocks and ordering with clang-format
|
9 years ago |
Brad King
|
180538c706
Source: Stabilize include order
|
9 years ago |
Joseph Snyder
|
bc29ed542b
CTest: Make coverage file selection more specific.
|
10 years ago |
Joseph Snyder
|
32268810d9
CTest: Expand directories for Cobertura search
|
10 years ago |
Brad King
|
96be53aebd
Merge topic 'jacoco_out_of_source'
|
10 years ago |
Zack Galbreath
|
1db32ffe98
ctest_coverage: Search for Jacoco files in the binary directory
|
10 years ago |
Sean McBride
|
710d8bab7e
Fix trivial clang -Wdouble-promotion warnings
|
10 years ago |
Brad King
|
e8585f45f5
Remove use of include <cmsys/stl/*> and cmsys_stl::*
|
10 years ago |
James Johnston
|
b28b07db47
cmCTestCoverageHandle: Improve error handling.
|
10 years ago |
Zack Galbreath
|
e6cf1c489c
ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOB
|
10 years ago |
Daniel Pfeifer
|
8fbc509a48
cmCTestCoverageHandler: Port to cmXMLWriter
|
10 years ago |
Zack Galbreath
|
fc58bdb9ad
ctest_coverage: Add QUIET option
|
10 years ago |
Stephen Kelly
|
421eadb45b
Remove use of cmsys_stl.
|
10 years ago |
Stephen Kelly
|
fd7b371293
Replace foo.size() pattern with !foo.empty().
|
10 years ago |
Stephen Kelly
|
aa773035b7
Replace !foo.size() pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
930bd47816
Replace 'foo.size() == 0' pattern with foo.empty().
|
10 years ago |
Stephen Kelly
|
d92887efab
Replace 'foo.size() > 0' pattern with !foo.empty().
|
10 years ago |
Brad King
|
b5a467262b
Merge topic 'drop-ancient-workarounds'
|
10 years ago |
Stephen Kelly
|
931e055d8c
Port all cmOStringStream to std::ostringstream.
|
10 years ago |
Stephen Kelly
|
6162c9194b
Use two-iterator std::set::insert where appropriate.
|
11 years ago |
Vladislav Vinogradov
|
9c4984b4e5
ctest_coverage: Fix error message to report the file name
|
11 years ago |
Stephen Kelly
|
5eb4d7590e
Remove some unneeded c_str calls.
|
11 years ago |
Joseph Snyder
|
220e81345b
CTest: Add Javascript coverage parser
|
11 years ago |
Brad King
|
ae5686f8d0
Merge topic 'remove-redundant-c_str'
|
11 years ago |
Joseph Snyder
|
5c31c3e4eb
CTest: Add code coverage parser for Pascal/Delphi
|
11 years ago |
Nils Gladitz
|
cc1139cc30
strings: Remove redundant calls to std::string::c_str()
|
11 years ago |
Joseph Snyder
|
558c2190e8
CTest: Add Jacoco Coverage functionality
|
11 years ago |
Joseph Snyder
|
a2822d3089
CTest: Rename coverage implementation for "Python" to "Cobertura"
|
11 years ago |
Volkan Gezer
|
9840320dff
CTest: Add support for Intel coverage files
|
11 years ago |
Stephen Kelly
|
af8a1643c1
Remove c_str calls when using stream APIs.
|
11 years ago |