1. 2a6c78c Merge pull request #260 from jdymitarai/feat-msvc-static-runtime-190 by danilak-G · 3 days ago main 1.3.0
  2. 1dbe12e Merge pull request #258 from Alb3e3/fix/export-installed-header-paths by danilak-G · 3 days ago
  3. 40053bb Merge pull request #262 from khuiqel/msvc-arch-readme by danilak-G · 3 days ago
  4. 5973530 Add note for building with MSVC by qwer · 3 days ago
  5. 5fc6f5d cmake: add SNAPPY_MSVC_STATIC_RUNTIME and enable CMP0091 (fixes #190) by jdymitarai · 7 days ago
  6. 26aa88c Internal changes by Danila Kutenin · 8 days ago
  7. dadc02f Internal changes by Danila Kutenin · 8 days ago
  8. 4ac4890 Mirror clang changes and add prefixes for RISC-V intrinsics. by Snappy Team · 8 days ago
  9. 44ae20c Merge pull request #250 from WillemKauf:compression-context-static by Danila Kutenin · 8 days ago
  10. fe85cf2 Honor CMAKE_INSTALL_INCLUDEDIR in exported header paths by Alberto Maschietto · 9 days ago
  11. 5a11aa3 Merge pull request #257 from lenamonj/refuse-oversized-input by danilak-G · 10 days ago
  12. 1a09131 Refuse to compress an input the stream format cannot express by lenamonj · 11 days ago
  13. 747488a Fix initialization by danilak-G · 7 weeks ago
  14. 8fc5b8e Merge pull request #250 from WillemKauf/compression-context-static by danilak-G · 7 weeks ago
  15. 5b0152e Support caller-provided memory for CompressionContext by Willem Kaufmann · 7 weeks ago
  16. 402cfb7 Add CompressionContext for reusing compression working memory by Willem Kaufmann · 7 weeks ago
  17. 3e26b0e Refactor Compress to take its working memory as a parameter by Willem Kaufmann · 7 weeks ago
  18. 7406111 Reject streams with literal spans of 2^32 bytes. by Snappy Team · 9 weeks ago
  19. 2daddff Merge pull request #242 from yusmer96-maker:yusmer96-maker-patch-1 by Danila Kutenin · 9 weeks ago
  20. 8625aae Internal changes by Danila Kutenin · 9 weeks ago
  21. 3ac3722 Merge pull request #242 from yusmer96-maker/yusmer96-maker-patch-1 by danilak-G · 3 months ago
  22. 9d0af7c Add limits header to snappy.cc by HenD.YA · 3 months ago
  23. 5639685 Refactor MaxCompressedLength to use std::numeric_limits by HenD.YA · 3 months ago
  24. a9d2c4a Implement overflow check in MaxCompressedLength function by HenD.YA · 3 months ago
  25. 27ab5f7 Fix benchmark C++11 code by Danila Kutenin · 4 months ago
  26. f6f6965 Fix minor changes by Danila Kutenin · 4 months ago
  27. f50b387 Import changes by Danila Kutenin · 4 months ago
  28. 8fe84c0 Replace usage of ARCH_ARM with standard compiler macros. by Snappy Team · 4 months ago
  29. a1962a8 Export LICENSE in bazel by Yicheng Luo · 4 months ago
  30. 368c77c Internal changes by Danila Kutenin · 4 months ago
  31. ec20182 zippy: Fix data corruption when compressed output is more than 4GB by Danila Kutenin · 4 months ago
  32. dca57a7 Internal changes by Danila Kutenin · 4 months ago
  33. aa5f5f8 Internal change by Danila Kutenin · 4 months ago
  34. 2ac1356 Optimize ExtractOffset() by avoiding storing the mask. by Connal de Souza · 4 months ago
  35. c6d8c58 Internal change by Danila Kutenin · 4 months ago
  36. da1ea96 Internal change by Danila Kutenin · 4 months ago
  37. e1e7329 Internal changes by Richard O'Grady · 4 months ago
  38. 0212163 Merge pull request #234 from anthony-zy/rv_extractoffset by danilak-G · 4 months ago
  39. 0daaac5 Merge pull request #232 from anthony-zy/main by danilak-G · 4 months ago
  40. 70a0e1c Merge pull request #220 from yunfeizhou2025/upload by danilak-G · 4 months ago
  41. 2859042 RISC-V: Optimize Snappy decompression tag advance (AdvanceToNextTagRVOptimized) for +4% throughput by anthony-zy · 5 months ago
  42. 7753427 refactor: Align RISC-V implementation with AArch64 branchless mask extraction by 郑紫阳10295048 · 5 months ago
  43. 6281a07 Merge pull request #229 from UebelAndre/config by danilak-G · 6 months ago
  44. 4cb9091 Move `//:config` to `implementation_deps` to prevent header collision by UebelAndre · 6 months ago
  45. 051dc4d Merge pull request #228 from UebelAndre/bazel by danilak-G · 7 months ago
  46. 07614b8 Add Bazel 9 support by UebelAndre · 7 months ago
  47. da459b5 Create COPYING.notestdata by danilak-G · 8 months ago
  48. 6484508 limit RISC-V FindMatchLength optimizations to 64-bit by Zhou Yunfei · 9 months ago
  49. 25e52c5 Merge pull request #214 from anthony-zy/add_zbb_check_macro by danilak-G · 10 months ago
  50. a862a74 fix confic by anthony-zy · 10 months ago
  51. 992fb9f Resolve merge conflicts by anthony-zy · 10 months ago
  52. c633c6b Resolve merge conflicts by anthony-zy · 10 months ago
  53. 30dbdc2 add zbb check macro by anthony-zy · 10 months ago
  54. 727f5b3 add zbb check macro by anthony-zy · 10 months ago
  55. cbea40d Fix an unused var warning for RISC-V by Danila Kutenin · 11 months ago
  56. 633cb9c Merge pull request #213 from anthony-zy/add_rvv_optmized_memcopy64 by danilak-G · 11 months ago
  57. e92cb6a Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  58. 2d6c8f1 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  59. b63569f Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  60. 9cc1596 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  61. c098f68 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  62. 6ab5882 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  63. d457ac7 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  64. 9fd2b72 fix by some comments by anthony-zy · 11 months ago
  65. 77a61a4 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  66. c19d705 Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 11 months ago
  67. 2b81365 Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 1 year ago
  68. c860cab Merge branch 'google:main' into add_rvv_support by anthony-zy · 1 year ago
  69. 4410326 Merge branch 'google:main' into add_rvv_support by anthony-zy · 1 year ago
  70. 27d8915 Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 1 year ago
  71. eb8d19f Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 1 year ago
  72. 0f989a2 Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 1 year, 1 month ago
  73. 802ef73 add RVV support and optmized uncompress speed by anthony-zy · 1 year, 1 month ago
  74. 1f6ba69 add RVV support and optimized uncompress speed by anthony-zy · 1 year, 1 month ago
  75. 758804a Use high-performance FindMatchLength to Optimize Snappy compression speed For RISC-V[skip ci] by anthony-zy · 1 year, 1 month ago
  76. 6f99459 Merge pull request #208 from wanghan-sanechips/riscv-benchmark-fix by danilak-G · 1 year, 2 months ago
  77. 4793b4d Merge pull request #210 from anthony-zy/rv_findmatchlenght by danilak-G · 1 year, 2 months ago
  78. 1d88de7 Use high-performance FindMatchLength to Optimize Snappy compression speed For RISC-V[skip ci] by anthony-zy · 1 year, 2 months ago
  79. b68435f build: Update benchmark submodule for RISC-V by wanghan · 1 year, 2 months ago
  80. 6af9287 Release 1.2.2 by Danila Kutenin · 1 year, 6 months ago 1.2.2
  81. de19405 Merge pull request #203 from haney/msvc_shared by danilak-G · 1 year, 6 months ago
  82. 4dd78f2 Export symbols from snappy_test_support when building shared by David Haney · 1 year, 6 months ago
  83. b395cf7 Merge pull request #197 from rp42/main by danilak-G · 1 year, 6 months ago
  84. fa07e8a Fix data corruption when output of snappy compression is more than 4GB by Danila Kutenin · 1 year, 6 months ago
  85. 49087d4 Merge pull request #200 from gruenich/feature/cmake-3.10 by danilak-G · 1 year, 6 months ago
  86. a688be4 [cmake] Require CMake version 3.10 or newer by Christoph Grüninger · 1 year, 6 months ago
  87. a6b9f87 Support clang-cl on Windows by rp42 · 1 year, 8 months ago
  88. 32ded45 Update CMakeLists NEON flag to reflect only AArch64 NEON optimizations by Danila Kutenin · 2 years, 1 month ago
  89. fcf1982 Update bazel module by Danila Kutenin · 2 years, 1 month ago
  90. 58d911b Add missing functional include for std::less_equal by Danila Kutenin · 2 years, 1 month ago
  91. b49982c Merge pull request #179 from mmorel-35/bzlmod by danilak-G · 2 years, 1 month ago
  92. 07406b9 Merge pull request #181 from AtomicRobotMan0101/main by danilak-G · 2 years, 1 month ago
  93. 2c94e11 Release version 1.2.1 by Danila Kutenin · 2 years, 4 months ago 1.2.1
  94. 465b5b6 Restore old compression functions to preserve ABI by Danila Kutenin · 2 years, 4 months ago
  95. dc3577f Update README.md by Evan McBeth · 2 years, 5 months ago
  96. 09d30d3 chore(bazel): add MODULE.bazel files for bzlmod by Matthieu MOREL · 2 years, 5 months ago
  97. 52820ea Merge pull request #178 from jjerphan/build/update-version-to-1.2.0 by danilak-G · 2 years, 5 months ago
  98. ac6b63f Update version number to 1.2.0 by Julien Jerphanion · 2 years, 5 months ago
  99. 23b3286 Merge pull request #175 from Quuxplusone/suggest-override by danilak-G · 2 years, 6 months ago 1.2.0
  100. 6b2eb70 Fix all compilation errors to be C++11 compliant by Danila Kutenin · 2 years, 6 months ago