Releases: natyamatsya/talea-cpp-cov
Releases · natyamatsya/talea-cpp-cov
Release list
talea-cpp-cov v0.1.0
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) andclang-clpresets; 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.