aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove inline keyword from minizip zip.c.Mark Adler2026-01-281-1/+1
|
* Set bit 11 of the zip header flags in minizip if UTF-8.Mark Adler2026-01-281-0/+43
| | | | | | The bit is set if the file name contains valid UTF-8 and there is at least one code of two or more bytes. If there is a comment, then the comment has to pass the same test for bit 11 to be set.
* Fix resource closures in test/minigzip.c.xjdeng2026-01-281-0/+2
| | | | | Not really needed, since exit() is called. But just in case the code is somehow later reused without the exit()'s. (By AI?)
* Add ARM64 to Windows workflows.Harish RS2026-01-283-2/+47
|
* Test minizip in the MinGW and Cygwin workflows.Vollstrecker2026-01-281-0/+2
|
* Fix MinGW clang workflow to use clang.Vollstrecker2026-01-281-0/+10
|
* CMake: Correct zlib version number.Mark Adler2026-01-271-1/+1
|
* Vectorize the CRC-32 calculation on the s390x.Ilya Leoshkevich2026-01-2710-2/+439
| | | | | | | | | Use vector extensions when compiling for s390x and binutils knows about them. At runtime, check whether kernel supports vector extensions (it has to be not just the CPU, but also the kernel) and choose between the regular and the vectorized implementations. Co-authored-by: Eduard Stefes <eddy@linux.ibm.com>
* Update packages in Solaris workflow.Vollstrecker2026-01-271-0/+1
|
* Correct name of Solaris workflow.Vollstrecker2026-01-271-1/+1
|
* Fix OpenBSD workflow.Vollstrecker2026-01-271-4/+2
|
* Remove OpenIndiana workflow until resolved.Vollstrecker2026-01-271-16/+16
|
* Exclude coverage from FreeBSD workflow.Vollstrecker2026-01-271-1/+1
| | | | | Since https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291233 is not fixed in 15.x.
* Add --output-on-failure to workflow tests.Vollstrecker2026-01-271-8/+7
|
* Check multiple architectures in *BSD workflows.Vollstrecker2026-01-271-7/+29
|
* Remove anding operations in others workflow.Vollstrecker2026-01-271-18/+18
|
* Add workflow for FreeBSD.Vollstrecker2026-01-271-0/+17
|
* Sort jobs in others workflow.Vollstrecker2026-01-271-24/+26
|
* Add workflow for Solaris.Vollstrecker2026-01-271-0/+18
|
* Use copyback: false to improve workflow actions efficiency.Vollstrecker2026-01-271-0/+5
|
* Add workflow for DragonflyBSD.Vollstrecker2026-01-271-2/+16
|
* Add workflow for OpenBSD.Vollstrecker2026-01-271-0/+20
|
* Add workflow for NetBSD.Vollstrecker2026-01-271-2/+23
|
* Add workflow for OpenIndiana.Vollstrecker2026-01-271-1/+17
|
* CMake: Fix compile for OmniOS.Vollstrecker2026-01-271-3/+5
|
* Add workflow for OmniOS.Vollstrecker2026-01-271-0/+20
|
* Make z_once() local to avoid conditional external symbols.Mark Adler2026-01-185-77/+74
|
* Move new external names to correct location in zlib.map.Mark Adler2026-01-181-2/+4
|
* CMake: Add install-target for contrib/testzlib.Vollstrecker2026-01-121-5/+27
|
* CMake: Make final fixes for Windows.Vollstrecker2026-01-129-40/+74
|
* CMake: Add integration tests.Vollstrecker2026-01-1225-2/+1015
|
* CMake: Fix MSVC build.Vollstrecker2026-01-121-0/+5
|
* CMake: Name tests consistently.Vollstrecker2026-01-125-82/+87
|
* CMake: Name targets consistently.Vollstrecker2026-01-124-27/+33
|
* CMake: Make it work with add_subdirectory.Vollstrecker2026-01-123-5/+55
|
* CMake: Add install and exports.Vollstrecker2026-01-125-6/+186
|
* CMake: Make the options available in cmake-gui.Vollstrecker2026-01-121-3/+3
|
* CMake: Added contrib/testzlib.Vollstrecker2026-01-122-0/+26
|
* CMake: Added contrib/puff.Vollstrecker2026-01-125-0/+235
|
* CMake: Removed bogus module-path.Vollstrecker2026-01-121-2/+0
|
* CMake: Moved everything to functions for consistency.Vollstrecker2026-01-121-44/+39
|
* CMake: Added contrib/iostream3.Vollstrecker2026-01-123-2/+103
|
* CMake: Unify the options.Vollstrecker2026-01-123-46/+50
|
* CMake: Added contrib/infback9.Vollstrecker2026-01-122-0/+23
|
* CMake: Added contrib/gcc_gvmat64.Vollstrecker2026-01-122-0/+21
|
* CMake: Filter out optimisation flags for the ada binder.Vollstrecker2026-01-121-0/+6
|
* CMake: Clean out unneeded stuff.Vollstrecker2026-01-121-16/+0
|
* CMake: Added contrib/blast.Vollstrecker2026-01-127-49/+171
|
* CMake: Added contrib/ada.Vollstrecker2026-01-1211-0/+676
|
* CMake: Set defaults for contrib/minizip from contrib.Vollstrecker2026-01-121-0/+3
|