Skip to content

23.04 - March 2023

Compare
Choose a tag to compare
@StableCoder StableCoder released this 25 Apr 04:32
· 30 commits to main since this release

What's Changed

  • Add plain option for target coverage by @rlalik in #36
  • Fix setting of cache variables by @rlalik in #38
  • code-coverage.cmake: do not inline when determining code coverage by @FreddyFunk in #40
  • Fix llvm toolchain used for code coverage when using AppleClang on macOS
  • Remove all Find*.cmake module files. All the covered libraries now have proper pkg/CMake config files installed with them.
  • Add CMAKE_CROSSCOMPILING_EMULATOR to code-coverage. When cross-compiling, the used emulator will be prefixed to the call.
  • Remove ccov-preprocessing target

New Contributors

Full Changelog: 22.01...23.04