777 Commits (121e4168b911a88128581b0679e80b5b3bbe6df2)
 

Author SHA1 Message Date
Vollstrecker c18815b630 CMake: Simplify to one install option. 2 weeks ago
Vollstrecker 64e8307d6a CMake: Make formatting consistent. 2 weeks ago
Vollstrecker ffbbe01b6d CMake: Remove allowance for unclosed constructs. 2 weeks ago
Vollstrecker 1af1bb6ce4 CMake: Let cmake handle zlib1.rc. 2 weeks ago
Vollstrecker 899ef97c4a CMake: Use the same definition we checked for off64_t. 2 weeks ago
Vollstrecker 31d2462c1d CMake: Move compile_definitions to the targets. 2 weeks ago
Vollstrecker feb7fd325a CMake: Remove doubled include directories. 2 weeks ago
Vollstrecker 902f6eedf3 CMake: Remove checks for sys/types.h, stdint.h and stddef.h. 2 weeks ago
Vollstrecker 2b2eec69b5 CMake: Remove unneeded renaming for in-tree builds and the option for it. 2 weeks ago
Vollstrecker 6762467523 CMake: Rename examples and tests to avoid chain building confusion. 2 weeks ago
Vollstrecker 76c6a8601c CMake: Set version in project call. 2 weeks ago
Vollstrecker 6628a10f14 CMake: Move versionscript block to zlib definition. 2 weeks ago
Vollstrecker 7f849d109f CMake: Bump minimum version. 2 weeks ago
Vollstrecker ae5946e5d8 CMake: Add pdb install. 2 weeks ago
Vollstrecker 74247f0947 CMake: Install libs with static and debug suffix. 2 weeks ago
Vollstrecker ee00230f8e CMake: Switch to GNUInstallDirs. 2 weeks ago
Vollstrecker b3907c2cd9 CMake: Add options for shared and static build. 2 weeks ago
Josh Varga 2359cd3d60 Add Bazel targets. 4 weeks ago
Mark Adler 71045aef60 Fix indent in infback.c. 2 months ago
Mark Adler ef24c4c750 Reject invalid MAX_WBITS values at compile time. 3 months ago
AlexisWilke 6d3a66a11a Avoid attempting to redefine z_const in zconf.h. 4 months ago
Oscar Lesta 64191119d8 Add Haiku to configure for proper LDSHARED settings. 4 months ago
Mark Adler d476828316 Repair github workflows for their updated macOS runner gcc name. 6 months ago
Mark Adler f7d01aae6e Avoid out-of-bounds pointer arithmetic in inflateCopy(). 6 months ago
Mark Adler 2968a496d9 Remove unneeded dependency on limits.h in examples/zran.c. 6 months ago
Mark Adler fff132fe7c Avoid the use of a reserved macro name in contrib/minizip/ioapi.h. 6 months ago
Mark Adler 545f194963 Add old gcc ULONG_LONG_MAX macro to find a 64-bit type in zutil.h. 7 months ago
Mark Adler 4cacc3562b Add header file dependencies to contrib/minizip/Makefile. 7 months ago
Mark Adler be24a8f4ca Avoid use of stdint.h in contrib/minizip. 7 months ago
Mark Adler 164b8e3c9f Avoid use of uintmax_t in enough.c. 7 months ago
Meiye-lj 3f44e55d5d Add required gzguts.h dependencies in Makefile.in. 7 months ago
Mark Adler ceadaf28df Fix test/infcover.c function prototype when ZLIB_CONST defined. 7 months ago
Mark Adler 3adaa095a7 One more correction for deflateUsed() bits in stored case. 7 months ago
Mark Adler 884e0c0809 Correct used bits from deflateUsed() for deflate_stored() case. 8 months ago
Mark Adler e011d8c164 Add deflateUsed() function to get the used bits in the last byte. 8 months ago
Ram Shanker 534864bccd Add build folder to .gitignore. 8 months ago
Mark Adler 7e6f0784cc Remedy conflict between libzip and minizip zip.h. 9 months ago
Mark Adler 0f3b7b9595 Correct typo in zlib.h comment. 9 months ago
Matthieu Longo 1b70083bed Replace autotools macro AC_HELP_STRING with AS_HELP_STRING. 10 months ago
Lwisce Zeng 2ba25b2dda Use z_const for setting msg to literal strings. 11 months ago
Mark Adler c5e87dcdef Make z_off_t 64 bits by default. 11 months ago
qyt 4f8a17e8cb Add -fPIC to compiler options for static library build on Android. 11 months ago
Mark Adler 0f51fb4933 Avert minizip warnings for MSVC. 11 months ago
Mark Adler d201f04c72 Avoid conversion warning on 32-bit architectures in minizip. 11 months ago
Mark Adler 90c677bc25 Use long long offsets for MinGW. 11 months ago
Alexander Miller f02ea29e5f Improve detection of UNIX-style systems in minizip. 11 months ago
Mark Adler 9f418e1028 Update old comment in inflate.h. 11 months ago
Mark Adler 99b229487c Avoid signed shift in minizip zip.c. 11 months ago
Mark Adler f60ce91139 Improve random number seeding in skipset.h. 11 months ago
Mark Adler 4a5e3e7d25 Add zipAlreadyThere() to minizip zip.c to help avoid duplicates. 11 months ago