Activity for MAT File I/O Library

  • tbeu committed [4677b3] on matio

    Add deploy workflow via GitHub Actions [skip travis] [skip appveyor]

  • tbeu committed [7e43eb] on matio

    Build with autotools via GitHub Action [skip travis] [skip appveyor]

  • tbeu committed [f284a2] on matio

    Bump libtool version number

  • tbeu committed [5d103b] on matio

    Bump date and NEWS for v1.5.28

  • tbeu committed [315ed1] on matio

    Update inflate arg

  • tbeu committed [13e2e6] on matio

    Add CTest testsuite

  • GitHub committed [2c0f82] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • tbeu committed [ca4750] on matio

    Add missing dependency [skip ci]

  • tbeu committed [4b0475] on matio

    Fix illegal memory access

  • tbeu committed [915d65] on matio

    Fix illegal memory access

  • GitHub committed [eb937e] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • tbeu committed [c89442] on matio

    Update to HDF5 1.14.5 at Travis CI [skip cirrus] [skip appveyor]

  • GitHub committed [6335f5] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • tbeu committed [c335ec] on matio

    Workaround Start-FileDownload TLS issue in AppVeyor [skip travis] [skip cirrus]

  • tbeu committed [8407b4] on matio

    Fix writing of character data to v5 MAT file

  • tbeu committed [e8fa03] on matio

    Bump cppcheck [ci skip]

  • tbeu committed [11cc1e] on matio

    Fix illegal memory access

  • tbeu committed [a148ee] on matio

    Fix illegal memory access

  • tbeu committed [1e5c40] on matio

    Update snprintf.c from https://github.com/weiss/c99-snprintf

  • tbeu committed [f654ac] on matio

    Fix const correctness

  • tbeu committed [548ab0] on matio

    Check inputs

  • tbeu committed [f07ede] on matio

    Fix resource leak

  • tbeu committed [abe00b] on matio

    Update to HDF5 1.14.4-3 at Travis CI [skip cirrus] [skip appveyor]

  • tbeu committed [d1ad46] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • tbeu committed [b2307c] on matio

    Clean-up workflow runs via GitHub Ations [ci skip]

  • tbeu committed [39cfdf] on matio

    Avoid writing of empty ir / data of sparse array

  • tbeu committed [9befe4] on matio

    Fix reading all-zero sparse array

  • tbeu committed [1a677d] on matio

    Add test for all-zero sparse array

  • GitHub committed [0fba99] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • tbeu committed [eac7e5] on matio

    Fix issue reported by cppcheck [skip travis]

  • tbeu committed [a1c4ec] on matio

    Update FreeBSD image for Cirrus CI [skip travis] [skip appveyor]

  • tbeu committed [9a7244] on matio

    Fix _get_msvc_ide_version for VS17.10 [skip travis]

  • tbeu committed [ee8c89] on matio

    Bump cppcheck [ci skip]

  • tbeu committed [0b3bf1] on matio

    Do not allocate dummy data

  • GitHub committed [c9cbf8] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • GitHub committed [459182] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • tbeu committed [62faa0] on matio

    Avoid uninitialized memory access

  • tbeu committed [a9bfd9] on matio

    Fix return type [ci skip]

  • tbeu committed [5fa0e8] on matio

    Fix default for MATIO_ENABLE_CPPCHECK [ci skip]

  • tbeu committed [c7cff1] on matio

    Bump cppcheck [ci skip]

  • tbeu committed [55f679] on matio

    Avoid uninitialized memory access

  • tbeu tbeu created a blog post

    Version 1.5.28 release

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.28/matio-1.5.28.tar.gz

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.28/SHA256SUM

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.28/SHA512SUM

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.28/matio-1.5.28.zip

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.28/matio_user_guide.pdf

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.28/matio_user_guide.html

  • Abc Abc modified a comment on discussion Help

    Greetings, I have encountered an error on c++ qt project. It was build on mac firstly. But I am trying to make this application run also on windows. I did not modified the header files from this library. When i try to modify the code - the mat_uint32 things with typedef- it gives me lmatio and lmatio_pubconf are not found error. But when i attempt to run this programme it gives error below. I do not want to modify them. Any helps will be appreciated. Thanks Importation at .pro file: INCLUDEPATH +=...

  • Abc Abc posted a comment on discussion Help

    Greetings, I have encountered an error on c++ qt project. It was build on mac firstly. But I am trying to make this application run also on windows. I did not modified the header files from this library. When i try to modify the code - the mat_uint32 things with typedef- it gives me lmatio and lmatio_pubconf are not found error. But when i attempt to run this programme it gives error below. I do not want to modify them. Any helps will be appreciated. Thanks Importation at .pro file: INCLUDEPATH +=...

  • tbeu tbeu posted a comment on discussion Help

    Thanks for your efforts and report. Unfortunately Fortran interface is not tested. I gave up on https://github.com/tbeu/matio/issues/51 as I failed. (That#s why it says "help wanted".) I would appreciate if we could set up a CI stage to build and run the Fortran interface.

  • bles bles modified a comment on discussion Help

    Thank you for your effort in the MATIO library and I have successfully compiled this library using ifort and gcc as well as a gfortran/gcc on ALMAlinux 9.3. I did not manage to compile it with icc and ifort (newest API version). I have a test program for writing a MAT file but I can't get this to work and I guess my knowledge of c is reason for this but I have not found a solution for this (after extensive search). The test program : ++++++++++++++++++++++++++++++++++++++++++ program test_mat_file...

  • bles bles posted a comment on discussion Help

    Thank you for your effort in the MATIO library and I have successfully compiled this library using ifort and gcc as well as a gfortran/gcc on ALMAlinux 9.3. I did not manage to compile it with icc and ifort (newest API version). I have a test program for writing a MAT file but I can't get this to work and I guess my knowledge of c is reason for this but I have not found a solution for this (after extensive search). The test program : ++++++++++++++++++++++++++++++++++++++++++ program test_mat_file...

  • tbeu tbeu modified a comment on discussion Help

    This is known issue in matio about the opaque data type, see e.g. https://github.com/tbeu/matio/issues/77 . How did you create the file in MATLAB? Can you use struct as workaround?

  • tbeu tbeu modified a comment on discussion Help

    This is known issue in matio about the opaque data type, see e.g. https://github.com/tbeu/matio/issues/77. How did you create the file in MATLAB? Can you use struct as workaround?

  • tbeu tbeu posted a comment on discussion Help

    This is know issue in matio about the opaque data type, see e.g. https://github.com/tbeu/matio/issues/77. How did you create the file in MATLAB? Can you use struct as workaround?

  • Jim Houskeeper Jim Houskeeper posted a comment on discussion Help

    I also added some print statements to the mat.c file to try to get a better understanding of what is happening, and this is what I get: File = mat.c, Line = 2759, mat->version = 0x100 File = mat.c, Line = 2718, class type = 17, matvar->name = (null), name = stereoParams File = mat.c, Line = 2718, class type = 17, matvar->name = (null), name = stereoParams File = mat.c, Line = 2718, class type = 9, matvar->name = , name = stereoParams File = mat.c, Line = 2777, Mat_VarReadInfo failed, returning N...

  • Jim Houskeeper Jim Houskeeper posted a comment on discussion Help

    Sure, here is the mat file. Really appreciate the help. Jim

  • tbeu tbeu posted a comment on discussion Help

    Yes, MATLAB R2023a is supported. Code snippet LGTM. Can you attach the MAT file here for reproduction on my side?

  • Jim Houskeeper Jim Houskeeper posted a comment on discussion Help

    I am trying to read mat files created by MatLab version 2023a. If I open the files in MatLab I can see all of the variables in the file, which are a mix of structures, arrays numeric and string variables. However, when I attempt to read a variable from the file, the variable name is an empty string. As a result, if I try to read the variable using its name, Mat_VarRead returns NULL. This is the code I am using: matvar_t *MatLabUtilities::GetVariableFromMatFileMatio(const std::string& fileName, const...

  • tbeu tbeu created a blog post

    Version 1.5.27 release

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.27/matio-1.5.27.tar.gz

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.27/SHA512SUM

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.27/SHA1SUM

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.27/SHA256SUM

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.27/matio-1.5.27.zip

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.27/matio-1.5.27.7z

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.27/matio_user_guide.pdf

  • MAT File I/O Library MAT File I/O Library released /matio/1.5.27/matio_user_guide.html

  • tbeu committed [d3081f] on matio

    Bump libtool version number

  • tbeu committed [b3515c] on matio

    Check for valid sparse data

  • tbeu committed [3c8e87] on matio

    Bump date and NEWS for v1.5.27

  • tbeu committed [0885c6] on matio

    Fix deep copy of function handle

  • tbeu committed [338479] on matio

    Avoid data allocation if nbytes is zero

  • tbeu committed [b62193] on matio

    Check for valid sparse data

  • tbeu committed [36aa91] on matio

    Add vcpkg badge [ci skip]

  • tbeu committed [689ba8] on matio

    Fix const correctness of Mat_GetDir

  • tbeu committed [3496c7] on matio

    Increase fuzz coverage

  • GitHub committed [058170] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • tbeu committed [29e986] on matio

    Add line break [ci skip]

  • GitHub committed [711128] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • GitHub committed [aed031] on matio

    [pre-commit.ci] pre-commit autoupdate [ci skip]

  • tbeu committed [fe6c88] on matio

    Build with Cygwin via GitHub Actions [skip travis] [skip cirrus] [skip appveyor]

  • tbeu committed [156524] on matio

    Fix bad argument for H5S_get_simple_extent_dims

  • tbeu committed [3e2ac1] on matio

    Fix blank [ci skip]

  • tbeu committed [b19346] on matio

    Fix issues detected by Coverity Scan

  • tbeu committed [27134f] on matio

    Init logger

  • tbeu committed [61d7ed] on matio

    Fix issues reported by cppcheck

  • tbeu committed [8ce7dd] on matio

    Fix example code [ci skip]

  • tbeu committed [bef580] on matio

    Remove outdated inflate.patch [ci skip]

  • tbeu committed [4ab24c] on matio

    Enable cppcheck

  • tbeu committed [797c84] on matio

    Fix issues reported by cppcheck

  • tbeu committed [939553] on matio

    Fix cmake-lint args in pre-commit hook [ci skip]

  • tbeu committed [eebd73] on matio

    Run clang-format on matdump.c and test_mat.c

  • tbeu committed [641991] on matio

    Conditionally compile static function

  • tbeu committed [8609f2] on matio

    Build with HDF5 on Cirrus CI [skip travis] [skip appveyor]

  • tbeu committed [a68fa4] on matio

    Bump copyright year [ci skip]

  • tbeu committed [28e8c1] on matio

    [pre-commit.ci] pre-commit autoupdate

  • tbeu committed [b0b314] on matio

    cmake: rework -Wl,--no-undefined/-Wl,-undefined,error handling

  • tbeu committed [35595d] on matio

    [pre-commit.ci] auto fixes from pre-commit.com hooks

1 >