aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* CMake: Depend on bzip2 only if it's found.Vollstrecker2025-01-311-1/+1
|
* CMake: Add packaging to tests.Vollstrecker2025-01-311-0/+14
|
* CMake: Add CPack.Vollstrecker2025-01-312-8/+46
|
* Correct one more comment style in minizip.Vollstrecker2025-01-311-1/+1
|
* CMake: Prevent a 32-bit minizip build.Vollstrecker2025-01-311-0/+5
|
* Use consistent comment style in minizip.Vollstrecker2025-01-318-197/+197
|
* Disable make cover if no gcov was found.Vollstrecker2025-01-312-6/+12
|
* Remove -Werror from configure workflow.Vollstrecker2025-01-311-1/+1
|
* Support clang without version suffix for coverage testing.Vollstrecker2025-01-311-6/+20
|
* CMake: Increase CMake version to 3.12 for minizip tests.Vollstrecker2025-01-313-4/+4
| | | | And look for ZLIB package.
* Adjust coverage testing to the llvm gcov calling convention.Vollstrecker2025-01-312-6/+27
|
* CMake: Correct build directory for second workflow run.Vollstrecker2025-01-311-1/+1
|
* CMake: Increase CMake version to 3.10 for tests.Vollstrecker2025-01-313-4/+4
| | | | And correct package name to ZLIB.
* Correct QEMU package name to qemu-system in workflow.Vollstrecker2025-01-311-7/+7
| | | | As in Ubuntu 24.04.
* CMake: Do just one build with -Werror in workflow.Vollstrecker2025-01-311-10/+10
|
* CMake: Split the builds of infcover and minizip in workflow.Vollstrecker2025-01-311-6/+28
|
* CMake: Prefix coverage test name with zlib.Vollstrecker2025-01-311-8/+12
|
* CMake: Restore leading underscore in _LARGEFILE64_SOURCE.Vollstrecker2025-01-311-1/+1
|
* Fix inflate coverage test in Makefile.in.Vollstrecker2025-01-311-3/+3
|
* CMake: Add inflate coverage test.Vollstrecker2025-01-311-0/+35
|
* CMake: Correct target to minizip.Vollstrecker2025-01-311-1/+1
|
* CMake: Test minizip in the workflows.Vollstrecker2025-01-312-3/+3
|
* CMake: Move testing into test/CMakeLists.txt.Vollstrecker2025-01-312-49/+73
| | | | Use the right environment to find the libraries.
* CMake: Make minizip search for config.Werner2025-01-311-1/+1
|
* CMake: Change to FindZLIB and ZLIB.cmake.Werner2025-01-314-8/+8
|
* CMake: Install ints.h for minizip.Werner2025-01-311-0/+1
|
* CMake: Rename exports of minizip.Werner2025-01-312-10/+19
| | | | minizip-ng has prior art.
* CMake: Add minizip.Vollstrecker2025-01-319-0/+650
|
* CMake: Fix parallel testing.Vollstrecker2025-01-311-13/+16
|
* CMake: Shorten test names.Vollstrecker2025-01-311-10/+10
|
* CMake: Indicate a clear signature in add_test.Vollstrecker2025-01-311-5/+9
|
* CMake: Use the full version number.Vollstrecker2025-01-311-1/+1
|
* CMake: Remove leading underscore from _LARGEFILE64_SOURCE.Vollstrecker2025-01-311-1/+1
|
* CMake: Detect visibility attribute in MSVC.Vollstrecker2025-01-311-0/+7
|
* CMake: Clear variable with unset.Vollstrecker2025-01-311-1/+3
|
* CMake: Remove zconf.h.Vollstrecker2025-01-312-547/+3
| | | | zconf.h is always created by cmake and configure.
* CMake: Create zconf.h from zconf.h.in.Vollstrecker2025-01-312-561/+61
| | | | Instead of zconf.h.cmakein, which is removed.
* CMake: Add option for ZLIB_PREFIX.Vollstrecker2025-01-311-0/+4
|
* CMake: Silence deprecation warning on the action runners.Vollstrecker2025-01-311-1/+1
|
* CMake: Adapt pkgconfig-file to the GnuInstallDirs layout.Vollstrecker2025-01-311-4/+4
|
* CMake: Test static builds.Vollstrecker2025-01-311-17/+40
|
* CMake: Disable MinGW and Cygwin tests.Vollstrecker2025-01-313-4/+81
|
* CMake: Install compatible DLL on MinGW.Vollstrecker2025-01-311-0/+7
|
* CMake: Name the shared library cygz.dll on Cygwin.Vollstrecker2025-01-311-10/+9
|
* CMake: Remove use of ZLIB_BUILD_EXAMPLES option in workflow.Vollstrecker2025-01-311-2/+2
|
* CMake: Pass CC and CFLAGS to the tests.Vollstrecker2025-01-311-0/+6
|
* CMake: Add the version to the exported configuration.Vollstrecker2025-01-311-0/+1
|
* CMake: Set the platform and configuration for the tests.Vollstrecker2025-01-311-32/+41
|
* CMake: Add more tests.Vollstrecker2025-01-314-7/+130
|
* CMake: Add test for usage with find_package.Vollstrecker2025-01-313-0/+70
|