-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #759 from AHSauge/fixes/zip-dep
Update zip dependency to fix GCC14 build error
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zip
updated
17 files
+3 −16 | .github/workflows/build.yml | |
+2 −2 | CMakeLists.txt | |
+3 −5 | Doxyfile.in | |
+230 −36 | README.md | |
+1 −1 | cmake/sanitize-helpers.cmake | |
+317 −206 | src/miniz.h | |
+415 −127 | src/zip.c | |
+123 −7 | src/zip.h | |
+11 −0 | test/CMakeLists.txt | |
+10 −2 | test/test_append.c | |
+150 −7 | test/test_entry.c | |
+54 −10 | test/test_extract.c | |
+88 −0 | test/test_open.c | |
+17 −9 | test/test_permissions.c | |
+9 −3 | test/test_read.c | |
+98 −0 | test/test_static.c | |
+31 −4 | test/test_write.c |