Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
3.0 KiB

  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 <[email protected]>
  6. Support for Ada
  7. See http://zlib-ada.sourceforge.net/
  8. amd64/ by Mikhail Teterin <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  15. Decompressor for output of PKWare Data Compression Library (DCL)
  16. delphi/ by Cosmin Truta <[email protected]>
  17. Support for Delphi and C++ Builder
  18. dotzlib/ by Henrik Ravn <[email protected]>
  19. Support for Microsoft .Net and Visual C++ .Net
  20. gcc_gvmat64/by Gilles Vollant <[email protected]>
  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 <[email protected]>
  24. Unsupported diffs to infback to decode the deflate64 format
  25. inflate86/ by Chris Anderson <[email protected]>
  26. Tuned x86 gcc asm code to replace inflate_fast()
  27. iostream/ by Kevin Ruland <[email protected]>
  28. A C++ I/O streams interface to the zlib gz* functions
  29. iostream2/ by Tyge L�vset <[email protected]>
  30. Another C++ I/O streams interface
  31. iostream3/ by Ludwig Schwardt <[email protected]>
  32. and Kevin Ruland <[email protected]>
  33. Yet another C++ I/O streams interface
  34. masmx64/ by Gilles Vollant <[email protected]>
  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 <[email protected]>
  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 <[email protected]>
  43. Mini zip and unzip based on zlib
  44. Includes Zip64 support by Mathias Svensson <[email protected]>
  45. See http://www.winimage.com/zLibDll/unzip.html
  46. pascal/ by Bob Dellaca <[email protected]> et al.
  47. Support for Pascal
  48. puff/ by Mark Adler <[email protected]>
  49. Small, low memory usage inflate. Also serves to provide an
  50. unambiguous description of the deflate format.
  51. testzlib/ by Gilles Vollant <[email protected]>
  52. Example of the use of zlib
  53. untgz/ by Pedro A. Aranda Gutierrez <[email protected]>
  54. A very simple tar.gz file extractor using zlib
  55. vstudio/ by Gilles Vollant <[email protected]>
  56. Building a minizip-enhanced zlib with Microsoft Visual Studio