Fossil SCM
| a9e589c… | florian | 1 | All files under this contrib directory are UNSUPPORTED. They were |
| 7ef7284… | drh | 2 | provided by users of zlib and were not tested by the authors of zlib. |
| 7ef7284… | drh | 3 | Use at your own risk. Please contact the authors of the contributions |
| 7ef7284… | drh | 4 | for help about these, not the zlib authors. Thanks. |
| 7ef7284… | drh | 5 | |
| 7ef7284… | drh | 6 | |
| 7ef7284… | drh | 7 | ada/ by Dmitriy Anisimkov <[email protected]> |
| 7ef7284… | drh | 8 | Support for Ada |
| 6ea30fb… | florian | 9 | See https://zlib-ada.sourceforge.net/ |
| 7ef7284… | drh | 10 | |
| 7ef7284… | drh | 11 | blast/ by Mark Adler <[email protected]> |
| 7ef7284… | drh | 12 | Decompressor for output of PKWare Data Compression Library (DCL) |
| 7ef7284… | drh | 13 | |
| 7ef7284… | drh | 14 | delphi/ by Cosmin Truta <[email protected]> |
| 7ef7284… | drh | 15 | Support for Delphi and C++ Builder |
| 7ef7284… | drh | 16 | |
| 7ef7284… | drh | 17 | dotzlib/ by Henrik Ravn <[email protected]> |
| 7ef7284… | drh | 18 | Support for Microsoft .Net and Visual C++ .Net |
| 7ef7284… | drh | 19 | |
| 7ef7284… | drh | 20 | gcc_gvmat64/by Gilles Vollant <[email protected]> |
| 7ef7284… | drh | 21 | GCC Version of x86 64-bit (AMD64 and Intel EM64t) code for x64 |
| 7ef7284… | drh | 22 | assembler to replace longest_match() and inflate_fast() |
| 7ef7284… | drh | 23 | |
| 7ef7284… | drh | 24 | infback9/ by Mark Adler <[email protected]> |
| 7ef7284… | drh | 25 | Unsupported diffs to infback to decode the deflate64 format |
| 7ef7284… | drh | 26 | |
| 7ef7284… | drh | 27 | iostream/ by Kevin Ruland <[email protected]> |
| 7ef7284… | drh | 28 | A C++ I/O streams interface to the zlib gz* functions |
| 7ef7284… | drh | 29 | |
| e38d5e1… | jan.nijtmans | 30 | iostream2/ by Tyge Løvset <[email protected]> |
| 7ef7284… | drh | 31 | Another C++ I/O streams interface |
| 7ef7284… | drh | 32 | |
| 7ef7284… | drh | 33 | iostream3/ by Ludwig Schwardt <[email protected]> |
| 7ef7284… | drh | 34 | and Kevin Ruland <[email protected]> |
| 7ef7284… | drh | 35 | Yet another C++ I/O streams interface |
| 7ef7284… | drh | 36 | |
| 7ef7284… | drh | 37 | minizip/ by Gilles Vollant <[email protected]> |
| 7ef7284… | drh | 38 | Mini zip and unzip based on zlib |
| 7ef7284… | drh | 39 | Includes Zip64 support by Mathias Svensson <[email protected]> |
| 6ea30fb… | florian | 40 | See https://www.winimage.com/zLibDll/minizip.html |
| 7ef7284… | drh | 41 | |
| 7ef7284… | drh | 42 | pascal/ by Bob Dellaca <[email protected]> et al. |
| 7ef7284… | drh | 43 | Support for Pascal |
| 7ef7284… | drh | 44 | |
| 7ef7284… | drh | 45 | puff/ by Mark Adler <[email protected]> |
| 7ef7284… | drh | 46 | Small, low memory usage inflate. Also serves to provide an |
| 7ef7284… | drh | 47 | unambiguous description of the deflate format. |
| 7ef7284… | drh | 48 | |
| 6ea30fb… | florian | 49 | crc32vx/ by Ilya Leoshkevich <[email protected]> |
| 6ea30fb… | florian | 50 | Hardware-accelerated CRC32 on IBM Z with Z13 VX extension. |
| 6ea30fb… | florian | 51 | |
| 7ef7284… | drh | 52 | testzlib/ by Gilles Vollant <[email protected]> |
| 7ef7284… | drh | 53 | Example of the use of zlib |
| 7ef7284… | drh | 54 | |
| 6ea30fb… | florian | 55 | zlib1-dll/ |
| 6ea30fb… | florian | 56 | by @Vollstrecker on github.com |
| 6ea30fb… | florian | 57 | Build the legacy zlib1.dll with zlib and minizip. |