kc3-lang/zlib

Branch :


Log

Author Commit Date CI Message
thodg 1a31123c 2025-10-27 08:59:37 accept options host and target
thodg d29b954d 2025-10-26 20:47:05 fix bashisms
51b7f2ab 2024-01-22 10:14:31 zlib 1.3.1
1a8db637 2024-01-22 05:54:21 Move the load flags before the object files in Makefile tests.
2e3d86c4 2018-03-26 18:19:39 Add target include directories to CMakeLists.txt. This enables the addition of zlib to other projects.
c06dfecb 2024-01-21 09:24:10 Use Makefile compiler for minizip-test target.
88ec2467 2024-01-20 18:29:31 Remove -w compile option in configure test. Not all C compilers have a -w option.
9404df5a 2020-05-22 14:35:01 Use updated zconf.h when building out of directory with configure.
84f0bafd 2024-01-19 15:26:17 Remove carriage returns from zlib.map.
7af6320a 2024-01-19 12:19:53 Fix a bug in ZLIB_DEBUG compiles in check_match(). This avoids trying to compare a match starting one byte before the current window. Thanks to @zmodem (Hans) for discovering this.