stachenov / quazip

Qt/C++ wrapper over minizip
Other
554 stars 231 forks source link

Sync the minizip code from upstream #188

Open cen1 opened 4 months ago

cen1 commented 4 months ago

Pull in the latest minizip code

Observation: quite a few changes from the code that is currently in the repo.

  1. Diff against the old clean version to strictly document local changed and additions. Already pretty good in some places.
  2. Apply the changes to the new code
  3. Think of a way to avoid this work for future sync

Relavant issues: https://github.com/stachenov/quazip/issues/19

Slightly relavant: https://github.com/stachenov/quazip/issues/169 https://github.com/stachenov/quazip/issues/107

Neustradamus commented 4 months ago

To follow