Matio Cpp Versions Save

A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.

v0.2.4

1 month ago

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

v0.2.3

6 months ago

What's Changed

Full Changelog: https://github.com/ami-iit/matio-cpp/compare/v0.2.2...v0.2.3

v0.2.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ami-iit/matio-cpp/compare/v0.2.1...v0.2.2

v0.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/ami-iit/matio-cpp/compare/v0.2.0...v0.2.1

v0.2.0

2 years ago

What's Changed

Full Changelog: https://github.com/ami-iit/matio-cpp/compare/v0.1.1...v0.2.0

v0.1.1

3 years ago

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

v0.1.0

3 years ago

First version implemented.