index
:
zlib
develop
master
A mirror of https://github.com/madler/zlib.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
old
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-31
CMake: Silence deprecation warning on the action runners.
Vollstrecker
1
-1
/
+1
2025-01-31
CMake: Adapt pkgconfig-file to the GnuInstallDirs layout.
Vollstrecker
1
-4
/
+4
2025-01-31
CMake: Test static builds.
Vollstrecker
1
-17
/
+40
2025-01-31
CMake: Disable MinGW and Cygwin tests.
Vollstrecker
3
-4
/
+81
2025-01-31
CMake: Install compatible DLL on MinGW.
Vollstrecker
1
-0
/
+7
2025-01-31
CMake: Name the shared library cygz.dll on Cygwin.
Vollstrecker
1
-10
/
+9
2025-01-31
CMake: Remove use of ZLIB_BUILD_EXAMPLES option in workflow.
Vollstrecker
1
-2
/
+2
2025-01-31
CMake: Pass CC and CFLAGS to the tests.
Vollstrecker
1
-0
/
+6
2025-01-31
CMake: Add the version to the exported configuration.
Vollstrecker
1
-0
/
+1
2025-01-31
CMake: Set the platform and configuration for the tests.
Vollstrecker
1
-32
/
+41
2025-01-31
CMake: Add more tests.
Vollstrecker
4
-7
/
+130
2025-01-31
CMake: Add test for usage with find_package.
Vollstrecker
3
-0
/
+70
2025-01-31
CMake: Permit install to put different things in different places.
Vollstrecker
1
-4
/
+4
2025-01-31
CMake: Add zlibExport.
Vollstrecker
2
-0
/
+25
2025-01-31
CMake: Warn if no build-type is selected.
Vollstrecker
1
-1
/
+8
2025-01-31
CMake: Add aliases to match the export names.
Vollstrecker
1
-4
/
+7
2025-01-31
CMake: Add INSTALL_INTERFACE for a proper export.
Vollstrecker
1
-2
/
+4
2025-01-31
CMake: Add zlib1.rc to Cygwin build.
Vollstrecker
1
-1
/
+1
2025-01-31
CMake: Use CMAKE_DEBUG_POSTFIX for simplification.
Vollstrecker
1
-6
/
+5
2025-01-31
CMake: Move version setting for Cygwin into set_target_properties.
Vollstrecker
1
-13
/
+9
2025-01-31
CMake: Rename examples to testing to reflect their intent.
Vollstrecker
1
-3
/
+4
2025-01-31
CMake: Simplify to one install option.
Vollstrecker
1
-12
/
+17
2025-01-31
CMake: Make formatting consistent.
Vollstrecker
1
-17
/
+15
2025-01-31
CMake: Remove allowance for unclosed constructs.
Vollstrecker
1
-8
/
+7
2025-01-31
CMake: Let cmake handle zlib1.rc.
Vollstrecker
1
-27
/
+12
2025-01-31
CMake: Use the same definition we checked for off64_t.
Vollstrecker
1
-2
/
+2
2025-01-31
CMake: Move compile_definitions to the targets.
Vollstrecker
1
-12
/
+13
2025-01-31
CMake: Remove doubled include directories.
Vollstrecker
1
-1
/
+0
2025-01-31
CMake: Remove checks for sys/types.h, stdint.h and stddef.h.
Vollstrecker
1
-16
/
+1
2025-01-31
CMake: Remove unneeded renaming for in-tree builds and the option for it.
Vollstrecker
1
-13
/
+0
2025-01-31
CMake: Rename examples and tests to avoid chain building confusion.
Vollstrecker
1
-7
/
+7
2025-01-31
CMake: Set version in project call.
Vollstrecker
1
-29
/
+28
2025-01-31
CMake: Move versionscript block to zlib definition.
Vollstrecker
1
-10
/
+5
2025-01-31
CMake: Bump minimum version.
Vollstrecker
1
-1
/
+1
2025-01-31
CMake: Add pdb install.
Vollstrecker
1
-1
/
+10
2025-01-31
CMake: Install libs with static and debug suffix.
Vollstrecker
1
-13
/
+24
2025-01-31
CMake: Switch to GNUInstallDirs.
Vollstrecker
1
-15
/
+10
2025-01-31
CMake: Add options for shared and static build.
Vollstrecker
1
-20
/
+43
2025-01-21
Add Bazel targets.
Josh Varga
3
-0
/
+155
2024-12-30
Fix indent in infback.c.
Mark Adler
1
-1
/
+1
2024-11-08
Reject invalid MAX_WBITS values at compile time.
Mark Adler
1
-1
/
+3
2024-10-13
Avoid attempting to redefine z_const in zconf.h.
AlexisWilke
3
-12
/
+18
2024-10-07
Add Haiku to configure for proper LDSHARED settings.
Oscar Lesta
1
-1
/
+1
2024-09-01
Repair github workflows for their updated macOS runner gcc name.
Mark Adler
2
-2
/
+2
2024-09-01
Avoid out-of-bounds pointer arithmetic in inflateCopy().
Mark Adler
1
-1
/
+1
2024-09-01
Remove unneeded dependency on limits.h in examples/zran.c.
Mark Adler
1
-4
/
+4
2024-09-01
Avoid the use of a reserved macro name in contrib/minizip/ioapi.h.
Mark Adler
1
-2
/
+2
2024-07-31
Add old gcc ULONG_LONG_MAX macro to find a 64-bit type in zutil.h.
Mark Adler
1
-0
/
+2
2024-07-31
Add header file dependencies to contrib/minizip/Makefile.
Mark Adler
1
-3
/
+11
2024-07-31
Avoid use of stdint.h in contrib/minizip.
Mark Adler
5
-51
/
+90
[next]