-
Notifications
You must be signed in to change notification settings - Fork 5k
Migrate to zlib-ng, part 2: consume it in runtime #102403
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
fb1d1b2
Comment zlib.cmake and zlib-intel.cmake to confirm they're not being …
carlossanlop e19dc0f
Windows, Unix, MacOS and NativeAOT adjustments and workarounds for su…
carlossanlop 88c2ac4
Workaround: Comment SIZEOF_DATA_PTR test due to problem when trying t…
carlossanlop 4400116
Workaround: suppress build error 'W4 overriding W3'.
carlossanlop b96f889
Workaround: Make sure MacOS ignores unused CLI arguments
carlossanlop 5737007
Fix HAVE_PTRDIFF_T by forcing all try_compile tests to use Release bu…
jkoritzinsky b578594
Enable CFG and fix warning levels
jkoritzinsky a4ab08c
Use the same inherited property model we're using for our other scena…
jkoritzinsky 871a5cd
Specify the warning level at the directory level.
jkoritzinsky 9ab7ab0
Fix the build in coreclr.
carlossanlop 76a47b5
remove zlib from mono metadata target_link_library calls
carlossanlop e0bbfcb
Only keep zlib in mono mini in two places
carlossanlop f4a2802
Keep only one zlib in mono profiler
carlossanlop 40c43b6
fix wasi and browser build
carlossanlop 03de95b
Fix aot build
carlossanlop a1fd889
Add libz.a to PlatformManifestFileEntry
carlossanlop ccbdbca
Fix mono windows build
carlossanlop 523577b
Replace "-lz" with "libz.a" in apple app builder templates
carlossanlop aa4cc34
Remove dup libz.a
carlossanlop a5a7565
Add missing libz.a for AppleBuild.targets
carlossanlop a5d1835
Replace -lz with libz.a in tasks LibraryBuilder CMakeLists template
carlossanlop 15e4d7a
AppleBuild.targets should pass libz.a through the Bundle items
carlossanlop 32d4d15
Use system zlib for mobile. Use this copy of zlib-ng for everything e…
carlossanlop c0e7fa5
Split build for mobile
carlossanlop e840a5d
Redefine UseSystemZlib property for NativeAOT
carlossanlop 07b9c98
Define UseSystemZlib in AppleBuild.targets again
carlossanlop 1e74746
Use apple pre-existing property for native.unix.targets.
carlossanlop 6837be2
Use <zlib.h> directly in log.c and mprof-report.c
carlossanlop 1643a1f
Use Exists to condfition UseSystemZlib
carlossanlop a6d84cc
MIssing single quotes
carlossanlop 9c17349
tabs->spaces
carlossanlop 5399b6f
Remove FUNCTIONEXPORT
carlossanlop 24ebaba
Fix build failure in mobile due to recently added unconditioned zlib …
carlossanlop 13aeb0f
Simplify zlib_allocator.h
carlossanlop f0e60d9
Fix build for linux-armv6
carlossanlop c5f6798
Remove unneeded definitions for ZLIB_COMPAT and INTERNAL_ZLIB_NG
carlossanlop e073b20
Remove unnecessary endif arguments and remove duplicate linked library
carlossanlop 6e9a7c6
Rename INTERNAL_ZLIB_NG to CLR_CMAKE_USE_SYSTEM_ZLIB, fix some incorr…
carlossanlop 417ea9f
Workaround: skip zlib-ng inclusion in armv6
carlossanlop File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.