zlib/contrib/README.contrib

79 lines
3.1 KiB
Plaintext
Raw Normal View History

2011-09-10 10:17:33 +04:00
All files under this contrib directory are UNSUPPORTED. There were
provided by users of zlib and were not tested by the authors of zlib.
Use at your own risk. Please contact the authors of the contributions
for help about these, not the zlib authors. Thanks.
2011-09-10 10:22:37 +04:00
ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com>
2011-09-10 10:23:14 +04:00
Support for Ada
See http://zlib-ada.sourceforge.net/
2011-09-10 10:17:33 +04:00
2011-09-10 10:26:40 +04:00
amd64/ by Mikhail Teterin <mi@ALDAN.algebra.com>
asm code for AMD64
See patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/96393
2011-09-10 10:23:14 +04:00
asm686/ by Brian Raiter <breadbox@muppetlabs.com>
asm code for Pentium and PPro/PII, using the AT&T (GNU as) syntax
See http://www.muppetlabs.com/~breadbox/software/assembly.html
2011-09-10 10:20:29 +04:00
2011-09-10 10:21:47 +04:00
blast/ by Mark Adler <madler@alumni.caltech.edu>
2011-09-10 10:23:14 +04:00
Decompressor for output of PKWare Data Compression Library (DCL)
2011-09-10 10:21:47 +04:00
2011-09-10 10:22:37 +04:00
delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro>
2011-09-10 10:23:14 +04:00
Support for Delphi and C++ Builder
2011-09-10 10:24:02 +04:00
dotzlib/ by Henrik Ravn <henrik@ravn.com>
Support for Microsoft .Net and Visual C++ .Net
2011-09-10 10:32:36 +04:00
gcc_gvmat64/by Gilles Vollant <info@winimage.com>
GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64
assembler to replace longest_match() and inflate_fast()
2011-09-10 10:22:37 +04:00
infback9/ by Mark Adler <madler@alumni.caltech.edu>
Unsupported diffs to infback to decode the deflate64 format
2011-09-10 10:20:29 +04:00
2011-09-10 10:21:47 +04:00
inflate86/ by Chris Anderson <christop@charm.net>
2011-09-10 10:23:14 +04:00
Tuned x86 gcc asm code to replace inflate_fast()
2011-09-10 10:21:47 +04:00
2011-09-10 10:17:33 +04:00
iostream/ by Kevin Ruland <kevin@rodin.wustl.edu>
2011-09-10 10:23:14 +04:00
A C++ I/O streams interface to the zlib gz* functions
2011-09-10 10:17:33 +04:00
iostream2/ by Tyge L<>vset <Tyge.Lovset@cmr.no>
2011-09-10 10:23:14 +04:00
Another C++ I/O streams interface
2011-09-10 10:17:33 +04:00
2011-09-10 10:22:37 +04:00
iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za>
and Kevin Ruland <kevin@rodin.wustl.edu>
2011-09-10 10:23:14 +04:00
Yet another C++ I/O streams interface
2011-09-10 10:22:37 +04:00
2011-09-10 10:24:43 +04:00
masmx64/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:32:36 +04:00
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()
2011-09-10 10:24:43 +04:00
2011-09-10 10:22:37 +04:00
masmx86/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:23:14 +04:00
x86 asm code to replace longest_match() and inflate_fast(),
2011-09-10 10:32:36 +04:00
for Visual C++ and MASM (32 bits).
Based on Brian Raiter (asm686) and Chris Anderson (inflate86)
2011-09-10 10:22:37 +04:00
minizip/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:23:14 +04:00
Mini zip and unzip based on zlib
2011-09-10 10:32:36 +04:00
Includes Zip64 support by Mathias Svensson <mathias@result42.com>
2011-09-10 10:23:14 +04:00
See http://www.winimage.com/zLibDll/unzip.html
2011-09-10 10:22:37 +04:00
pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al.
2011-09-10 10:23:14 +04:00
Support for Pascal
2011-09-10 10:22:37 +04:00
puff/ by Mark Adler <madler@alumni.caltech.edu>
2011-09-10 10:23:14 +04:00
Small, low memory usage inflate. Also serves to provide an
unambiguous description of the deflate format.
2011-09-10 10:22:37 +04:00
testzlib/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:23:14 +04:00
Example of the use of zlib
2011-09-10 10:21:57 +04:00
2011-09-10 10:24:02 +04:00
untgz/ by Pedro A. Aranda Gutierrez <paag@tid.es>
2011-09-10 10:23:14 +04:00
A very simple tar.gz file extractor using zlib
2011-09-10 10:17:33 +04:00
2011-09-10 10:21:57 +04:00
vstudio/ by Gilles Vollant <info@winimage.com>
2011-09-10 10:24:02 +04:00
Building a minizip-enhanced zlib with Microsoft Visual Studio
Includes vc11 from kreuzerkrieg and vc12 from davispuh