-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move zlib-intel to src/native/external
- Loading branch information
Showing
32 changed files
with
26 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
bf103c626c6c0d80580748f6b814ec534614ca52 | ||
|
||
https://github.com/jtkukunas/zlib/commit/bf103c626c6c0d80580748f6b814ec534614ca52 | ||
|
||
Note: This library is not using a proper release lifecycle. v1.2.11.1_jtkv6.3 was the last version released in 2019. | ||
Therefore, we are pointing to a random commit from 2021 rather than a version tag. |
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,19 @@ | ||
set(ZLIB_SOURCES_BASE | ||
adler32.c | ||
compress.c | ||
crc_folding.c | ||
crc32.c | ||
deflate_medium.c | ||
deflate_quick.c | ||
deflate.c | ||
inffast.c | ||
inflate.c | ||
inftrees.c | ||
match.c | ||
slide_sse.c | ||
trees.c | ||
x86.c | ||
zutil.c | ||
) | ||
|
||
addprefix(ZLIB_SOURCES "${CMAKE_CURRENT_LIST_DIR}/zlib-intel" "${ZLIB_SOURCES_BASE}") |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 was deleted.
Oops, something went wrong.