1. 0e799b0 IBM zSystems DFLTCC: Extend sanitizer checks by Ilya Leoshkevich · 5 days ago main
  2. d151fba Switch to python venv by Vladislav Shchapov · 4 days ago
  3. ec8c026 Fix -std option in configure script by Vladislav Shchapov · 4 days ago
  4. fba5a12 Update macOS Github Actions by Vladislav Shchapov · 4 days ago
  5. 5269089 .gitattributes: Enforce LF line-endings on all non-binary files by Deniz Bahadir · 13 days ago
  6. 13d785d make darwin cross compilation possible by Un1q32 · 13 days ago
  7. 6dc59e9 Bump max CMake policy version to 3.29.0 by Matt McCormick · 4 weeks ago
  8. a1d5759 arch/riscv/riscv_features.c: fix uclibc build by Fabrice Fontaine · 7 weeks ago
  9. 3fe9d38 Update dependencies for 32-bit MinGW CI run. by Mika Lindqvist · 4 weeks ago
  10. de06cfa CMake: Replace ';' by '$<SEMICOLON>' in generator-expression by Deniz Bahadir · 4 weeks ago
  11. d537b33 Clean up insert_match() in deflate_medium by Hans Kristian Rosbach · 3 months ago
  12. 8f16cfd Inserting strings is not slow any longer, remove bypass in deflate_medium(). by Hans Kristian Rosbach · 3 months ago
  13. 7dcc707 Optimized rvv slide_hash by Alex Chiang · 6 weeks ago
  14. 00e8380 Remove obsolete TARGET_OS_MAC check by Vladislav Shchapov · 6 weeks ago
  15. 13c79fa Allow disabling runtime CPU features detection in tests and benchmarks by Vladislav Shchapov · 7 weeks ago
  16. 2daa4ad Fix building with NVHPC by Sergey Kosukhin · 8 weeks ago
  17. 6196d41 Replace conditional call to functable.force_init with macro FUNCTABLE_INIT by Vladislav Shchapov · 9 weeks ago
  18. a411e09 Add native ARM64 build on macOS by Vladislav Shchapov · 10 weeks ago
  19. c0b8702 Workaround for MSVC. By default MSVC does not define the __SSE*__ macros. Fix it if AVX is enabled. by Vladislav Shchapov · 10 weeks ago
  20. be53bea Add option to disable runtime CPU detection by Vladislav Shchapov · 10 weeks ago
  21. 372e5eb Explicitly indicate functions are conditionally dispatched by Vladislav Shchapov · 10 weeks ago
  22. 2de2f47 [ARM] Override Clang x4 NEON intrinsics for Android by Mika Lindqvist · 2 months ago
  23. bbc2e52 Rename cpu_functions.h to arch_functions.h in depcheck.cpp by Vladislav Shchapov · 10 weeks ago
  24. 90cd05d [CI] Fix creating list of artifacts for CodeCov. by Mika Lindqvist · 3 months ago
  25. 1c5db3a Add more result variables to the cmake package configuration by Marc Aldorasi · 3 months ago
  26. c983477 Add test for checking if -march=native needs -mfpu=neon for 32-bit ARM. by Mika Lindqvist · 3 months ago
  27. fb3d0ef Cleanup and update NMake Makefiles. by Mika Lindqvist · 3 months ago
  28. e66eddc Move update_hash(), insert_string() and quick_insert_string() out of functable by Hans Kristian Rosbach · 3 months ago
  29. 0cd130c Remove unused 's' parameter from HASH_CALC macro by Hans Kristian Rosbach · 3 months ago
  30. 07711d8 Remove deflate_state parameter from update_hash functions. by Nathan Moinvaziri · 3 months ago
  31. 7117f0b Inline CHUNKCOPY and CHUNKUNROLL by Cameron Cawley · 3 months ago
  32. f940916 Remove mixing of SSE2 and SSSE3 chunkset code by Cameron Cawley · 2 months ago
  33. 9c6c626 Bump github/codeql-action from 2 to 3 by dependabot[bot] · 2 months ago
  34. 6881a9e Bump actions/upload-artifact from 3 to 4 by dependabot[bot] · 2 months ago
  35. a65a80d Don't export git/github-related files in tar/zip archives by Hans Kristian Rosbach · 3 months ago
  36. 392c76c Rename cpu_functions.h to arch_functions.h. by Vladislav Shchapov · 3 months ago
  37. 47189f9 Move select for generic functions into generic_functions.h. by Vladislav Shchapov · 3 months ago
  38. 11787da Split CPU features checks and CPU-specific function prototypes and reduce include-dependencies. by Vladislav Shchapov · 3 months ago
  39. b9c01f4 Add dependabot for github actions by Hans Kristian Rosbach · 3 months ago
  40. 4b5b5cf Rename codecov. by Vladislav Shchapov · 3 months ago
  41. 926a03d Fixed S390X configure builds not running in forks. by Nathan Moinvaziri · 4 months ago
  42. c4318b7 Fix PCLMULQDQ support for IntelLLVM. by Mika Lindqvist · 3 months ago
  43. 171f03c Disable CodeCov for RISC-V as the toolchain doesn't support generating code coverage. by Mika Lindqvist · 3 months ago
  44. 71ecf90 Update mymindstorm/setup-emsdk to v14. by Mika Lindqvist · 3 months ago
  45. f0fb639 Upgrade codecov/codecov-action to v4. by Mika Lindqvist · 3 months ago
  46. 9304a52 Fix include paths by Pavel P · 3 months ago
  47. ca44c46 Add missing checks for 64bit arm/intel with msvc compiler by Pavel P · 3 months ago
  48. e6ed98f Disable Intel Compiler diagnostic message 10441. by Mika Lindqvist · 3 months ago
  49. 86fcfce Upgrade ilammy/msvc-dev-cmd to v1.13.0 by Mika Lindqvist · 3 months ago
  50. 7c0aab9 Fix xsave intrinsic test for clang, and gcc 8.2 or later, and icc. by Mika T. Lindqvist · 3 months ago
  51. d49b0d6 Allow overwrite NATIVEFLAG value by option NATIVE_ARCH_OVERRIDE. by Vladislav Shchapov · 3 months ago
  52. 3312813 Increase alignment from 8 to 16 to avoid warnings with ms compiler by Pavel P · 3 months ago
  53. b81fb2f Fix `deflate_state` alignment with MS or clang-cl compilers by Pavel P · 3 months ago
  54. aa4c415 Avoid empty function by renaming bi_flush to zng_tr_flush_bits. by Hans Kristian Rosbach · 3 months ago
  55. 9b6dd1f Remove branch that is almost impossible to hit in bi_flush(). by Hans Kristian Rosbach · 3 months ago
  56. 1e84f91 Relocate CMake target export definitions by Don Olmstead · 3 months ago
  57. b7a12f2 Use zng_alloc_aligned in unit tests to prevent having to use C++17. by Nathan Moinvaziri · 4 months ago
  58. da0bd37 Memory alloc size must be a multiple of alignment for aligned_alloc. by Nathan Moinvaziri · 4 months ago
  59. 607ac05 Prefer HAVE_ALIGNED_ALLOC when available in zng_alloc by Nathan Moinvaziri · 4 months ago
  60. 006acb6 zlib 1.3.1 by Mark Adler · 3 months ago
  61. 23863c9 Remove -w compile option in configure test. by Mark Adler · 3 months ago
  62. 0138520 Fix cmake build on AIX. by gastush · 3 months ago
  63. dfb3a67 Remove mentions of an official zlib DLL distribution. by Mark Adler · 3 months ago
  64. b29d5bd Add back gz_intmax for zlib compatibility when linking statically by Nathan Moinvaziri · 3 months ago
  65. 903257e Make the existence of gz_intmax() unconditional. by Milan Bulat · 3 months ago
  66. beed783 Note that the len2 argument of crc_combine*() must be non-negative. by Mark Adler · 3 months ago
  67. 2996e55 Enable LIT_MEM by default expect when WITH_REDUCED_MEM is ON. by Nathan Moinvaziri · 3 months ago
  68. c2a65a7 Fix the copy of pending_buf in deflateCopy() for the LIT_MEM case. by Hans Wennborg · 3 months ago
  69. bb36fad Fix pending buffer overflow assert with LIT_MEM allocation. by Hans Wennborg · 3 months ago
  70. c37fc21 Add bounds checking to ERR_MSG() macro, used by zError(). by Mark Adler · 3 months ago
  71. 32c5c9f Add LIT_MEM define to use more memory for a small deflate speedup. by Mark Adler · 3 months ago
  72. 82c5390 Make internal functions static in the test code. by Xin LI · 3 months ago
  73. a7e3377 Fix bug in inflateSync() for data held in bit buffer. by Mark Adler · 3 months ago
  74. 1a5dae6 Update copyright years in other source files. by Nathan Moinvaziri · 3 months ago
  75. c9f1d26 Update copyright year in win32 resource files. by Mark Adler · 3 months ago
  76. 8aa9e3d Remove unused code in makecrct.c by Hans Kristian Rosbach · 3 months ago
  77. 43c636b Add missing clean rule for arch/generic by Hans Kristian Rosbach · 3 months ago
  78. 2b0043e Rename crc32_braid.c to crc32.c by Hans Kristian Rosbach · 3 months ago
  79. 58f22d8 Add support for handling alignment correction for input buffers down to 16 bytes in crc32_fold_[v]pclmulqdq by Adam Stylinski · 3 months ago
  80. 07f0adf Speed up crc32_[v]pclmulqdq on small strings. by Hans Kristian Rosbach · 3 months ago
  81. 41a0a61 Add more fine-grained small-length benchmarking of adler32 and crc32. by Hans Kristian Rosbach · 3 months ago
  82. 823188a Generate CMake package configuration files by Mika Lindqvist · 4 months ago
  83. 9f88c99 Remove extern keyword from cpu_feature function declarations. by Nathan Moinvaziri · 4 months ago
  84. 6a5cc8f Remove type declarations for z_stream/zng_stream from cpu_features. by Nathan Moinvaziri · 4 months ago
  85. a77d9b8 Split cpu_features.h by architecture. by Nathan Moinvaziri · 3 months ago
  86. 35a7d7e Fix regression caused by 2fa631e029084b75acd81db5d33fd4aa802fd082 by Mika Lindqvist · 3 months ago
  87. 7f3258a Removing some outdated comments by Adam Stylinski · 3 months ago
  88. 1c07007 Set registers to zero to prevent GCC __get_cpuid bug. by Nathan Moinvaziri · 3 months ago
  89. 6179937 Simplify architecture #ifdef in test_crc32.cc. by Nathan Moinvaziri · 3 months ago
  90. c09ca81 Add VPCLMULQDQ crc32 tests to Google benchmarks by Nathan Moinvaziri · 3 months ago
  91. dbadfc8 Improve x86 intrinsics dependencies. by Vladislav Shchapov · 4 months ago
  92. 9333a71 Remove unused macro X86_MASK_INTRIN. by Vladislav Shchapov · 4 months ago
  93. 9057781 Reorder in which intrinsics support is checked. by Vladislav Shchapov · 4 months ago
  94. c1c53c2 Fix x86 WITH_* options dependencies. by Vladislav Shchapov · 4 months ago
  95. 2121449 Remove always true arch conditions. by Vladislav Shchapov · 4 months ago
  96. 392840c Move compare256 and longest_match C fallbacks to arch/generic by Hans Kristian Rosbach · 4 months ago
  97. bb36259 Move include files out of match_tpl.h, to simplify dependency handling and by Hans Kristian Rosbach · 4 months ago
  98. 02d57dd Move slide_hash C fallback to arch/generic by Hans Kristian Rosbach · 4 months ago
  99. 2682434 Move insert_string and update_hash C fallbacks to arch/generic. by Hans Kristian Rosbach · 4 months ago
  100. 346a8c6 Move chunkset and inffast C fallbacks to arch/generic by Hans Kristian Rosbach · 4 months ago