Skip to content

8.5.0

Compare
Choose a tag to compare
@jacobwilliams jacobwilliams released this 26 May 05:16
· 41 commits to master since this release

See also

Summary

  • Fixed a bug when IEEE floating-point rounding mode was set to IEEE_DOWN 🐞
  • Various CMake updates:
    • Only installing if json-fortran is the top level project. Added a library alias so that json fortran can be included with find_package, fetch_content, and add_subdirectory easily.
    • Fixed compilation with Ninja and Intel OneAPI ifx compiler, and added some CMake options
    • Note that the CMake minimum version is now 3.18.
    • Also note that running the tests requires the CMake variable ENABLE_TESTS to be set to true.
  • Added a new unit test.
  • Various CI and Readme updates.