aboutsummaryrefslogtreecommitdiff
path: root/INDEX (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-31CMake: Add more tests.Vollstrecker4-7/+130
2025-01-31CMake: Add test for usage with find_package.Vollstrecker3-0/+70
2025-01-31CMake: Permit install to put different things in different places.Vollstrecker1-4/+4
2025-01-31CMake: Add zlibExport.Vollstrecker2-0/+25
2025-01-31CMake: Warn if no build-type is selected.Vollstrecker1-1/+8
2025-01-31CMake: Add aliases to match the export names.Vollstrecker1-4/+7
2025-01-31CMake: Add INSTALL_INTERFACE for a proper export.Vollstrecker1-2/+4
2025-01-31CMake: Add zlib1.rc to Cygwin build.Vollstrecker1-1/+1
2025-01-31CMake: Use CMAKE_DEBUG_POSTFIX for simplification.Vollstrecker1-6/+5
2025-01-31CMake: Move version setting for Cygwin into set_target_properties.Vollstrecker1-13/+9
2025-01-31CMake: Rename examples to testing to reflect their intent.Vollstrecker1-3/+4
2025-01-31CMake: Simplify to one install option.Vollstrecker1-12/+17
2025-01-31CMake: Make formatting consistent.Vollstrecker1-17/+15
2025-01-31CMake: Remove allowance for unclosed constructs.Vollstrecker1-8/+7
2025-01-31CMake: Let cmake handle zlib1.rc.Vollstrecker1-27/+12
2025-01-31CMake: Use the same definition we checked for off64_t.Vollstrecker1-2/+2
2025-01-31CMake: Move compile_definitions to the targets.Vollstrecker1-12/+13
2025-01-31CMake: Remove doubled include directories.Vollstrecker1-1/+0
2025-01-31CMake: Remove checks for sys/types.h, stdint.h and stddef.h.Vollstrecker1-16/+1
2025-01-31CMake: Remove unneeded renaming for in-tree builds and the option for it.Vollstrecker1-13/+0
2025-01-31CMake: Rename examples and tests to avoid chain building confusion.Vollstrecker1-7/+7
2025-01-31CMake: Set version in project call.Vollstrecker1-29/+28
2025-01-31CMake: Move versionscript block to zlib definition.Vollstrecker1-10/+5
2025-01-31CMake: Bump minimum version.Vollstrecker1-1/+1
2025-01-31CMake: Add pdb install.Vollstrecker1-1/+10
2025-01-31CMake: Install libs with static and debug suffix.Vollstrecker1-13/+24
2025-01-31CMake: Switch to GNUInstallDirs.Vollstrecker1-15/+10
2025-01-31CMake: Add options for shared and static build.Vollstrecker1-20/+43
2025-01-21Add Bazel targets.Josh Varga3-0/+155
2024-12-30Fix indent in infback.c.Mark Adler1-1/+1
2024-11-08Reject invalid MAX_WBITS values at compile time.Mark Adler1-1/+3
2024-10-13Avoid attempting to redefine z_const in zconf.h.AlexisWilke3-12/+18
2024-10-07Add Haiku to configure for proper LDSHARED settings.Oscar Lesta1-1/+1
2024-09-01Repair github workflows for their updated macOS runner gcc name.Mark Adler2-2/+2
2024-09-01Avoid out-of-bounds pointer arithmetic in inflateCopy().Mark Adler1-1/+1
2024-09-01Remove unneeded dependency on limits.h in examples/zran.c.Mark Adler1-4/+4
2024-09-01Avoid the use of a reserved macro name in contrib/minizip/ioapi.h.Mark Adler1-2/+2
2024-07-31Add old gcc ULONG_LONG_MAX macro to find a 64-bit type in zutil.h.Mark Adler1-0/+2
2024-07-31Add header file dependencies to contrib/minizip/Makefile.Mark Adler1-3/+11
2024-07-31Avoid use of stdint.h in contrib/minizip.Mark Adler5-51/+90
2024-07-29Avoid use of uintmax_t in enough.c.Mark Adler1-12/+12
2024-07-29Add required gzguts.h dependencies in Makefile.in.Meiye-lj1-4/+6
2024-07-11Fix test/infcover.c function prototype when ZLIB_CONST defined.Mark Adler1-2/+2
2024-07-05One more correction for deflateUsed() bits in stored case.Mark Adler1-0/+2
2024-07-05Correct used bits from deflateUsed() for deflate_stored() case.Mark Adler1-1/+3
2024-07-01Add deflateUsed() function to get the used bits in the last byte.Mark Adler17-178/+239
2024-06-28Add build folder to .gitignore.Ram Shanker1-0/+1
2024-06-04Remedy conflict between libzip and minizip zip.h.Mark Adler1-1/+1
2024-05-16Correct typo in zlib.h comment.Mark Adler1-5/+5
2024-04-29Replace autotools macro AC_HELP_STRING with AS_HELP_STRING.Matthieu Longo1-1/+1