Skip to content

matio 1.5.20

Compare
Choose a tag to compare
@tbeu tbeu released this 21 Mar 20:30
· 273 commits to master since this release

Changes in 1.5.20 (21 March 2021)

  • Added support for writing MAT_T_UTF8 encoded character array to HDF5 MAT file (by conversion to UTF-16 if in BMP)
  • Updated cmake-conan to v0.16.1
  • Fixed bug with size_t arguments of logging function calls
  • Fixed bug reading past EOF from (crafted) MAT file
  • Fixed bug writing MAT_T_UTF8 encoded character array to v5 MAT file
  • Fixed printing of MAT_T_UTF8 encoded character array
  • Several other fixes, for example for memory leaks