Files
Dania Rifki 8f7f36d2db Update vendor/zip from v0.1.19 to v0.3.6 (#2883)
* Updates verdor/zip from v0.1.19 to v0.3.5

no need for the -DCMAKE_POLICY_VERSION_MINIMUM=3.5 flag anymore.

* uses zip v0.2.6 instead of v.3.5

due to:
zip/src/miniz.h:8503:30: error: comparison is always false due to
limited range of data type [-Werror=type-limits]
8503 |     if (((mz_uint64)buf_size > 0xFFFFFFFF) || (uncomp_size >
0xFFFFFFFF)) {

* tries zip v0.3.5 again

but with the -Wno-type-limits flag

* Update vendor/zip to 0.3.6

* Add -Wno-stringop-truncation to zip compile options

* Refactor compiler option checks for zip to only apply -Wno-stringop-truncation for GCC

* Fix for  Baremetal GCC treating string truncation warnings as errors

* Fix support for bare-metal environment by defining lstat as stat

* Format comment

---------

Co-authored-by: imsys <911254+imsys@users.noreply.github.com>
2026-02-07 12:10:19 +01:00
..
2025-09-05 18:13:19 +02:00
2020-10-28 16:04:24 +03:00
2025-04-19 15:59:14 +02:00
2025-11-23 11:57:51 +01:00
2024-10-06 10:32:39 +02:00
2024-03-06 10:36:38 +01:00
2021-04-09 17:26:52 -04:00