]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2024-04-11  Deniz BahadirCMake: Replace ';' by '$<SEMICOLON>' in generator-expre...
2024-04-11  Hans Kristian... Clean up insert_match() in deflate_medium
2024-04-11  Hans Kristian... Inserting strings is not slow any longer, remove bypass...
2024-04-04  Alex ChiangOptimized rvv slide_hash
2024-04-04  Vladislav ShchapovRemove obsolete TARGET_OS_MAC check
2024-04-04  Vladislav ShchapovAllow disabling runtime CPU features detection in tests...
2024-04-04  Sergey KosukhinFix building with NVHPC
2024-03-06  Vladislav ShchapovReplace conditional call to functable.force_init with...
2024-03-06  Vladislav ShchapovAdd native ARM64 build on macOS
2024-03-06  Vladislav ShchapovWorkaround for MSVC. By default MSVC does not define...
2024-03-06  Vladislav ShchapovAdd option to disable runtime CPU detection
2024-03-06  Vladislav ShchapovExplicitly indicate functions are conditionally dispatched
2024-03-05  Mika Lindqvist[ARM] Override Clang x4 NEON intrinsics for Android
2024-03-04  Vladislav ShchapovRename cpu_functions.h to arch_functions.h in depcheck.cpp
2024-03-03  Mika Lindqvist[CI] Fix creating list of artifacts for CodeCov.
2024-03-03  Marc AldorasiAdd more result variables to the cmake package configur...
2024-02-24  Mika LindqvistAdd test for checking if -march=native needs -mfpu...
2024-02-24  Mika LindqvistCleanup and update NMake Makefiles.
2024-02-23  Hans Kristian... Move update_hash(), insert_string() and quick_insert_st...
2024-02-23  Hans Kristian... Remove unused 's' parameter from HASH_CALC macro
2024-02-23  Nathan MoinvaziriRemove deflate_state parameter from update_hash functions.
2024-02-22  Cameron CawleyInline CHUNKCOPY and CHUNKUNROLL
2024-02-22  Cameron CawleyRemove mixing of SSE2 and SSSE3 chunkset code
2024-02-22  dependabot... Bump github/codeql-action from 2 to 3
2024-02-22  dependabot... Bump actions/upload-artifact from 3 to 4
2024-02-22  Hans Kristian... Don't export git/github-related files in tar/zip archives
2024-02-22  Vladislav ShchapovRename cpu_functions.h to arch_functions.h.
2024-02-22  Vladislav ShchapovMove select for generic functions into generic_functions.h.
2024-02-22  Vladislav ShchapovSplit CPU features checks and CPU-specific function...
2024-02-22  Hans Kristian... Add dependabot for github actions
2024-02-22  Vladislav ShchapovRename codecov.
2024-02-21  Nathan MoinvaziriFixed S390X configure builds not running in forks.
2024-02-21  Mika LindqvistFix PCLMULQDQ support for IntelLLVM.
2024-02-21  Mika LindqvistDisable CodeCov for RISC-V as the toolchain doesn't...
2024-02-21  Mika LindqvistUpdate mymindstorm/setup-emsdk to v14.
2024-02-21  Mika LindqvistUpgrade codecov/codecov-action to v4.
2024-02-18  Pavel PFix include paths
2024-02-18  Pavel PAdd missing checks for 64bit arm/intel with msvc compiler
2024-02-18  Mika LindqvistDisable Intel Compiler diagnostic message 10441.
2024-02-18  Mika LindqvistUpgrade ilammy/msvc-dev-cmd to v1.13.0
2024-02-18  Mika T. LindqvistFix xsave intrinsic test for clang, and gcc 8.2 or...
2024-02-18  Vladislav ShchapovAllow overwrite NATIVEFLAG value by option NATIVE_ARCH_...
2024-02-15  Pavel PIncrease alignment from 8 to 16 to avoid warnings with...
2024-02-15  Pavel PFix `deflate_state` alignment with MS or clang-cl compilers
2024-02-12  Hans Kristian... Avoid empty function by renaming bi_flush to zng_tr_flu...
2024-02-12  Hans Kristian... Remove branch that is almost impossible to hit in bi_fl...
2024-02-07  Don OlmsteadRelocate CMake target export definitions
2024-02-07  Nathan MoinvaziriUse zng_alloc_aligned in unit tests to prevent having...
2024-02-07  Nathan MoinvaziriMemory alloc size must be a multiple of alignment for...
2024-02-07  Nathan MoinvaziriPrefer HAVE_ALIGNED_ALLOC when available in zng_alloc
2024-02-07  Mark Adlerzlib 1.3.1
2024-02-07  Mark AdlerRemove -w compile option in configure test.
2024-02-07  gastushFix cmake build on AIX.
2024-02-07  Mark AdlerRemove mentions of an official zlib DLL distribution.
2024-02-07  Nathan MoinvaziriAdd back gz_intmax for zlib compatibility when linking...
2024-02-07  Milan BulatMake the existence of gz_intmax() unconditional.
2024-02-07  Mark AdlerNote that the len2 argument of crc_combine*() must...
2024-02-07  Nathan MoinvaziriEnable LIT_MEM by default expect when WITH_REDUCED_MEM...
2024-02-07  Hans WennborgFix the copy of pending_buf in deflateCopy() for the...
2024-02-07  Hans WennborgFix pending buffer overflow assert with LIT_MEM allocation.
2024-02-07  Mark AdlerAdd bounds checking to ERR_MSG() macro, used by zError().
2024-02-07  Mark AdlerAdd LIT_MEM define to use more memory for a small defla...
2024-02-07  Xin LIMake internal functions static in the test code.
2024-02-07  Mark AdlerFix bug in inflateSync() for data held in bit buffer.
2024-02-07  Nathan MoinvaziriUpdate copyright years in other source files.
2024-02-07  Mark AdlerUpdate copyright year in win32 resource files.
2024-02-05  Hans Kristian... Remove unused code in makecrct.c
2024-02-05  Hans Kristian... Add missing clean rule for arch/generic
2024-02-05  Hans Kristian... Rename crc32_braid.c to crc32.c
2024-02-02  Adam StylinskiAdd support for handling alignment correction for input...
2024-02-02  Hans Kristian... Speed up crc32_[v]pclmulqdq on small strings.
2024-02-02  Hans Kristian... Add more fine-grained small-length benchmarking of...
2024-01-30  Mika LindqvistGenerate CMake package configuration files
2024-01-30  Nathan MoinvaziriRemove extern keyword from cpu_feature function declara...
2024-01-30  Nathan MoinvaziriRemove type declarations for z_stream/zng_stream from...
2024-01-30  Nathan MoinvaziriSplit cpu_features.h by architecture.
2024-01-30  Mika LindqvistFix regression caused by 2fa631e029084b75acd81db5d33fd4...
2024-01-29  Adam StylinskiRemoving some outdated comments
2024-01-27  Nathan MoinvaziriSet registers to zero to prevent GCC __get_cpuid bug.
2024-01-27  Nathan MoinvaziriSimplify architecture #ifdef in test_crc32.cc.
2024-01-27  Nathan MoinvaziriAdd VPCLMULQDQ crc32 tests to Google benchmarks
2024-01-25  Vladislav ShchapovImprove x86 intrinsics dependencies.
2024-01-25  Vladislav ShchapovRemove unused macro X86_MASK_INTRIN.
2024-01-25  Vladislav ShchapovReorder in which intrinsics support is checked.
2024-01-25  Vladislav ShchapovFix x86 WITH_* options dependencies.
2024-01-25  Vladislav ShchapovRemove always true arch conditions.
2024-01-19  Hans Kristian... Move compare256 and longest_match C fallbacks to arch...
2024-01-19  Hans Kristian... Move include files out of match_tpl.h, to simplify...
2024-01-19  Hans Kristian... Move slide_hash C fallback to arch/generic
2024-01-19  Hans Kristian... Move insert_string and update_hash C fallbacks to arch...
2024-01-19  Hans Kristian... Move chunkset and inffast C fallbacks to arch/generic
2024-01-19  Hans Kristian... Move crc32 C fallbacks to arch/generic
2024-01-19  Hans Kristian... Move adler32 C fallbacks to arch/generic
2024-01-19  Hans Kristian... Simplify includes
2024-01-16  Nathan MoinvaziriImprove code coverage for SSE2.
2024-01-16  Nathan MoinvaziriFixed S390X CMake builds not running in forks.
2024-01-16  Nathan MoinvaziriUpload all coverage reports at once after tests.
2024-01-15  Nathan MoinvaziriRemove unneeded pointer for functable.longest_match...
2024-01-10  Hans Kristian... 2.1.6 Release 2.1.6
2024-01-10  Mika LindqvistFix building tests with cmake 3.10 and older.
next