]> granicus.if.org Git - zziplib/blob - README.MD
libzzip: do not use -Warray-bounds with gcc-4.2
[zziplib] / README.MD
1 ... **please switch to 'cmake' based builds** ... 
2
3 The zziplib provides read access to zipped files in a zip-archive,
4 using compression based solely on free algorithms provided by zlib.
5 It also provides a functionality to overlay the archive filesystem
6 with the filesystem of the operating system environment.
7
8 The origins of the project go back to the 1999 when Tomi Ollila
9 did explore the details of the zip format. It was adopted by
10 Guido Draheim in 2000 making the source code portable to many
11 platforms. Originally maintained on Sourceforge it moved to
12 GitHub in 2017 for easier collobaration with other projects.
13
14 > also check out the original [README](README) file
15
16 ... test status [(master)](https://github.com/gdraheim/zziplib/tree/master): [![Build Status](https://dev.azure.com/gdraheim/gdraheim/_apis/build/status/gdraheim.zziplib%20(1)?branchName=master)](https://dev.azure.com/gdraheim/gdraheim/_build/latest?definitionId=4&branchName=master) ... ([develop/tests/zziptests.py](https://github.com/gdraheim/zziplib/blob/develop/test/zziptests.py))
17
18 **DOCUMENTATION**
19
20 * for more details, see http://zziplib.sourceforge.net/
21 * [copying](docs/copying.htm)
22   [developer](docs/developer.htm)
23   [functions](docs/functions.htm)
24   [php](docs/zip-php.htm)
25   [referitals](docs/referentials.htm)
26   [future](docs/future.htm)
27   [notes](docs/notes.htm)
28   [64on32](docs/64on32.htm)
29   [download](docs/download.htm)
30   [history](docs/history.htm)
31 * [zzip:](docs/zzip-index.htm) 
32   [basics](docs/zzip-basics.htm)
33   [api](docs/zzip-api.htm)
34   [crypt](docs/zzip-crypt.htm)
35   [cryptoid](docs/zzip-cryptoid.htm)
36   [extio](docs/zzip-extio.htm)
37   [extras](docs/zzip-extras.htm)
38   [file](docs/zzip-file.htm)
39   [parse](docs/zzip-parse.htm)
40   [sdl-rwops](docs/zzip-rwops.htm)
41   [xor](docs/zzip-xor.htm)
42   [zip](docs/zzip-zip.htm)
43   [sfx-make](docs/sfx-make.htm)
44 * [zziplib](docs/zziplib.html)
45   [mmapped](docs/mmapped.htm)
46   [fseeko](docs/fseeko.htm)
47   [download](docs/download.htm)
48   [faq](docs/faq.htm)
49   (outdated in the source tree)