annotate src/zlib-1.2.7/contrib/README.contrib @ 169:223a55898ab9 tip default

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