Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-21 | Added Z_UNUSED define for ignore unused variables. | Nathan Moinvaziri | |
2021-06-04 | Move MIN() macro to zbuild.h | Mika Lindqvist | |
2020-08-23 | Add optional support for thread local storage. (#733) | Nathan Moinvaziri | |
2020-06-08 | For gzseek, gzoffset, gzopen, adler32_combine, crc32_combine and ↵ | Nathan Moinvaziri | |
crc32_combine_gen, export 32-bit and 64-bit versions for zlib-compatible api and only 64-bit version (without 64 suffix) for zlib-ng native api. | |||
2020-03-27 | Avoid unnecessary include of windows.h from zbuild.h | Pavel P | |
zbuild.h is included from every .c file of zlib-ng, which forces every translation unit to parse all windows system includes only to be able to typedef ssize_t. This change removes windows.h include from zbuild.h and ssize_t is instead defined in-line with equivalent defines from windows.h | |||
2018-09-17 | Make functable thread-local. | Mika Lindqvist | |
2018-03-22 | Move private defines from zconf.h and zconf-ng.h to zbuild.h | Mika Lindqvist | |
* move definition of z_size_t to zbuild.h |