-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moving the rest of Unix libraries to the 'overrider' mechanism when l…
…inked into static host. (#45995) * System.Net.Security.Native * System.Native * fix for OSX * fix for wasm * fix for IOS * Fix for FreeBSD * System.Security.Cryptography.Native.OpenSsl * fix OSX * Add script to validate entrypoints.c against dll entries * add missing CryptoNative entries * Added verification in more projects * Add missing entries in other files * System.Security.Cryptography.Native.Apple * fix for IOS/TVOS * Change .py verification script to bash * Update the verify_entrypoints.sh to not to use awk and work on macOS * PR feedback * reduce exports of System.IO.Compression.Native.dll on Windows to what is actually used and to match Unix. * unixexports for System.IO.Compression.Native * trying to fix IOS/TVOS * move awk and linker flavor detection to configuretools.cmake Co-authored-by: Jan Vorlicek <[email protected]>
- Loading branch information
Showing
33 changed files
with
1,137 additions
and
189 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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
21 changes: 21 additions & 0 deletions
21
...ies/Native/Unix/System.IO.Compression.Native/System.IO.Compression.Native_unixexports.src
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
; Licensed to the .NET Foundation under one or more agreements. | ||
; The .NET Foundation licenses this file to you under the MIT license. | ||
|
||
BrotliDecoderCreateInstance | ||
BrotliDecoderDecompress | ||
BrotliDecoderDecompressStream | ||
BrotliDecoderDestroyInstance | ||
BrotliDecoderIsFinished | ||
BrotliEncoderCompress | ||
BrotliEncoderCompressStream | ||
BrotliEncoderCreateInstance | ||
BrotliEncoderDestroyInstance | ||
BrotliEncoderHasMoreOutput | ||
BrotliEncoderSetParameter | ||
CompressionNative_Crc32 | ||
CompressionNative_Deflate | ||
CompressionNative_DeflateEnd | ||
CompressionNative_DeflateInit2_ | ||
CompressionNative_Inflate | ||
CompressionNative_InflateEnd | ||
CompressionNative_InflateInit2_ |
Oops, something went wrong.