Skip to content

Releases: ami-iit/matio-cpp

0.2.5

22 May 08:53
6a06e5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

matio-cpp 0.2.4 (2024-04-09)

09 Apr 10:09
a6cfddf
Compare
Choose a tag to compare

What's Changed

  • 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

matio-cpp 0.2.3 (2023-11-15)

15 Nov 15:33
f61738a
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.2.2...v0.2.3

matio-cpp 0.2.2 (2023-02-24)

24 Feb 10:02
65a8be3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

matio-cpp 0.2.1 (2022-07-06)

06 Jul 10:28
12022e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

matio-cpp 0.2.0 (2022-04-28)

28 Apr 12:45
ed9b196
Compare
Choose a tag to compare

What's Changed

  • Using a custom variable in InstallBasicPackageFile to backup the module path by @S-Dafarra in #47
  • Added check on the directory before creating a file by @S-Dafarra in #49
  • Replace dic-iit with ami-iit after change of name of organization by @traversaro in #54
  • Adds reflection and conversions from common types by @S-Dafarra in #55

Full Changelog: v0.1.1...v0.2.0

matio-cpp 0.1.1 (2021-03-22)

22 Mar 16:55
a1feb0a
Compare
Choose a tag to compare

[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.

matio-cpp 0.1.0 (2021-2-3)

03 Feb 08:54
60865f7
Compare
Choose a tag to compare

First version implemented.