comparison zlib/INDEX @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents ae3a4bfb450b
children
comparison
equal deleted inserted replaced
68:561a7518be6b 111:04ced10e8804
1 CMakeLists.txt cmake build file
1 ChangeLog history of changes 2 ChangeLog history of changes
2 FAQ Frequently Asked Questions about zlib 3 FAQ Frequently Asked Questions about zlib
3 INDEX this file 4 INDEX this file
4 Makefile makefile for Unix (generated by configure) 5 Makefile dummy Makefile that tells you to ./configure
5 Makefile.in makefile for Unix (template for configure) 6 Makefile.in template for Unix Makefile
6 README guess what 7 README guess what
7 algorithm.txt description of the (de)compression algorithm
8 configure configure script for Unix 8 configure configure script for Unix
9 zconf.in.h template for zconf.h (used by configure) 9 make_vms.com makefile for VMS
10 test/example.c zlib usages examples for build testing
11 test/minigzip.c minimal gzip-like functionality for build testing
12 test/infcover.c inf*.c code coverage for build coverage testing
13 treebuild.xml XML description of source file dependencies
14 zconf.h.cmakein zconf.h template for cmake
15 zconf.h.in zconf.h template for configure
16 zlib.3 Man page for zlib
17 zlib.3.pdf Man page in PDF format
18 zlib.map Linux symbol information
19 zlib.pc.in Template for pkg-config descriptor
20 zlib.pc.cmakein zlib.pc template for cmake
21 zlib2ansi perl script to convert source files for C++ compilation
10 22
11 amiga/ makefiles for Amiga SAS C 23 amiga/ makefiles for Amiga SAS C
12 as400/ makefiles for IBM AS/400 24 as400/ makefiles for AS/400
25 doc/ documentation for formats and algorithms
13 msdos/ makefiles for MSDOS 26 msdos/ makefiles for MSDOS
27 nintendods/ makefile for Nintendo DS
14 old/ makefiles for various architectures and zlib documentation 28 old/ makefiles for various architectures and zlib documentation
15 files that have not yet been updated for zlib 1.2.x 29 files that have not yet been updated for zlib 1.2.x
16 projects/ projects for various Integrated Development Environments
17 qnx/ makefiles for QNX 30 qnx/ makefiles for QNX
31 watcom/ makefiles for OpenWatcom
18 win32/ makefiles for Windows 32 win32/ makefiles for Windows
19 33
20 zlib public header files (must be kept): 34 zlib public header files (required for library use):
21 zconf.h 35 zconf.h
22 zlib.h 36 zlib.h
23 37
24 private source files used to build the zlib library: 38 private source files used to build the zlib library:
25 adler32.c 39 adler32.c
26 compress.c 40 compress.c
27 crc32.c 41 crc32.c
28 crc32.h 42 crc32.h
29 deflate.c 43 deflate.c
30 deflate.h 44 deflate.h
31 gzio.c 45 gzclose.c
46 gzguts.h
47 gzlib.c
48 gzread.c
49 gzwrite.c
32 infback.c 50 infback.c
33 inffast.c 51 inffast.c
34 inffast.h 52 inffast.h
35 inffixed.h 53 inffixed.h
36 inflate.c 54 inflate.c
41 trees.h 59 trees.h
42 uncompr.c 60 uncompr.c
43 zutil.c 61 zutil.c
44 zutil.h 62 zutil.h
45 63
46 source files for sample programs: 64 source files for sample programs
47 example.c 65 See examples/README.examples
48 minigzip.c
49 66
50 unsupported contribution by third parties 67 unsupported contributions by third parties
51 See contrib/README.contrib 68 See contrib/README.contrib