]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2023-12-12  Adam StylinskiDetemplatize adler32_fold_copy for avx512
2023-12-12  Adam StylinskiSimplify AVX2 adler32_fold_copy by removing templates
2023-12-11  Vladislav ShchapovPrevent tests writing into the source directory.
2023-12-11  Vladislav ShchapovRun OSB tests with readonly source directory.
2023-11-28  Simon HosieAdd adler32_fold_copy_rvv implementation.
2023-11-28  Yoshiki MatsudaFix clang-cl warnings
2023-11-27  Hans Kristian... 2.1.5 Release 2.1.5
2023-11-24  Adam StylinskiFix an issue with regard to finishing out the window
2023-11-23  Nathan MoinvaziriAdded unit test for inflate with Z_FINISH and no window.
2023-11-08  Mika T. Lindqvist[configure] Propagate -DWITH_GZFILEOP to pkgconfig.
2023-11-07  Leander Schultenpkgconfig file: propagate WITH_GZFILEOP
2023-11-01  Benjamin Buchfix cmake header path in install with custom CMAKE_INST...
2023-10-31  Mika Lindqvist[README] configure no longer supports --native
2023-10-25  Hans Kristian... Fix status badges
2023-10-25  Hans Kristian... Update to actions/checkout@v4, and disable checkout...
2023-10-19  Hans Kristian... 2.1.4 Release 2.1.4
2023-10-19  Mika LindqvistFix building benchmarks on 32-bit PowerPC.
2023-10-17  Mika T. LindqvistFix cross-compiling benchmarks and libpng.
2023-10-13  XeonacidSupport RVV hwcap detect at runtime
2023-09-29  Hans Kristian... Make sure inflateCopy() allocates window with the neces...
2023-09-27  Hans Kristian... Deprecate ZLIBNG_VER_STATUS, add new variant ZLIBNG_VER...
2023-09-27  Hajin JangDetect -Wno-pedantic-ms-format support in mingw
2023-09-27  Hajin JangAdd llvm-mingw CMake toolchain files
2023-09-27  Hajin JangSupport llvm-mingw toolchain
2023-09-27  alexsifivetwUse large data type for chunk
2023-09-27  alexsifivetwGeneral optimized chunkset
2023-09-19  Nathan MoinvaziriAdded instructions for cpack to readme.
2023-09-19  Nathan MoinvaziriDon't run test intrinsic code with native flag in CMake.
2023-09-16  Deniz BahadirMatch CMAKE_GENERATOR_TOOLSET variable case-insensitive
2023-09-16  Deniz BahadirFix examining value of GENERATOR_IS_MULTI_CONFIG
2023-09-16  Cameron CawleyAdd ARMv6 version of slide_hash
2023-09-16  Cameron CawleyAlways include strings.h when strcasecmp is used
2023-09-16  Cameron CawleyUse GCC cpuid intrinsics with MinGW
2023-09-13  Nathan MoinvaziriMerge 32-bit arm hardware flag detection sections in...
2023-09-13  Nathan MoinvaziriUse consistent NEON_AVAILABLE variable across CMake...
2023-09-13  Nathan MoinvaziriMerge both without_optimizations sections in configure...
2023-09-13  Nathan MoinvaziriClean up detection on ARM variants and allow ACLE on...
2023-09-13  Cameron CawleyAllow ACLE to be enabled on all ARM architecture versions
2023-09-13  Harmen Stoppelscast _xgetbv to int to silence conversion warning
2023-09-13  Harmen StoppelsDo the same for detect-intrinsics.cmake
2023-09-13  Harmen Stoppelsanother
2023-09-13  Harmen Stoppelsconfigure: ensure instructions are not optimized out...
2023-08-25  Harmen Stoppels$@ over $*
2023-08-25  Harmen Stoppelsalso fix SC2288
2023-08-25  Harmen Stoppelsuse dash not bash for portability
2023-08-24  Nathan MoinvaziriUpdated zlib compat version to 1.3.
2023-08-24  Mark AdlerClarify requirement in zlib.h to avoid multiple flush...
2023-08-24  Mark AdlerFix bug when using gzflush() with a very small buffer.
2023-08-24  Mark AdlerFix bug when gzungetc() is used immediately after gzopen().
2023-08-24  Mark AdlerAvoid compiler complaints if _TIME_BITS defined when...
2023-08-24  Mark AdlerDocument in zlib.h the initialization of stream fields...
2023-08-24  Mark AdlerCorrect comment in zlib.h on os setting in gzip header.
2023-08-24  Paul MarquessRemove duplicate "the" in zlib.h.
2023-08-23  Hans Kristian... Add CPack capability
2023-08-22  Hans Kristian... Simplify handling of march=native in CMakeLits.txt
2023-08-20  Hans Kristian... Remove partially broken march=native support from Confi...
2023-08-13  Nathan MoinvaziriClean up extra whitespaces at line endings in check_rvv...
2023-08-13  Nathan MoinvaziriRemove inert check for HAVE_ACLE_FLAG in check_acle_com...
2023-08-07  Dimitri PapadopoulosDiscard repeated words
2023-08-07  Dimitri PapadopoulosDiscard trailing whitespaces
2023-08-07  Dimitri PapadopoulosAvoid unnecessary line continuations
2023-08-07  Dimitri PapadopoulosFix typos found by codespell
2023-08-06  Nathan MoinvaziriSimplify deflate stream/state check.
2023-08-06  Harmen StoppelsRemove relative configure --lib
2023-08-06  Harmen Stoppelsrelocatable pc files by default, while allowing discour...
2023-08-06  Harmen StoppelsRelative paths CMAKE_INSTALL_*, absolute paths CMAKE_IN...
2023-08-06  Hans Kristian... Move check_c_source_compile_or_run cmake macro to the...
2023-08-06  Hans Kristian... Clean up SSE4.2 support, and no longer use asm fallback...
2023-08-06  Dimitri PapadopoulosFix typo found by codespell
2023-07-24  Hans Kristian... Expand support for symbol versioning to also allow...
2023-07-24  Hans Kristian... Configure: Make it possible to disable deflate_quick...
2023-07-20  Cameron CawleyMove the AVX compatibility functions into a separate...
2023-07-16  alexsifivetwDo mod BASE once each block of NMAX size
2023-07-16  alexsifivetwOptimize adler32 using rvv
2023-07-16  David KorthHandle ARM64EC as ARM64.
2023-07-16  Leslie ZhaiInitial loongarch port
2023-07-16  Ilya LeoshkevichDefine an empty __msan_unpoison() without Z_MEMORY_SANI...
2023-07-16  Mika LindqvistFix distclean target in Makefile.in
2023-06-29  Hans Kristian... 2.1.3 Release 2.1.3
2023-06-28  Mika LindqvistAllow re-enabling @rpath on OS/X when using relative...
2023-06-28  Mika Lindqvist[ARM] Check that we have features.h before detecting...
2023-06-28  Fabian VogtHandle complete overlap in chunkcopy_safe
2023-06-23  alexsifivetwOptimize slide_hash using RVV
2023-06-23  Andrea CampanellaUpdate detect-arch.cmake
2023-06-23  Mika T. LindqvistUse endianess-specific built-in function for gcc <...
2023-06-13  Nathan MoinvaziriMinor code cleanup in deflate.c.
2023-06-13  alexsifivetwOptimize compare256 with rvv
2023-06-13  Mika T. LindqvistTry to find system copy of googletest before trying...
2023-06-11  Mika LindqvistFix for PowerPC64 little-endian.
2023-06-11  Mika LindqvistAdd support for cross-compiling for Power9.
2023-06-07  Hans Kristian... 2.1.2 Release 2.1.2
2023-06-05  Nathan MoinvaziriRemove COMMAND_ECHO statements only available in CMake...
2023-06-02  Mika LindqvistUpdate Package Check CI workflow.
2023-06-02  Mika LindqvistAdd ABI files for MIPS/MIPS64.
2023-06-02  Mika LindqvistNo indentation allowed for error function in test/Makef...
2023-06-01  Mika Lindqvistdistclean target in test directory should depend on...
2023-06-01  Mika LindqvistAdd MIPS64 to GitHub workflows.
2023-06-01  Mika Lindqvistdistclean target should depend on clean target in arch...
2023-06-01  Mika LindqvistAdd MIPS to GitHub workflows.
2023-06-01  Mika LindqvistMake sure file exists before adding it as dependency...
next