Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch from zlib to zlib-ng #295

Merged
merged 1 commit into from
Sep 29, 2024
Merged

Switch from zlib to zlib-ng #295

merged 1 commit into from
Sep 29, 2024

Conversation

bgilbert
Copy link
Member

@bgilbert bgilbert commented Sep 28, 2024

Use zlib-ng (in zlib-compat mode) as a better-optimized alternative. On macOS, ignore the SDK zlib, except that other SDK libraries will continue to use it.

Closes #114.

@openslide-bot
Copy link
Contributor

openslide-bot commented Sep 28, 2024

DCO signed off ✔️

All commits have been signed off. You have certified to the terms of the Developer Certificate of Origin, version 1.1. In particular, you certify that this contribution has not been developed using information obtained under a non-disclosure agreement or other license terms that forbid you from contributing it under the GNU Lesser General Public License, version 2.1.

@bgilbert bgilbert force-pushed the zlib-ng branch 2 times, most recently from f3f0ae2 to 053753e Compare September 28, 2024 20:46
@bgilbert bgilbert marked this pull request as ready for review September 28, 2024 22:39
Use zlib-ng (in zlib-compat mode) as a better-optimized alternative.  On
macOS, ignore the SDK zlib, except that other SDK libraries will continue
to use it.

Signed-off-by: Benjamin Gilbert <[email protected]>
@bgilbert bgilbert merged commit 1ff9da1 into openslide:main Sep 29, 2024
15 checks passed
@bgilbert bgilbert deleted the zlib-ng branch September 29, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Consider switching to an optimized zlib
2 participants