Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 2.46 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.2.4] - 2024-04-09

  • Remove use of brew from CI #76
  • InstallBasicPackageFiles: Fix bug of OVERRIDE_MODULE_PATH that corrupt CMAKE_MODULE_PATH values set by blf transitive dependencies and fix OVERRIDE_MODULE_PATH with CMake 3.29.1 #79

[0.2.3] - 2023-11-15

  • Added example. It is tested in CI. #67
  • Clarify how to install matio with conda-forge #68
  • Support finding visit_struct in the system also if it is installed without any CMake config file #70
  • Added error message when variable does not exist in file #74

[0.2.2] - 2023-02-24

[0.2.1] - 2022-07-06

  • Moving from Catch2 v2 to v3 #56
  • Allowing input strings in vectors to be empty #57

[0.2.0] - 2022-04-28

  • Using a custom variable in InstallBasicPackageFile to backup the module path: #47.
  • Added more checks before creating a file: #49.
  • Added reflection and conversions from common types #55

[0.1.1] - 2021-03-22

  • Do not use find_dependency in matioCppConfig.cmake if OVERRIDE_MODULE_PATH is used: #41.
  • Make sure to add a NULL terminator in the cases where the new matio version uses strlen: #44.
  • Allow the assignment from string also for non standard strings: #45.

[0.1.0] - 2021-02-02

  • First version implemented.