diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:51:45 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 18:51:45 +0300 |
| commit | d3261e64152397db2dca4d691a990c6bc2a6f4dd (patch) | |
| tree | fac2f7be638651181a72453d714f0f96675c2b8b /archived/ptlibzippy/contrib/README.contrib | |
| parent | 31b9a8949ed0a288143e23bf739f2eb64fdc63be (diff) | |
| download | Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.tar.gz Project-Tick-d3261e64152397db2dca4d691a990c6bc2a6f4dd.zip | |
NOISSUE add archived projects
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'archived/ptlibzippy/contrib/README.contrib')
| -rw-r--r-- | archived/ptlibzippy/contrib/README.contrib | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/archived/ptlibzippy/contrib/README.contrib b/archived/ptlibzippy/contrib/README.contrib new file mode 100644 index 0000000000..001ecf0b45 --- /dev/null +++ b/archived/ptlibzippy/contrib/README.contrib @@ -0,0 +1,57 @@ +All files under this contrib directory are UNSUPPORTED. They were +provided by users of PTlibzippy and were not tested by the authors of PTlibzippy. +Use at your own risk. Please contact the authors of the contributions +for help about these, not the PTlibzippy authors. Thanks. + + +ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com> + Support for Ada + See https://zlib-ada.sourceforge.net/ + +blast/ by Mark Adler <madler@alumni.caltech.edu> + Decompressor for output of PKWare Data Compression Library (DCL) + +delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro> + Support for Delphi and C++ Builder + +dotptlibzippy/ by Henrik Ravn <henrik@ravn.com> + Support for Microsoft .Net and Visual C++ .Net + +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() + +infback9/ by Mark Adler <madler@alumni.caltech.edu> + Unsupported diffs to infback to decode the deflate64 format + +iostream/ by Kevin Ruland <kevin@rodin.wustl.edu> + A C++ I/O streams interface to the PTlibzippy gz* functions + +iostream2/ by Tyge Løvset <Tyge.Lovset@cmr.no> + Another C++ I/O streams interface + +iostream3/ by Ludwig Schwardt <schwardt@sun.ac.za> + and Kevin Ruland <kevin@rodin.wustl.edu> + Yet another C++ I/O streams interface + +minizip/ by Gilles Vollant <info@winimage.com> + Mini zip and unzip based on PTlibzippy + Includes Zip64 support by Mathias Svensson <mathias@result42.com> + See https://www.winimage.com/zLibDll/minizip.html + +pascal/ by Bob Dellaca <bobdl@xtra.co.nz> et al. + Support for Pascal + +puff/ by Mark Adler <madler@alumni.caltech.edu> + Small, low memory usage inflate. Also serves to provide an + unambiguous description of the deflate format. + +crc32vx/ by Ilya Leoshkevich <iii@linux.ibm.com> + Hardware-accelerated CRC32 on IBM Z with Z13 VX extension. + +testptlibzippy/ by Gilles Vollant <info@winimage.com> + Example of the use of PTlibzippy + +zlib1-dll/ + by @Vollstrecker on github.com + Build the legacy zlib1.dll with zlib and minizip. |
