ami-iit / matio-cpp

A C++ wrapper of the matio library, with memory ownership handling, to read and write .mat files.
https://ami-iit.github.io/matio-cpp/
BSD 2-Clause "Simplified" License
59 stars 9 forks source link

Adds reflection and conversions from common types #55

Closed S-Dafarra closed 2 years ago

S-Dafarra commented 2 years ago

I also fixed the CI failures and some issues with the license

Fix #53

S-Dafarra commented 2 years ago

@traversaro @GiulioRomualdi friendly ping

S-Dafarra commented 2 years ago

Thanks a lot @traversaro. Merging