2235 Commits

Author SHA1 Message Date
dependabot[bot]
c808a65a0e Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-02 13:16:44 -05:00
Cœur
6d45beb98d ignore number_entry_cd when recover 2024-11-18 12:38:38 -05:00
Mikhail Khachayants
d7f5fdd19a fix and improve fuzzers 2024-11-14 18:07:14 -05:00
Cœur
00d695db9b align ZEXPORT definitions 2024-11-11 20:18:10 -05:00
Cœur
32b66976a7 missing mz_dos_date defines in unzip.h 2024-11-11 17:30:19 -05:00
Yasuhiro Hatta
34111e29e9 FIx typo in mz_zip_file.md 2024-11-11 13:56:38 -05:00
Nathan Moinvaziri
3bced613bc Move zlib include to zip/unzip headers like org minizip. 2024-11-11 10:56:18 -08:00
Cœur
522196762d improve logic on variants of ZLIB_H 2024-11-11 13:54:52 -05:00
Cœur
6a1a1eed0b fix Windows build 2024-11-11 13:54:52 -05:00
Cœur
3438b8832d remove superfluous redefines 2024-11-11 13:54:52 -05:00
Cœur
91182928a4 avoid redefining already defined type 2024-11-11 13:54:52 -05:00
Cœur
91112baa26 Expose zlib constants for backwards compat 2024-11-11 13:54:52 -05:00
Cœur
53e63823f5 fix incorrect dos date conversion 2024-11-11 13:52:13 -05:00
Nathan Moinvaziri
2c51fa719e Clang-format style changes. 2024-11-01 16:37:57 -07:00
Cœur
483950d09d Adopting a clang-format based on Google style 2024-11-01 16:13:37 -07:00
Cœur
39255ca709 The value is never actually read from 'zlib' 2024-11-01 16:13:37 -07:00
Cœur
c460967d7a Value stored to 'err' is never read 2024-11-01 16:13:36 -07:00
Cœur
20c6f562d1 Implicit conversion loses integer precision: 'unsigned long' to 'int32_t' 2024-10-31 11:38:23 -07:00
Cœur
8339456a44 Variable 'total_in' set but not used 2024-10-31 14:37:14 -04:00
Nathan Moinvaziri
7df56f7cc8 Split compat layer into different source files #806 2024-10-30 18:11:27 -04:00
Nathan Moinvaziri
cc14474b37 Move mz_compat to compat folder. 2024-10-30 18:11:27 -04:00
Nathan Moinvaziri
0bf8db3cff Fixed GCC warnings about path_length reuse in strncat. 2024-10-30 18:11:27 -04:00
Cœur
8950c248ae Group compatibilities per origin 2024-10-30 14:02:37 -04:00
Nathan Moinvaziri
6946ba67d0 Fixed disk spanning failures due to changes in #799.
At the end of a disk, we return any bytes read before proceeding to
the next disk. This allows us to return MZ_EXIST_ERROR when the next
disk is not found.
2024-10-30 13:01:47 -04:00
Cœur
b2691a0c96 Added MZ_TARGET_APPSTORE to hide GSM private api on macOS 2024-10-23 11:28:07 -07:00
Kai Pastor
95fdb49672 Do not use REQUIRED with find_dependency 2024-10-23 11:28:07 -07:00
Nathan Moinvaziri
9aeff7bc29 Fixed whitespace in mz_stream_split_open_disk. 2024-10-23 11:28:07 -07:00
筱萍
40416c35c3 Fix decompress a zip multi-volume archive file without filename extensions will cause an infinite loop. 2024-10-23 11:28:07 -07:00
Cœur
23bf392d1b fix: avoid private api on Mac App Store 2024-10-22 13:11:20 -04:00
Nathan Moinvaziri
0ee98b6909 Check version when verifying password for pkcrypt. #800 2024-10-18 12:01:40 -07:00
Nathan Moinvaziri
fe5fedc365 Version 4.0.7. 4.0.7 2024-06-15 09:21:44 -07:00
Nathan Moinvaziri
bfc8f6c9e1 Added definition for zipOpenNewFileInZip64 for backwards compat #787 2024-06-15 09:16:27 -07:00
Nathan Moinvaziri
b887f8104b Rename cli instead of lib for VS conflicts to prevent linker error. #778 2024-06-07 19:48:35 -07:00
Nathan Moinvaziri
1ddb23dfc0 Clean up casing in CMake. 2024-06-07 19:48:03 -07:00
Nathan Moinvaziri
a64aa8bb4b Only setup python when codecov is enabled. 2024-06-07 19:27:28 -07:00
Nathan Moinvaziri
51ab7c599d Fix macos-latest not properly locating OpenSSL. 2024-06-07 19:27:00 -07:00
Nathan Moinvaziri
2f380cbbbf Upgrade to GoogleTest Framework v1.13.0. 2024-06-07 19:26:12 -07:00
Nathan Moinvaziri
71334463b2 Turn off building shared libraries in CI. 2024-06-01 20:05:05 -07:00
Nathan Moinvaziri
437d2f0e4d Use default version of gcovr. 2024-06-01 19:55:15 -07:00
Nathan Moinvaziri
8a00c0e9fb Disable zlib-ng tests. 2024-06-01 18:30:05 -07:00
Nathan Moinvaziri
d3bc79cd0d Cancel CI jobs when newer HEAD commit available. 2024-06-01 16:48:10 -07:00
Nathan Moinvaziri
f1e9f85777 Reorder branches in readme after making develop default branch. 2024-06-01 16:46:30 -07:00
Nathan Moinvaziri
db940ff659 Fixed zlib-ng build error about installing zlibstatic alias. 2024-06-01 16:44:53 -07:00
Nathan Moinvaziri
1e402d2c2a Rename minizip_cmd to minizip_cli. 2024-06-01 16:44:30 -07:00
Nathan Moinvaziri
4cec116210 Version 4.0.6. 4.0.6 2024-06-01 14:10:39 -07:00
Nathan Moinvaziri
07db361a6e Fixed listing empty zip file. #756 2024-06-01 14:09:47 -07:00
Nathan Moinvaziri
288b2e249e Revert "Add empty directories to zip file. #756"
This reverts commit 168f9ffee7361994574b70cc34983fa741b1f2fe.
2024-06-01 13:59:23 -07:00
Nathan Moinvaziri
c7ed3c8e4c Update liblzma repository to GitHub. 2024-06-01 13:39:36 -07:00
Nathan Moinvaziri
0725402ff1 Switch to using zlib-ng stable.
zlib's CMake is just fucked up for far too long.
2024-06-01 13:27:20 -07:00
Nathan Moinvaziri
5aec551bf7 Fixed zstd master branch no longer working. 2024-04-01 09:44:11 -07:00