1. ef2bf57 Merge pull request #4276 from facebook/fix_patchfrom_hc_speed by Yann Collet · 1 year, 2 months ago
  2. 23e5f80 Revert "pass dictionary loading method as parameter" by Yann Collet · 1 year, 2 months ago
  3. c7cd7dc better MT fluidity by Yann Collet · 1 year, 2 months ago
  4. f11bd19 ensure cdict is properly reset to NULL by Yann Collet · 1 year, 2 months ago
  5. 7406d2b skips the need to create a temporary cdict for --patch-from by Yann Collet · 1 year, 2 months ago
  6. 220abe6 reduced memory usage by Yann Collet · 1 year, 2 months ago
  7. 85a44b2 always free .cdictLocal by Yann Collet · 1 year, 2 months ago
  8. e637fc6 update type naming convention by Yann Collet · 1 year, 2 months ago
  9. 34ba144 minor boundary change by Yann Collet · 1 year, 2 months ago
  10. ffa66a6 fix speed of --patch-from at high compression mode by Yann Collet · 1 year, 2 months ago
  11. 30e0f29 Merge pull request #4287 from facebook/warn_error by Yann Collet · 1 year, 2 months ago
  12. 2949252 fix minor conversion warnings by Yann Collet · 1 year, 2 months ago
  13. e87d159 more %zu warnings fixes by Yann Collet · 1 year, 2 months ago
  14. 590c224 fix more %zu warnings by Yann Collet · 1 year, 2 months ago
  15. f9c1850 fix minor printf argument limitation on older mingw by Yann Collet · 1 year, 2 months ago
  16. e117d79 fix minor alignment warning by Yann Collet · 1 year, 2 months ago
  17. c39424e fix minor alignment warning by Yann Collet · 1 year, 2 months ago
  18. 32dff04 fix one minor alignment warning by Yann Collet · 1 year, 2 months ago
  19. 5883ee6 make visual studio tests error out on warnings by Yann Collet · 1 year, 2 months ago
  20. 8156a19 Merge pull request #4286 from facebook/visual_clang_avx2 by Yann Collet · 1 year, 2 months ago
  21. 54e9d46 added __clang__ to compiler-specific alignment attribute by Yann Collet · 1 year, 2 months ago
  22. bcf404c changed C11 keyword to _Alignas by Yann Collet · 1 year, 2 months ago
  23. 6e1d02f adding a Visual + ClangCL + AVX2 compilation test by Yann Collet · 1 year, 2 months ago
  24. 26a2b5d Merge pull request #4265 from pps83/static-bmi2-check by Yann Collet · 1 year, 2 months ago
  25. 086ddcd Merge pull request #4271 from tsdgeos/removedupe by Yann Collet · 1 year, 2 months ago
  26. b55ff3c Merge pull request #4278 from facebook/bench_x100 by Yann Collet · 1 year, 2 months ago
  27. 60f84f7 bench: better result alignment by Yann Collet · 1 year, 2 months ago
  28. 283fbd2 Merge pull request #4264 from pps83/dev-static-bmi2 by Yann Collet · 1 year, 2 months ago
  29. de7c8b9 cmake: Remove duplicated line by Albert Astals Cid · 1 year, 2 months ago
  30. 6a65a43 Merge pull request #4269 from luau-project/fix-rc-include by Yann Collet · 1 year, 2 months ago
  31. be1bf24 fix: quote include directory for resource compiler by luau-project · 1 year, 2 months ago
  32. 1d088ba Merge pull request #4260 from gcabiddu/compress_sequences_kernel by Yann Collet · 1 year, 2 months ago
  33. 92be4be [linux] Expose ZSTD_compressSequencesAndLiterals() in the kernel by Giovanni Cabiddu · 1 year, 3 months ago
  34. 6cd4204 CI: build with CMake on source directory with spaces to reproduce #4268 by luau-project · 1 year, 2 months ago
  35. ab54285 Merge pull request #4266 from pps83/rm-ZSTD_decompressSequences_t by Yann Collet · 1 year, 2 months ago
  36. 0cda010 fix formatting by Pavel P · 1 year, 3 months ago
  37. f7e8fc3 Check `STATIC_BMI2` instead of `STATIC_BMI2 == 1` by Pavel P · 1 year, 3 months ago
  38. 0a18362 Reorder __BMI2__ check by Pavel P · 1 year, 3 months ago
  39. d486ccc Update comment for STATIC_BMI2 macro by Pavel P · 1 year, 3 months ago
  40. 1b15e88 Move STATIC_BMI2 block as-is to portability_macros.h by Pavel P · 1 year, 3 months ago
  41. 59afb28 Remove unused ZSTD_decompressSequences_t typedef by Pavel P · 1 year, 3 months ago
  42. ea0aa03 Merge pull request #4263 from pps83/dev-dyn-bmi2 by Yann Collet · 1 year, 3 months ago
  43. 1204626 Check `DYNAMIC_BMI2` instead of `DYNAMIC_BMI2 != 0` by Pavel P · 1 year, 3 months ago
  44. a7b59bc Merge pull request #4257 from pps83/dev-x64test by Yann Collet · 1 year, 3 months ago
  45. 55c0c5b Merge pull request #4258 from pps83/dev-ZSTD_ALIGNED by Yann Collet · 1 year, 3 months ago
  46. 2ef57cf Merge pull request #4259 from Treata11/dev by Yann Collet · 1 year, 3 months ago
  47. 45c0e72 Instructions for Apple Framework builds by Treata11 · 1 year, 3 months ago
  48. becef67 Build: Revert min version to 3.10 by Treata11 · 1 year, 3 months ago
  49. 03d5ad6 Ignore generated framework artifacts by Treata11 · 1 year, 3 months ago
  50. 897cec3 Build: Add support for Apple frameworks by Treata11 · 1 year, 3 months ago
  51. a0872a8 Implement ZSTD_ALIGNED for ms compiler by Pavel P · 1 year, 3 months ago
  52. 6c1d1cc Use _M_X64 only without mixing with _M_AMD64 by Pavel P · 1 year, 3 months ago
  53. f7c7553 Merge pull request #4255 from facebook/dependabot/github_actions/github/codeql-action-3.28.1 by Yann Collet · 1 year, 3 months ago
  54. cf01bbf Merge pull request #4254 from facebook/dependabot/github_actions/cygwin/cygwin-install-action-5 by Yann Collet · 1 year, 3 months ago
  55. 056492e Update dev-short-tests.yml by Yann Collet · 1 year, 3 months ago
  56. 5b9c5d4 Bump github/codeql-action from 3.27.1 to 3.28.1 by dependabot[bot] · 1 year, 3 months ago
  57. e39ed41 Bump cygwin/cygwin-install-action from 4 to 5 by dependabot[bot] · 1 year, 3 months ago
  58. 48b186f Merge pull request #4253 from facebook/BitContainerType by Yann Collet · 1 year, 3 months ago
  59. 0c335c9 Merge pull request #4252 from facebook/x32_dynamicBmi2 by Yann Collet · 1 year, 3 months ago
  60. 82346b9 minor: generalize BitContainerType by Yann Collet · 1 year, 3 months ago
  61. 4bbf4a2 enable DYNAMIC_BMI2 by default on x86 (32-bit mode) by Yann Collet · 1 year, 3 months ago
  62. 9fbed33 Merge pull request #4251 from facebook/x32_bmi2 by Yann Collet · 1 year, 3 months ago
  63. a556559 no longer limit automated BMI2 detection to x64 by Yann Collet · 1 year, 3 months ago
  64. e475dc4 Merge pull request #4250 from facebook/x86_32_avx2 by Yann Collet · 1 year, 3 months ago
  65. d2d7461 also add `-mbmi2` to the compilation test by Yann Collet · 1 year, 3 months ago
  66. 27d7940 minor: cosmetic, indentation by Yann Collet · 1 year, 3 months ago
  67. 0501095 added -DSTATIC_BMI2=1 for the -mavx2 test by Yann Collet · 1 year, 3 months ago
  68. f0b5f65 fixed minor static function declaration issue by Yann Collet · 1 year, 3 months ago
  69. 35edbc2 added avx2 (x64) compilation test by Yann Collet · 1 year, 3 months ago
  70. 9efb097 added a CI test for x86 32-bit + avx2 combination by Yann Collet · 1 year, 3 months ago
  71. a469e7c Merge pull request #4248 from pps83/dev-bzhi32 by Yann Collet · 1 year, 3 months ago
  72. 167b004 Merge pull request #4246 from pps83/dev-asmx64-win by Yann Collet · 1 year, 3 months ago
  73. eb2ceb4 Merge pull request #4249 from facebook/zds_nonnull by Yann Collet · 1 year, 3 months ago
  74. fcd684b update sizeof check by Pavel P · 1 year, 3 months ago
  75. d60c4d7 remove unrelated changes by Pavel P · 1 year, 3 months ago
  76. 462484d change to BitContainerType by Pavel P · 1 year, 3 months ago
  77. 26e5fb3 handle 32bit size_t when building for x64 by Pavel P · 1 year, 3 months ago
  78. 936927a handle 32bit size_t when building for x64 by Pavel P · 1 year, 3 months ago
  79. e8de808 minor: assert that state is not null by Yann Collet · 1 year, 3 months ago
  80. 053e4be Merge pull request #4247 from facebook/test_endMsg by Yann Collet · 1 year, 3 months ago
  81. 4f3311f CI: replaced shortest target by check by Yann Collet · 1 year, 3 months ago
  82. ee17f4c Use _bzhi_u32 for 32-bit builds when building with STATIC_BMI2 by Pavel P · 1 year, 3 months ago
  83. 46e17b8 [asm] Enable x86_64 asm for windows builds by Pavel P · 1 year, 3 months ago
  84. 7827514 Added a final success message at end of tests by Yann Collet · 1 year, 3 months ago
  85. c8243b4 Merge pull request #4242 from lalakii/dev by Yann Collet · 1 year, 3 months ago
  86. 319dc29 Merge pull request #4235 from facebook/bench_nbThreads by Yann Collet · 1 year, 3 months ago
  87. 19025f3 Merge pull request #4238 from szsam/patch-1 by Yann Collet · 1 year, 3 months ago
  88. 33747e2 Merge pull request #4232 from facebook/convertSequences_SSE by Yann Collet · 1 year, 3 months ago
  89. 87f0a4f restore full equation by Yann Collet · 1 year, 3 months ago
  90. 8bff69a Alignment instruction ZSTD_ALIGNED() in common/compiler.h by Yann Collet · 1 year, 3 months ago
  91. 2f3ee8b changed code compilation test to employ ZSTD_ARCH_X86_AVX2 by Yann Collet · 1 year, 3 months ago
  92. debe3d2 removed unused branch by Yann Collet · 1 year, 3 months ago
  93. 6f8e6f3 create new compilation macro ZSTD_ARCH_X86_AVX2 by Yann Collet · 1 year, 3 months ago
  94. e3181cf minor code doc update by Yann Collet · 1 year, 3 months ago
  95. aa2cdf9 added compilation-time checks to ensure AVX2 code is valid by Yann Collet · 1 year, 3 months ago
  96. 57a4554 removed unused variable by Yann Collet · 1 year, 3 months ago
  97. 4aaf9ce fix minor conversion warning by Yann Collet · 1 year, 3 months ago
  98. db3d488 no need for specialized variant by Yann Collet · 1 year, 3 months ago
  99. cd53924 removed erroneous #includes by Yann Collet · 1 year, 3 months ago
  100. ed0a8b8 AVX2 version of ZSTD_get1BlockSummary() by Yann Collet · 1 year, 3 months ago