Lines Matching +full:zlib +full:- +full:ng +full:-
1 == Patches applied on top of zlib ==
3 - 0000-build.patch: changes from the upstream version, mostly related to the
5 - 0001-simd.patch: integrate Intel SIMD optimizations from
6 https://github.com/jtkukunas/zlib/
7 - 0002-uninitializedcheck.patch: prevent uninitialized use of state->check
12 - git format-patch master --stdout > foo.patch # where naming follows a growing
14 - git add foo.patch
15 - git commit -a -m "Local patch."
16 - git rebase -i HEAD~2 # Squashing the second commit
21 Chromium's zlib.
24 changes to ease update adoption with new releases of zlib. This insulation
42 - canonical zlib: https://github.com/madler/zlib/
43 - zlib-ng: https://github.com/Dead2/zlib-ng