annotate src/zlib-1.2.8/contrib/README.contrib @ 148:b4bfdf10c4b3

Update Win64 capnp builds to v0.6
author Chris Cannam <cannam@all-day-breakfast.com>
date Mon, 22 May 2017 18:56:49 +0100
parents 5b4145a0d408
children
rev   line source
cannam@128 1 All files under this contrib directory are UNSUPPORTED. There were
cannam@128 2 provided by users of zlib and were not tested by the authors of zlib.
cannam@128 3 Use at your own risk. Please contact the authors of the contributions
cannam@128 4 for help about these, not the zlib authors. Thanks.
cannam@128 5
cannam@128 6
cannam@128 7 ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com>
cannam@128 8 Support for Ada
cannam@128 9 See http://zlib-ada.sourceforge.net/
cannam@128 10
cannam@128 11 amd64/ by Mikhail Teterin <mi@ALDAN.algebra.com>
cannam@128 12 asm code for AMD64
cannam@128 13 See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
cannam@128 14
cannam@128 15 asm686/ by Brian Raiter <breadbox@muppetlabs.com>
cannam@128 16 asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
cannam@128 17 See http://www.muppetlabs.com/~breadbox/software/assembly.html
cannam@128 18
cannam@128 19 blast/ by Mark Adler <madler@alumni.caltech.edu>
cannam@128 20 Decompressor for output of PKWare Data Compression Library (DCL)
cannam@128 21
cannam@128 22 delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro>
cannam@128 23 Support for Delphi and C++ Builder
cannam@128 24
cannam@128 25 dotzlib/ by Henrik Ravn <henrik@ravn.com>
cannam@128 26 Support for Microsoft .Net and Visual C++ .Net
cannam@128 27
cannam@128 28 gcc_gvmat64/by Gilles Vollant <info@winimage.com>
cannam@128 29 GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
cannam@128 30 assembler to replace longest_match() and inflate_fast()
cannam@128 31
cannam@128 32 infback9/ by Mark Adler <madler@alumni.caltech.edu>
cannam@128 33 Unsupported diffs to infback to decode the deflate64 format
cannam@128 34
cannam@128 35 inflate86/ by Chris Anderson <christop@charm.net>
cannam@128 36 Tuned x86 gcc asm code to replace inflate_fast()
cannam@128 37
cannam@128 38 iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
cannam@128 39 A C++ I/O streams interface to the zlib gz* functions
cannam@128 40
cannam@128 41 iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no>
cannam@128 42 Another C++ I/O streams interface
cannam@128 43
cannam@128 44 iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
cannam@128 45 and Kevin Ruland <kevin@rodin.wustl.edu>
cannam@128 46 Yet another C++ I/O streams interface
cannam@128 47
cannam@128 48 masmx64/ by Gilles Vollant <info@winimage.com>
cannam@128 49 x86 64-bit (AMD64 and Intel EM64t) code for x64 assembler to
cannam@128 50 replace longest_match() and inflate_fast(), also masm x86
cannam@128 51 64-bits translation of Chris Anderson inflate_fast()
cannam@128 52
cannam@128 53 masmx86/ by Gilles Vollant <info@winimage.com>
cannam@128 54 x86 asm code to replace longest_match() and inflate_fast(),
cannam@128 55 for Visual C++ and MASM (32 bits).
cannam@128 56 Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
cannam@128 57
cannam@128 58 minizip/ by Gilles Vollant <info@winimage.com>
cannam@128 59 Mini zip and unzip based on zlib
cannam@128 60 Includes Zip64 support by Mathias Svensson <mathias@result42.com>
cannam@128 61 See http://www.winimage.com/zLibDll/unzip.html
cannam@128 62
cannam@128 63 pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
cannam@128 64 Support for Pascal
cannam@128 65
cannam@128 66 puff/ by Mark Adler <madler@alumni.caltech.edu>
cannam@128 67 Small, low memory usage inflate. Also serves to provide an
cannam@128 68 unambiguous description of the deflate format.
cannam@128 69
cannam@128 70 testzlib/ by Gilles Vollant <info@winimage.com>
cannam@128 71 Example of the use of zlib
cannam@128 72
cannam@128 73 untgz/ by Pedro A. Aranda Gutierrez <paag@tid.es>
cannam@128 74 A very simple tar.gz file extractor using zlib
cannam@128 75
cannam@128 76 vstudio/ by Gilles Vollant <info@winimage.com>
cannam@128 77 Building a minizip-enhanced zlib with Microsoft Visual Studio
cannam@128 78 Includes vc11 from kreuzerkrieg and vc12 from davispuh