]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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...
2023-06-01  Mika LindqvistAdd distclean target to arch/generic/Makefile.in
2023-05-17  Hans Kristian... 2.1.1-Beta2 2.1.1-beta2
2023-05-16  Mika T. LindqvistMove defining z_size_t to below including stddef.h...
2023-05-16  Hans Kristian... Remove refrences to z_size_t from zlib-ng.h, since...
2023-05-16  Hans Kristian... Fix z_size_t definition:
2023-05-16  Hans Kristian... Add tests of file_compress/file_uncompress in minigzip...
2023-05-16  Nathan MoinvaziriAdded benchmark for compare256_rle family of functions.
2023-05-16  Nathan MoinvaziriAdded unit tests for compare256_rle family of functions.
2023-05-16  Nathan MoinvaziriAdded support for unaligned/intrinsic to deflate_rle.
2023-05-15  Hans Kristian... Make an AVX512 status message more clear
2023-05-14  Mika T. LindqvistFix MinGW CI.
2023-05-13  Hans Kristian... Fix the same AVX512 error in CMake.
2023-05-13  Hans Kristian... Fix error in previous commit breaking AVX512.
2023-05-13  Hans Kristian... Update README.md
2023-05-13  Hans Kristian... Fix AVX512-VNNI compile flags.
2023-05-13  Hans Kristian... Fix abicheck no longer ignoring version string after...
2023-05-12  Alex ChiangAdd supporting RISC-V cross compilation workflows
2023-05-11  Adam StylinskiUse ternary logic to xor 3 operands for "fold16"
2023-05-07  Mika LindqvistFix out-of-bound access of zng_length_codes.
2023-05-07  Harmen StoppelsInclude GNUInstallDirs earlier
2023-05-07  Harmen StoppelsRemove CMAKE_MACOSX_RPATH
next