Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybertk/zlib-gyp
Build zlib with gyp on All platforms
https://github.com/cybertk/zlib-gyp
Last synced: 4 days ago
JSON representation
Build zlib with gyp on All platforms
- Host: GitHub
- URL: https://github.com/cybertk/zlib-gyp
- Owner: cybertk
- License: other
- Created: 2012-11-26T10:14:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-14T06:04:39.000Z (about 12 years ago)
- Last Synced: 2024-11-14T12:54:05.792Z (2 months ago)
- Language: C
- Size: 293 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.chromium
- License: LICENSE
Awesome Lists containing this project
README
Name: zlib
URL: http://zlib.net/
Version: 1.2.5
Security Critical: yes
License: Custom license
License Android Compatible: yesDescription:
General purpose compression libraryLocal Modifications:
A few minor changes, all marked with "Google":
- Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined.
- Removed use of strerror for WinCE in gzio.c.
- Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.
- Added 'mozzconf.h' to mangle the function names.
- Added an #ifdef to prevent zlib.h from mangling its functions.
The 'google.patch' file represents our changes from the original zlib-1.2.5.A more significant change to support mixed-source data compression. See
crbug.com/139744 and mixed-source.patch.