Searched refs:minizip (Results 1 – 17 of 17) sorted by relevance
/external/zlib/src/contrib/minizip/ |
D | Makefile | 5 ZIP_OBJS = minizip.o zip.o ioapi.o ../../libz.a 10 all: miniunz minizip 15 minizip: $(ZIP_OBJS) target 18 test: miniunz minizip 19 ./minizip test readme.txt 25 /bin/rm -f *.o *~ minizip miniunz
|
D | Makefile.am | 4 bin_PROGRAMS = miniunzip minizip program 27 minizip_includedir = $(includedir)/minizip 37 pkgconfig_DATA = minizip.pc 39 EXTRA_PROGRAMS = miniunzip minizip program 44 minizip_SOURCES = minizip.c
|
D | configure.ac | 4 AC_INIT([minizip], [1.2.8], [bugzilla.redhat.com]) package 5 AC_CONFIG_SRCDIR([minizip.c]) 31 AC_CONFIG_FILES([Makefile minizip.pc])
|
D | make_vms.com | 16 $ cc/include=[--]/prefix=all minizip.c 19 $ link minizip,zip,ioapi,[--]libz.olb/lib 20 $ mcr []minizip test minizip_info.txt
|
D | minizip.pc.in | 4 includedir=@includedir@/minizip 6 Name: minizip name
|
D | MiniZip64_info.txt | 5 MiniZip 1.1 is built from MiniZip 1.0 by Gilles Vollant ( http://www.winimage.com/zLibDll/minizip.h… 7 When adding ZIP64 support into minizip it would result into risk of breaking compatibility with min… 14 support for unzip.c into minizip for a open source project called gdal ( http://www.gdal.org/ )
|
/external/zlib/src/contrib/vstudio/ |
D | readme.txt | 4 This directory contains projects that build zlib and minizip using 49 includes the minizip functionality. If your application needs that
|
/external/zlib/src/ |
D | ChangeLog | 5 - Update contrib/minizip/iowin32.c for Windows RT [Vollant] 53 - Fix types in contrib/minizip to match result of get_crc_table() 63 - Add man pages for minizip and miniunzip 105 - Fix contrib/minizip compilation in the MinGW environment 123 - Minor cleanup in contrib/minizip/zip.c [Vollant] 132 - Fix configure.ac for contrib/minizip [Schiffer] 133 - Fix large-entry detection in minizip on 64-bit systems [Schiffer] 136 - Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes] 137 - Fix compilation of contrib/minizip on FreeBSD [Marquez] 140 - Make version explicit in contrib/minizip/configure.ac [Bosmans] [all …]
|
D | README | 53 contrib/minizip directory of zlib.
|
D | FAQ | 77 Not by itself, no. See the directory contrib/minizip in the zlib 347 There are no zip functions in zlib. You are probably using minizip by
|
/external/opencv3/3rdparty/zlib/ |
D | ChangeLog | 5 - Update contrib/minizip/iowin32.c for Windows RT [Vollant] 53 - Fix types in contrib/minizip to match result of get_crc_table() 63 - Add man pages for minizip and miniunzip 105 - Fix contrib/minizip compilation in the MinGW environment 123 - Minor cleanup in contrib/minizip/zip.c [Vollant] 132 - Fix configure.ac for contrib/minizip [Schiffer] 133 - Fix large-entry detection in minizip on 64-bit systems [Schiffer] 136 - Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes] 137 - Fix compilation of contrib/minizip on FreeBSD [Marquez] 140 - Make version explicit in contrib/minizip/configure.ac [Bosmans] [all …]
|
D | README | 53 contrib/minizip directory of zlib.
|
/external/zlib/src/contrib/ |
D | README.contrib | 58 minizip/ by Gilles Vollant <info@winimage.com> 77 Building a minizip-enhanced zlib with Microsoft Visual Studio
|
/external/zlib/src/contrib/vstudio/vc11/ |
D | zlibvc.sln | 12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4…
|
/external/zlib/src/contrib/vstudio/vc10/ |
D | zlibvc.sln | 12 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcxproj", "{48CDD9DC-E09F-4…
|
/external/zlib/src/contrib/vstudio/vc9/ |
D | zlibvc.sln | 15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "minizip", "minizip.vcproj", "{48CDD9DC-E09F-41…
|
/external/zlib/src/win32/ |
D | DLL_FAQ.txt | 200 with the ZLIB_WINAPI macro turned on, and with the minizip
|