Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: tbeu/matio
base: f8cd397
Choose a base ref
head repository: tbeu/matio
compare: fabac6c
Choose a head ref
  • 16 commits
  • 14 files changed
  • 2 contributors

Commits on Jun 14, 2019

  1. Check integer overflows

    mjkoo-fas authored and tbeu committed Jun 14, 2019
  2. Fix patch

    tbeu committed Jun 14, 2019

Commits on Jun 19, 2019

  1. Fix MSCV warning C4244

    tbeu committed Jun 19, 2019

Commits on Jun 21, 2019

  1. Fix Cygwin build

    tbeu committed Jun 21, 2019
  2. Fix issues reported by cppcheck

    tbeu committed Jun 21, 2019
  3. Revert error handling in Mat_VarFree

    * Mat_VarFree should not fail with Mat_Critical
    * Fix potential memory leaks by early returns
    tbeu committed Jun 21, 2019
  4. Revert error handling in Mat_VarPrint

    * Remove unnecessary early returns
    tbeu committed Jun 21, 2019
  5. Fix return value

    tbeu committed Jun 21, 2019
  6. Fix early returns

    tbeu committed Jun 21, 2019

Commits on Jun 24, 2019

  1. Merge pull request #118 from tbeu/check-integer-overflows

    Check integer overflows
    tbeu committed Jun 24, 2019
  2. Bump libtool version number

    tbeu committed Jun 24, 2019
  3. Avoid potential division by zero

    tbeu committed Jun 24, 2019