forked from bazelbuild/bazel
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Partial commit for third_party/*, see bazelbuild#15497. Signed-off-by: Sunil Gowroji <[email protected]>
- Loading branch information
1 parent
43cb21a
commit 668805a
Showing
72 changed files
with
12,197 additions
and
1,713 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ZLIB DATA COMPRESSION LIBRARY | ||
|
||
zlib 1.2.11 is a general purpose data compression library. All the code is | ||
zlib 1.2.12 is a general purpose data compression library. All the code is | ||
thread safe. The data format used by the zlib library is described by RFCs | ||
(Request for Comments) 1950 to 1952 in the files | ||
http://tools.ietf.org/html/rfc1950 (zlib format), rfc1951 (deflate format) and | ||
|
@@ -31,7 +31,7 @@ Mark Nelson <[email protected]> wrote an article about zlib for the Jan. 1997 | |
issue of Dr. Dobb's Journal; a copy of the article is available at | ||
http://marknelson.us/1997/01/01/zlib-engine/ . | ||
|
||
The changes made in version 1.2.11 are documented in the file ChangeLog. | ||
The changes made in version 1.2.12 are documented in the file ChangeLog. | ||
|
||
Unsupported third party contributions are provided in directory contrib/ . | ||
|
||
|
@@ -84,7 +84,7 @@ Acknowledgments: | |
|
||
Copyright notice: | ||
|
||
(C) 1995-2017 Jean-loup Gailly and Mark Adler | ||
(C) 1995-2022 Jean-loup Gailly and Mark Adler | ||
|
||
This software is provided 'as-is', without any express or implied | ||
warranty. In no event will the authors be held liable for any damages | ||
|
@@ -108,7 +108,10 @@ Copyright notice: | |
If you use the zlib library in a product, we would appreciate *not* receiving | ||
lengthy legal documents to sign. The sources are provided for free but without | ||
warranty of any kind. The library has been entirely written by Jean-loup | ||
Gailly and Mark Adler; it does not include third-party code. | ||
Gailly and Mark Adler; it does not include third-party code. We make all | ||
contributions to and distributions of this project solely in our personal | ||
capacity, and are not conveying any rights to any intellectual property of | ||
any third parties. | ||
|
||
If you redistribute modified sources, we would appreciate that you include in | ||
the file ChangeLog history information documenting your changes. Please read | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,14 +8,6 @@ ada/ by Dmitriy Anisimkov <[email protected]> | |
Support for Ada | ||
See http://zlib-ada.sourceforge.net/ | ||
|
||
amd64/ by Mikhail Teterin <[email protected]> | ||
asm code for AMD64 | ||
See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393 | ||
|
||
asm686/ by Brian Raiter <[email protected]> | ||
asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax | ||
See http://www.muppetlabs.com/~breadbox/software/assembly.html | ||
|
||
blast/ by Mark Adler <[email protected]> | ||
Decompressor for output of PKWare Data Compression Library (DCL) | ||
|
||
|
@@ -32,9 +24,6 @@ gcc_gvmat64/by Gilles Vollant <[email protected]> | |
infback9/ by Mark Adler <[email protected]> | ||
Unsupported diffs to infback to decode the deflate64 format | ||
|
||
inflate86/ by Chris Anderson <[email protected]> | ||
Tuned x86 gcc asm code to replace inflate_fast() | ||
|
||
iostream/ by Kevin Ruland <[email protected]> | ||
A C++ I/O streams interface to the zlib gz* functions | ||
|
||
|
@@ -45,16 +34,6 @@ iostream3/ by Ludwig Schwardt <[email protected]> | |
and Kevin Ruland <[email protected]> | ||
Yet another C++ I/O streams interface | ||
|
||
masmx64/ by Gilles Vollant <[email protected]> | ||
x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to | ||
replace longest_match() and inflate_fast(), also masm x86 | ||
64-bits translation of Chris Anderson inflate_fast() | ||
|
||
masmx86/ by Gilles Vollant <[email protected]> | ||
x86 asm code to replace longest_match() and inflate_fast(), | ||
for Visual C++ and MASM (32 bits). | ||
Based on Brian Raiter (asm686) and Chris Anderson (inflate86) | ||
|
||
minizip/ by Gilles Vollant <[email protected]> | ||
Mini zip and unzip based on zlib | ||
Includes Zip64 support by Mathias Svensson <[email protected]> | ||
|
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
Oops, something went wrong.