kc3-lang/freetype/src/gzip

Branch :


Log

Author Commit Date CI Message
32cb5390 2025-09-06 06:14:03 Update all copyright notices.
3aeabbf8 2025-05-28 07:09:40 [gzip] Update sources to zlib 1.13.1. Fixes issue #1294.
47574f7e 2024-01-27 11:11:22 Update all copyright notices.
2d9fce53 2023-08-27 07:56:38 [gzip] Update sources to zlib 1.13.
355e9197 2023-07-06 21:07:16 [gzip] Don't compile internal zlib development files when using system zlib. `src/gzip/rules.mk` compiles the internal zlib sources even when using the zlib development files provided by a host system. If the internal zlib development files are not present, FreeType fails to build from source. This patch ensures the internal zlib development files are only prerequisites when not using zlib development files on a host system. * src/gzip/rules.mk (GZIP_DRV_SRCS): Define conditionally.
d5c6b948 2023-03-07 08:55:58 [gzip] File `infback.c` is not needed. * src/gzip/infback.c: Remove. * src/gzip/rules.mk (GZIP_DRV_SRCS): Updated.
e8931f8c 2023-03-01 18:20:46 * src/gzip/README.freetype: Update version.
79c8bd91 2023-03-01 10:16:59 [gzip] Fix static linking. Without this patch, static linking with MS Visual Studio causes linking errors. * src/gzip/ftgzip.c: Set `ZEXPORT` to nothing and `ZEXTERN` to static for all compilers.
65f85237 2023-01-17 09:18:25 Update all copyright notices.
6a179ff7 2023-01-16 16:38:56 sr/*.c: Various minor fixes. * src/autofit/ft-hb.c (_hb_ft_reference_table): Call `FT_UNUSED` after variable declarations. * src/gxvalid/gxvjust.c (gxv_just_widthDeltaClusters_validate): Eliminate unused variable. * src/gzip/ftgzip.c: Don't call GCC '-Wstrict-prototypes' pragma for C++ compiler. * src/sfnt/ttcolr.c (ENSURE_READ_BYTES): Remove final semicolon to avoid compiler warning. * src/sfnt/ttsvg.c (tt_face_load_svg_doc): Fix signedness warning.