Skip to content

Various fixes for build environments (Flang, Windows) and XML

Latest
Compare
Choose a tag to compare
@mathomp4 mathomp4 released this 14 Oct 18:07
29ddfad

Changed

  • Add an enclosing <testsuites> element an xml version/encoding element in the funit xml output. Makes the output readable by more CI systems (Jenkins, GitLab-CI).
  • Change CMake from using PARENT_SCOPE to CACHE INTERNAL as it seems in some setups using
    pFUnit via FetchContent the former does not work as expected.
  • Update some COMMENT lines in functions with double-quotes to avoid warnings

Fixed

  • Fix parser on Windows for paths with different drive letters
  • Updates for CMake versions newer than 3.30.
  • Update NVHPC CI (build only)
  • Fix CMake for LLVM Flang
  • Update object library dependency handling (see #495)

What's Changed

Full Changelog: v4.13.0...v4.14.0