]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2022-03-16  Mika LindqvistAllow bypassing runtime feature check of TZCNT instruct...
2022-03-16  Nathan MoinvaziriThrow an error when input is raw deflate stream but...
2022-03-16  Nathan MoinvaziriPrint help when no arguments supplied to minideflate.
2022-03-16  Nathan MoinvaziriAppend extension to output file path based on window_bi...
2022-03-16  Nathan MoinvaziriAdded support for -k keep argument to minideflate....
2022-03-16  Nathan MoinvaziriUse large default buffer size for minideflate to match...
2022-03-16  Nathan MoinvaziriInclude zutil.h for definition of DEF_MEM_LEVEL.
2022-03-16  Nathan MoinvaziriAuto-detect wrapper when inflating and no window_bits...
2022-03-16  Nathan MoinvaziriUpdated help usage with correct values for window_bits.
2022-03-16  Nathan MoinvaziriFixed wrong error name when calling inflate in minideflate.
2022-03-16  Adam StylinskiSpeed up chunkcopy and memset
2022-03-15  Adam StylinskiImprove SSE2 slide hash performance
2022-03-15  Nathan MoinvaziriAdded unit test for zng_calloc_aligned to ensure that...
2022-03-15  Nathan MoinvaziriBypass memory alignment compensation if not using custo...
2022-03-15  Nathan MoinvaziriAdded memory alignment compensation functions for users...
2022-03-15  Ilya LeoshkevichIBM Z: Delete stale self-hosted builder containers
2022-03-13  Nathan MoinvaziriUse older version of Google test to support older versi...
2022-03-13  Nathan MoinvaziriIgnore code coverage for files in _dep directory.
2022-03-13  Nathan MoinvaziriCompile MSAN instrumented C++ libraries for MSAN build...
2022-03-13  Nathan MoinvaziriPrefer posix versions of MinGW for compiling against...
2022-03-13  Nathan MoinvaziriAdded static versions of c++ libraries on S390X, MinGW...
2022-03-13  Nathan MoinvaziriSpecify c++ compiler, packages, and flags for Google...
2022-03-13  Nathan MoinvaziriMove CVE-2003-0107 test to Google Tests.
2022-03-13  Nathan MoinvaziriImplement unit testing using Google Test framework.
2022-03-11  Nathan MoinvaziriAdded ClangCl instances to GitHub Actions workflow.
2022-03-11  Nathan MoinvaziriFixed inftrees.c should be compiled with infcover when...
2022-03-08  Adam StylinskiAdding some application-specific benchmarks
2022-03-08  Adam StylinskiUse pclmulqdq accelerated CRC for exported function
2022-02-24  Adam StylinskiImproved adler32 NEON performance by 30-47%
2022-02-24  Adam StylinskiUnlocked more ILP in SSE variant of adler checksum
2022-02-24  Adam StylinskiImprove sse41 adler32 performance
2022-02-24  Hans Kristian... Run libpng tests on push in addition to pull-requests.
2022-02-24  Hans Kristian... Fix compilation of benchmark when compiler supports...
2022-02-23  Nathan MoinvaziriUse multiple threads when running gcovr.
2022-02-23  Nathan MoinvaziriExclude unreachable branches from code coverage report.
2022-02-23  Nathan MoinvaziriAdded codecov yaml configuration to repository.
2022-02-23  Nathan MoinvaziriSwitch to using Codecov GitHub Action.
2022-02-23  Ilya LeoshkevichIBM Z: Install Codecov dependencies on the self-hosted...
2022-02-23  Adam StylinskiPrevent stale stub functions from being called in defla...
2022-02-19  Mika LindqvistDon't use -march=native when doing LD4 test for ARM...
2022-02-18  Mika Lindqvist[AArch64] Add missing LD4 test for configure.
2022-02-11  Adam StylinskiAxe the SSE4 compare256 functions
2022-02-11  Adam StylinskiWrite an SSE2 optimized compare256
2022-02-10  Nathan MoinvaziriIntroduce zmemcmp to use unaligned access for architect...
2022-02-10  Nathan MoinvaziriIntroduce zmemcpy to use unaligned access for architect...
2022-02-10  Nathan MoinvaziriSimplify chunk_t type to uint64_t with memcpy calls.
2022-02-09  Deniz BahadirFix compilation with clang-cl on windows
2022-02-09  Mika LindqvistUpdate NMake GitHub Actions to use Visual Studio 2022...
2022-02-07  Nathan MoinvaziriRemove unnecessary zutil.h includes.
2022-02-06  Nathan MoinvaziriFixed short name for CPU features header guard.
2022-02-06  Nathan MoinvaziriRemove duplicate header includes.
2022-02-06  Nathan MoinvaziriOnly define CPU variants that require deflate_state...
2022-02-06  Nathan MoinvaziriRename CPU feature header and source files for consistency.
2022-02-06  Nathan MoinvaziriAdded power8 cpu flag to powerpc64 CMake toolchain...
2022-02-06  Adam StylinskiObtained more ILP with VMX by breaking a data dependency
2022-02-06  Nathan MoinvaziriInstall codecov tools only after successful build and...
2022-02-06  Nathan MoinvaziriAdd wine repositories only when needed.
2022-02-06  Nathan MoinvaziriRemove code coverage libraries which introduce memory...
2022-02-06  Nathan MoinvaziriEnable code coverage build only when code coverage...
2022-02-03  Mika T. Lindqvist[Benchmarks] Fix adler32/vmx benchmark not found under...
2022-02-01  Adam StylinskiMarginal improvement by pipelining loads on NEON
2022-02-01  Adam StylinskiMore than double adler32 performance with altivec
2022-01-31  Nathan MoinvaziriAdded sanitizer identification to CMake CI instance...
2022-01-31  Nathan MoinvaziriFixed S390X CI instance code coverage report names...
2022-01-31  Nathan MoinvaziriRemove qemu-run variable which is already defined in...
2022-01-31  Nathan MoinvaziriFixed typo when undefined behavior sanitizer is not...
2022-01-31  Nathan MoinvaziriRemove unnecessary compiler specification from mingw...
2022-01-31  Nathan MoinvaziriRemoved unused CMake includes in benchmark cmake.
2022-01-31  Nathan MoinvaziriFixed wrong cpu check variable used for ARM in adler...
2022-01-31  Ilya LeoshkevichIBM Z: Upgrade self-hosted builder to v2.287.1
2022-01-29  Mika T. Lindqvist[ARM] rename cmake/configure macros check_{acle,neon...
2022-01-29  Mika T. Lindqvist[ARM] Use armv8-crc+simd when compiling ACLE code on...
2022-01-29  Nathan MoinvaziriMove _POSIX_C_SOURCE define before first stdlib.h inclu...
2022-01-29  Nathan MoinvaziriRemove zutil.h includes from many files to prevent...
2022-01-29  Nathan MoinvaziriMove build basics to zbuild.h.
2022-01-29  Nathan MoinvaziriAdded CMake status message when code coverage is enabled.
2022-01-29  Nathan MoinvaziriUse NATIVEFLAG in intrinsic checks that is added whenev...
2022-01-29  Nathan MoinvaziriAdded fallback macros for add_compile_options and add_l...
2022-01-29  Nathan MoinvaziriUse add_compile_options in cmake which sets both C...
2022-01-29  Nathan MoinvaziriUse add_link_options in cmake sanitizer detection.
2022-01-29  Nathan MoinvaziriUse add_link_options in cmake code coverage detection.
2022-01-29  Nathan MoinvaziriUpdate CMake toolchains for alternative gcc/gcc++ names.
2022-01-29  Mika T. Lindqvist[PowerPC] Default CPU to 7400 to enable VMX support...
2022-01-26  Nathan MoinvaziriUse static keyword for vec_sumsu to prevent undefined...
2022-01-25  Michael HirschIntel compilers: update deprecated -wn to -Wall style
2022-01-25  Nathan MoinvaziriFixed GCC warning about unused variable in longest_match.
2022-01-25  Adam StylinskiMake cmake and configure release flags consistent
2022-01-25  Nathan MoinvaziriRemove unused fdopen define for MSVC.
2022-01-23  Nathan MoinvaziriUse pigz version 2.6 due to bug in NOTHREADS support.
2022-01-23  Nathan MoinvaziriAllow setting of version when building with pigz.
2022-01-23  Nathan MoinvaziriMove cpu feature variant callback typedefs to cpu_featu...
2022-01-23  Nathan MoinvaziriUse extern keyword in slide_hash function definitions.
2022-01-23  Nathan MoinvaziriGroup together functable definitions that use deflate_s...
2022-01-23  Nathan MoinvaziriUse cpu_check_features in inflate and deflate.
2022-01-23  Nathan MoinvaziriMove cpu_feature includes out of zutil.h.
2022-01-23  Nathan MoinvaziriUse fixed width types in compare256 definition.
2022-01-23  Adam StylinskiFixed inadvertent breakage of CPUID usage
2022-01-22  Adam StylinskiRemove the "avx512_well_suited" cpu flag
2022-01-22  Adam StylinskiImprovements to avx512 adler32 implementations
2022-01-20  Nathan MoinvaziriFixed AVX512-VNNI detection when compiling with ClangCl.
next