cannam@128: All files under this contrib directory are UNSUPPORTED. There were cannam@128: provided by users of zlib and were not tested by the authors of zlib. cannam@128: Use at your own risk. Please contact the authors of the contributions cannam@128: for help about these, not the zlib authors. Thanks. cannam@128: cannam@128: cannam@128: ada/ by Dmitriy Anisimkov cannam@128: Support for Ada cannam@128: See http://zlib-ada.sourceforge.net/ cannam@128: cannam@128: amd64/ by Mikhail Teterin cannam@128: asm code for AMD64 cannam@128: See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393 cannam@128: cannam@128: asm686/ by Brian Raiter cannam@128: asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax cannam@128: See http://www.muppetlabs.com/~breadbox/software/assembly.html cannam@128: cannam@128: blast/ by Mark Adler cannam@128: Decompressor for output of PKWare Data Compression Library (DCL) cannam@128: cannam@128: delphi/ by Cosmin Truta cannam@128: Support for Delphi and C++ Builder cannam@128: cannam@128: dotzlib/ by Henrik Ravn cannam@128: Support for Microsoft .Net and Visual C++ .Net cannam@128: cannam@128: gcc_gvmat64/by Gilles Vollant cannam@128: GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64 cannam@128: assembler to replace longest_match() and inflate_fast() cannam@128: cannam@128: infback9/ by Mark Adler cannam@128: Unsupported diffs to infback to decode the deflate64 format cannam@128: cannam@128: inflate86/ by Chris Anderson cannam@128: Tuned x86 gcc asm code to replace inflate_fast() cannam@128: cannam@128: iostream/ by Kevin Ruland cannam@128: A C++ I/O streams interface to the zlib gz* functions cannam@128: cannam@128: iostream2/ by Tyge Løvset cannam@128: Another C++ I/O streams interface cannam@128: cannam@128: iostream3/ by Ludwig Schwardt cannam@128: and Kevin Ruland cannam@128: Yet another C++ I/O streams interface cannam@128: cannam@128: masmx64/ by Gilles Vollant cannam@128: x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to cannam@128: replace longest_match() and inflate_fast(), also masm x86 cannam@128: 64-bits translation of Chris Anderson inflate_fast() cannam@128: cannam@128: masmx86/ by Gilles Vollant cannam@128: x86 asm code to replace longest_match() and inflate_fast(), cannam@128: for Visual C++ and MASM (32 bits). cannam@128: Based on Brian Raiter (asm686) and Chris Anderson (inflate86) cannam@128: cannam@128: minizip/ by Gilles Vollant cannam@128: Mini zip and unzip based on zlib cannam@128: Includes Zip64 support by Mathias Svensson cannam@128: See http://www.winimage.com/zLibDll/unzip.html cannam@128: cannam@128: pascal/ by Bob Dellaca et al. cannam@128: Support for Pascal cannam@128: cannam@128: puff/ by Mark Adler cannam@128: Small, low memory usage inflate. Also serves to provide an cannam@128: unambiguous description of the deflate format. cannam@128: cannam@128: testzlib/ by Gilles Vollant cannam@128: Example of the use of zlib cannam@128: cannam@128: untgz/ by Pedro A. Aranda Gutierrez cannam@128: A very simple tar.gz file extractor using zlib cannam@128: cannam@128: vstudio/ by Gilles Vollant cannam@128: Building a minizip-enhanced zlib with Microsoft Visual Studio cannam@128: Includes vc11 from kreuzerkrieg and vc12 from davispuh