Revisions of zlib-ng
buildservice-autocommit
accepted
request 1138808
from
Dirk Mueller (dirkmueller)
(revision 13)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 12)
- update filelists
Dirk Mueller (dirkmueller)
committed
(revision 11)
buildservice-autocommit
accepted
request 1138793
from
Dirk Mueller (dirkmueller)
(revision 10)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 9)
- update to 2.1.6: * This release also improves on the functable implementation, and also moves its initialization to happen in deflateInit() and inflateInit(). We also have some optimizations for RVV and ARM. * Fix inflateCopy corruption caused by change in 2.1.4 #1628 * This is a regression caused by a change introduced in 2.1.4 * Initialize functable without TLS, using atomics #1609 * Initialize functable early, during DeflateInit and InflateInit #1613 * Add FAR macro to zlib-compat headers to improve compatibility * Improve performance of crc32_acle on 32-bit ARM #1397 * Add support for __attribute__((__target__(...))) to overcome limitations of -march=native #1620 * Remove tab character in ACLE uqsub16 assembly #1627 * Optimize adler32_fold_copy using RVV #1597 * Simplify AVX2 and AVX512 adler32_fold_copy by removing templates #1599 * Don't attempt ARMv6 detection on AARCH64 #1617 * Prevent tests writing into source directory #1604 * CMake: Fix clang-cl warnings #1591 * CMake: Export cmake target #1601 #1611 * CMake: Remove duplicate enable tests option #1610 * CMake: Fix reading version information from zlib.h.in #1614 * CMake: Check whether compiler supports -march=native or -mcpu=native #1618 * CMake: Always run compiler feature tests without LTO #1622 * CMake: Make sure uqsub16 check doesn't get optimized away with LTO #1619 * CMake: Update to GoogleTest 1.12.1 #1623
buildservice-autocommit
accepted
request 1130623
from
Dirk Mueller (dirkmueller)
(revision 8)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 7)
- update to 2.1.5: * This is a hotfix release, fixing an issue where certain applications would fail with a checksum error during inflate (decompression). * Fix bug with Z_FINISH handling with no window. #1602 * This was detected by libgit2 unit tests Issue #1600 * Added unit test for inflate with Z_FINISH and no window #1603 * Fix CMake handling of CMAKE_INSTALL_INCLUDEDIR #1593 * Fix pkgconfig support for WITH_GZFILEOP #1595 #1598 * Github Actions update #1590 * Readme Update #1594
buildservice-autocommit
accepted
request 1125544
from
Dirk Mueller (dirkmueller)
(revision 6)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 5)
Dirk Mueller (dirkmueller)
committed
(revision 4)
- update to 2.1.4: * This is a stable release, with several minor improvements and one fix for a possible buffer overrun while using inflateCopy(). * Zlib-ng's zlib-compat mode is now targeting zlib 1.3 compatibility. * Of note, we have new optimizations for ARM and Risc-V RVV, and a lot of fixes and improvements to the buildsystem. * Fix: inflateCopy() allocate window with padding #1583 * Pull zlib 1.3 changes #1563 * Deprecate ZLIBNG_VER_STATUS, use ZLIBNG_VER_STATUSH #1581 * Optimize slide_hash for ARMv6 #1538 * Handle ARM64EC #1539 * Remove inert check for HAVE_ACLE_FLAG in check_acle_compiler_flag #1554 * Clean up ARM detection and allow ACLE on all ARM archs #1567 * Initial loongarch port #1537 * Fix building benchmarks on 32-bit PowerPC #1588 * Optimize adler32 using rvv #1532 * Optimize chunkset #1568 * Support RVV hwcap detect at runtime #1585 * Move the AVX compatibility functions into a separate file * Clean up SSE4.2 support, fixes compile issues under docker/VM
buildservice-autocommit
accepted
request 1098961
from
Dirk Mueller (dirkmueller)
(revision 3)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 2)
- update to 2.1.3: * Fix endless loop bug in chunkcopy_safe. #1526 * Support using distro-supplied Gtest #1519 * Minor code cleanup of deflate.c #1500 * Improve buildsystem detection of ARM Cortex #1521 * Cross-compiling and little-endian fixes #1518 #1520 * Optimize compare256 using RVV #1498 * Optimize slide_hash using RVV #1522 - drop 1526.patch (upstream)
Dirk Mueller (dirkmueller)
committed
(revision 1)
Displaying all 13 revisions