summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestCoverageHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Access string npos without instancePavel Solodovnikov2017-06-011-6/+7
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-1/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-4/+4
* cmWorkingDirectory: use the new classBen Boeckel2017-03-061-15/+5
* cmCTest, cmCTestCoverageHandler: remove cwd danceBen Boeckel2017-03-061-5/+0
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-6/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* ctest_coverage: If gcov is not found just warn, not errorBill Hoffman2016-09-201-2/+1
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-4/+8
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-5/+4
* Use better KWSys SystemTools::GetEnv and HasEnv signaturesDāvis Mosāns2016-07-181-7/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-2/+2
* Simplify boolean expressionsDaniel Pfeifer2016-06-021-12/+4
* Merge topic 'remove-needless-copies'Brad King2016-05-271-2/+1
|\
| * Remove unnecessary local copies.Daniel Pfeifer2016-05-261-1/+0
| * Pass arguments that are not modified as const&.Daniel Pfeifer2016-05-261-1/+1
* | Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-1/+1
|/
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1236/+962
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-37/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-12/+12
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Make coverage file selection more specific.Joseph Snyder2016-02-251-2/+18
* CTest: Expand directories for Cobertura searchJoseph Snyder2015-11-231-3/+18
* Merge topic 'jacoco_out_of_source'Brad King2015-11-161-4/+21
|\
| * ctest_coverage: Search for Jacoco files in the binary directoryZack Galbreath2015-11-161-4/+21
* | Fix trivial clang -Wdouble-promotion warningsSean McBride2015-11-111-1/+1
|/
* Remove use of include <cmsys/stl/*> and cmsys_stl::*Brad King2015-08-201-2/+0
* cmCTestCoverageHandle: Improve error handling.James Johnston2015-08-081-6/+27
* ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOBZack Galbreath2015-07-131-1/+1
* cmCTestCoverageHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-157/+148
* ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-181/+191
* Remove use of cmsys_stl.Stephen Kelly2015-02-051-2/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-6/+6
* Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-181-3/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-6/+6
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-4/+4
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-5/+1
|/
* ctest_coverage: Fix error message to report the file nameVladislav Vinogradov2014-12-221-1/+1
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-8/+8
* CTest: Add Javascript coverage parserJoseph Snyder2014-10-291-0/+40
* Merge topic 'remove-redundant-c_str'Brad King2014-10-211-21/+21
|\
| * strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-21/+21
* | CTest: Add code coverage parser for Pascal/DelphiJoseph Snyder2014-10-211-0/+36
|/
* CTest: Add Jacoco Coverage functionalityJoseph Snyder2014-06-121-0/+40
* CTest: Rename coverage implementation for "Python" to "Cobertura"Joseph Snyder2014-06-041-6/+6
* CTest: Add support for Intel coverage filesVolkan Gezer2014-03-131-0/+305