Releases: kuba--/zip
Releases · kuba--/zip
zip 0.1.16
zip 0.1.15
- Add Doxygen support
- Fix UNIX file permissions
- Update CMake files with config install
zip 0.1.14
- Fix ssize_t on 64-bit Windows (#96)
- Implements upstream fix to richgel999/miniz#124
- Update CmakeLists.txt (#99)
zip 0.1.13
- Support
ssize_t
for GCC on RPI3 - Remove unnecessary assertion (https://github.com/kuba--/zip/issues/92)
zip 0.1.12
- Extract zipped symlinks as symlinks on UNIX platforms.
- Support for TDM-GCC compiler.
- Rename function
basename
tobase_name
(to avoid conflicts with<string.h>
). - Support for Android NDK
<stdint.h>
.
zip 0.1.11
- Make read functions syscall compatible.
- Improvements in build system (make install)
Bugfixes:
- "zip_extract doesn't work if not on main OS drive" (https://github.com/kuba--/zip/issues/85)
zip 0.1.10
Bugfixes:
- "Files have creating time same with zip time" (https://github.com/kuba--/zip/issues/74)
zip 0.1.9
zip 0.1.8
zip 0.1.7
- Fix Issue generating zip windows MSYS": https://github.com/kuba--/zip/issues/46
- Use target_include_directories to help dependents find the zip.h file: https://github.com/kuba--/zip/pull/45