Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-31 | Rename ZEXPORT and ZEXTERN for consistency. | Nathan Moinvaziri | |
2020-08-31 | Rename ZLIB_INTERNAL to Z_INTERNAL for consistency. | Nathan Moinvaziri | |
2020-08-23 | Reintroduce support for ZLIB_CONST in compat mode. (#704) | Mika Lindqvist | |
* Reintroduce support for ZLIB_CONST in compat mode. | |||
2020-06-24 | Determine whether platform supports dll declspec | Don | |
Clang contains __has_declspec_attribute for MSVC compatibility. This can be used to determine whether __declspec is available. Use this to determine if dllimport/dllexport should be used when exporting the zlib API. | |||
2020-06-19 | cmake: generate same zconf.h as configure | Dan Kegel | |
Also make comment in zconf.h less configure-specific | |||
2020-06-16 | Remove Borland C++ compiler references | Don | |
There are a few guards checking for Borland C++ 5.0 or greater which was released in 1996. While there is still a descendent of this compiler in Embarcadero C++ Builder its value for __BORLANDC__ is greater than 0x500 so it is safe to remove these guards. | |||
2020-06-08 | Clean up windows defines, use _WIN32 | Pavel P | |
+ replaced WIN32 with _WIN32 + removed unused WINDOWS/_WINDOWS defines + no need to test for __MINGW__, as _WIN32 is also defined | |||
2020-03-17 | Remove cvs keywords | Pavel P | |
2019-01-17 | typedef ptrdiff_t when stddef.h does not provide it | Sebastian Pop | |
2019-01-09 | remove unused configure check for HAVE_STDARG_H | Sebastian Pop | |
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 | |||
2018-01-31 | Adapt code to support PREFIX macros and update build scripts | Mika Lindqvist | |
2018-01-31 | Copy zconf.h.in to zconf-ng.h.in and add relevant processing in | Hans Kristian Rosbach | |
configure and CMakeLists.txt |