README.contrib 3.1 KB

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