Skip to content

4.0.0.0

Compare
Choose a tag to compare
@jkriege2 jkriege2 released this 08 May 13:26
· 6 commits to master since this release
9eabc76

What's Changed

  • security hardening of library (save alternatives to memset(), strcpy(), ...
  • support for CMake's FetchContent-API and modernized CMake scripts (e.g. using namespaces ...)
  • improved support for large files 2GB-4GB
  • split of C and C++ parts into separate libraries
  • fix several memory leaks
  • additional examples and (automated) tests
  • use PROJECT_SOURCE_DIR to enable use as cmake subdirectory by @biojppm in #10
  • README: Removed extraneous double quote by @tay10r in #12
  • added reading resolution info by @iikka-v in #15
  • Fix warnings by @vgrinberg in #22
  • fix reader null-dereference GH #19 by @rurban in #25

New Contributors

Full Changelog: 3.0.0.0...4.0.0.0