annotate src/zlib-1.2.8/contrib/README.contrib @ 56:af97cad61ff0

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