Skip to content

Releases: natyamatsya/talea-cpp-cov

talea-cpp-cov v0.1.0

Choose a tag to compare

@natyamatsya natyamatsya released this 24 Jul 14:05

First independent release of talea-cpp-cov, an experimental modernized fork of OpenCppCoverage.

Versioning starts fresh at 0.1.0 (semver), unrelated to the inherited upstream 0.9.9.0.

Highlights

  • CMake + Ninja build with MSVC (cl) and clang-cl presets; single self-contained static executable (talea-cpp-cov.exe), no side-by-side DLLs.
  • Line & (experimental) branch coverage; HTML, Cobertura and binary exporters.
  • No third-party package runtime deps (Boost dropped; fmt/spdlog/PCRE2/ctemplate statically linked).
  • SPDX license headers throughout (GPL-3.0-or-later), original OpenCppCoverage attributions preserved.

Full test suite passes on both cl (MSVC 14.51) and clang-cl.