Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / google/snappy issues and pull requests

#187 - Do not disable RTTI on FreeBSD since this causes other package failures

Pull Request - State: open - Opened by yurivict 7 days ago - 2 comments

#185 - Fix compilation error raised by vqtbl1q_u8 instruction

Pull Request - State: open - Opened by passgat 20 days ago - 1 comment

#184 - undefined symbol: typeinfo for snappy::Source

Issue - State: open - Opened by yurivict 22 days ago

#183 - snappy 1.2.0 removed __ZN6snappy11RawCompressEPKcmPcPm from libsnappy

Issue - State: closed - Opened by ryandesign about 1 month ago - 4 comments

#181 - Update README.md

Pull Request - State: open - Opened by AtomicRobotMan0101 2 months ago

#180 - Update README.md

Pull Request - State: closed - Opened by AtomicRobotMan0101 2 months ago - 1 comment

#179 - chore(bazel): add MODULE.bazel files for bzlmod

Pull Request - State: open - Opened by mmorel-35 3 months ago

#178 - Update version number to 1.2.0

Pull Request - State: closed - Opened by jjerphan 3 months ago - 8 comments

#177 - Fix the overrun issue reported by static application security testing

Pull Request - State: closed - Opened by lian-bo 4 months ago - 2 comments

#176 - Perf tuning for gcc + aarch64

Pull Request - State: open - Opened by RedBeard0531 5 months ago - 2 comments

#175 - Fix -Wsuggest-override warnings from Clang

Pull Request - State: closed - Opened by Quuxplusone 6 months ago

#174 - Added static casts for 64->32 bit conversions

Pull Request - State: open - Opened by mattpaletta 6 months ago

#173 - Fixup building with AVX flag

Pull Request - State: open - Opened by temka-io 8 months ago

#172 - Add missing <functional> include

Pull Request - State: open - Opened by assignUser 9 months ago - 1 comment

#171 - Add a new option for requiring BMI2 intrinsics

Pull Request - State: open - Opened by scdub 11 months ago

#170 - Fix typos found by codespell

Pull Request - State: open - Opened by DimitriPapadopoulos 11 months ago

#169 - Specifically check for NEON for ARMv8 CPUs

Pull Request - State: open - Opened by dm0- about 1 year ago

#168 - Upgrade googletest to v1.13.0 release.

Pull Request - State: closed - Opened by rjogrady about 1 year ago

#167 - Upgrade benchmark library to v1.7.1 release.

Pull Request - State: closed - Opened by rjogrady about 1 year ago

#166 - Add prefetch to zippy compress

Pull Request - State: closed - Opened by Jamaika1 about 1 year ago - 7 comments

#165 - Add explicit static_cast to remove compiler error

Pull Request - State: closed - Opened by torwig over 1 year ago - 4 comments

#164 - Add branch hint to a low probability path

Pull Request - State: closed - Opened by JunHe77 over 1 year ago

#163 - support clang-cl

Pull Request - State: open - Opened by wang-bin over 1 year ago - 1 comment

#162 - Optimize Store32 to generate reliable single str

Pull Request - State: closed - Opened by JunHe77 over 1 year ago - 1 comment

#161 - Add CIFuzz GitHub Action

Pull Request - State: open - Opened by DavidKorczynski over 1 year ago

#160 - rvv simd acceleration

Pull Request - State: open - Opened by zhuna8616 over 1 year ago

#159 - Fix warnings due to use of __attribute__(always_inline) without inline

Pull Request - State: closed - Opened by jbms almost 2 years ago - 1 comment

#158 - remove unreachable else branch

Pull Request - State: open - Opened by zhuna8616 almost 2 years ago

#157 - replace memset in GetHashTable to pure SIMD

Pull Request - State: open - Opened by zhuna8616 almost 2 years ago

#156 - Fix compliation for -Wsign-compare

Pull Request - State: open - Opened by LIBA-S about 2 years ago - 5 comments

#155 - Add new framing chunk types without checksums

Pull Request - State: open - Opened by derekbruening about 2 years ago - 1 comment

#154 - Add Nim implementation

Pull Request - State: open - Opened by arnetheduck about 2 years ago - 2 comments

#153 - fix clang 13 compile error

Pull Request - State: open - Opened by sangshuduo about 2 years ago

#152 - Allow compiling with MSVC-compatible compilers like clang-cl

Pull Request - State: closed - Opened by goedderz over 2 years ago

#151 - Add test on 'UncompressAsMuchAsPossible' function.

Pull Request - State: open - Opened by TheVice over 2 years ago

#150 - Change LittleEndian loads/stores to use memcpy

Pull Request - State: closed - Opened by davemgreen over 2 years ago - 3 comments

#149 - Replace biconditional logical connective 'iff' with 'if'.

Pull Request - State: open - Opened by TheVice over 2 years ago - 2 comments

#148 - Fix UBSan error (ptr + offset overflow)

Pull Request - State: closed - Opened by pitrou over 2 years ago - 8 comments
Labels: cla: yes

#147 - add option to enable rtti, set default to current behavior

Pull Request - State: closed - Opened by AnticliMaxtic over 2 years ago - 1 comment
Labels: cla: yes

#146 - update `google.github.io/snappy/` broken links

Pull Request - State: open - Opened by RTLer over 2 years ago - 2 comments
Labels: cla: no

#145 - Fix snappy build error

Pull Request - State: closed - Opened by taiyang-li over 2 years ago - 1 comment
Labels: cla: no

#144 - Re-enable RTTI (needed in order to subclass Source, etc.)

Pull Request - State: closed - Opened by tserong over 2 years ago - 2 comments
Labels: cla: yes

#143 - Enable rtti for snappy build

Pull Request - State: closed - Opened by dotnwat over 2 years ago - 2 comments
Labels: cla: no

#142 - Fix build on older versions of clang

Pull Request - State: closed - Opened by jbms almost 3 years ago - 3 comments
Labels: cla: yes

#141 - Switch CI to GitHub Actions

Pull Request - State: closed - Opened by pwnall almost 3 years ago - 1 comment
Labels: cla: yes

#140 - decompress: refine data depdency

Pull Request - State: closed - Opened by JunHe77 almost 3 years ago - 1 comment
Labels: cla: yes

#139 - Enable ARM64 (AArch64) on Travis CI

Pull Request - State: closed - Opened by pwnall almost 3 years ago
Labels: cla: yes

#138 - Add baseline CPU level to Travis CI

Pull Request - State: closed - Opened by pwnall almost 3 years ago - 1 comment
Labels: cla: yes

#137 - Migrate feature-detection macro use from #ifdef to #if

Pull Request - State: closed - Opened by pwnall almost 3 years ago - 1 comment
Labels: cla: yes

#136 - decompression: optimize ExtractOffset for Arm

Pull Request - State: closed - Opened by JunHe77 almost 3 years ago - 3 comments
Labels: cla: yes

#135 - decompress: add hint to remove extra AND

Pull Request - State: closed - Opened by JunHe77 almost 3 years ago - 4 comments
Labels: cla: yes

#134 - Use local variable to hold masks table

Pull Request - State: closed - Opened by JunHe77 almost 3 years ago - 4 comments
Labels: cla: yes

#133 - Simd

Pull Request - State: closed - Opened by JunHe77 almost 3 years ago - 8 comments
Labels: cla: yes

#132 - Add a switch to use system gtest and benchmark

Pull Request - State: closed - Opened by danyspin97 almost 3 years ago - 8 comments
Labels: cla: no

#131 - prefetch instructions in FindMatchLength

Pull Request - State: open - Opened by ayakiko almost 3 years ago
Labels: cla: yes

#130 - Add prefetch instructions in FindMatchLength

Pull Request - State: closed - Opened by ayakiko almost 3 years ago
Labels: cla: yes

#129 - remove Disable-RTTI flag for the convenience of derivation

Pull Request - State: closed - Opened by holmes1412 about 3 years ago - 5 comments
Labels: cla: yes

#128 - Add inline with SNAPPY_ATTRIBUTE_ALWAYS_INLINE

Pull Request - State: closed - Opened by gdsotirov about 3 years ago - 14 comments
Labels: cla: yes

#127 - minor formatting fix

Pull Request - State: closed - Opened by ghost over 3 years ago - 1 comment
Labels: cla: yes

#126 - ppc64le optimizations

Pull Request - State: closed - Opened by ghost over 3 years ago - 2 comments
Labels: cla: yes

#125 - add arm64, ppc64le, s390x to travis ci

Pull Request - State: closed - Opened by ghost over 3 years ago - 2 comments
Labels: cla: yes

#124 - Add PowerPC VSX and PWR9 detection

Pull Request - State: closed - Opened by ghost over 3 years ago - 1 comment
Labels: cla: yes

#123 - add absl::flags support code

Pull Request - State: closed - Opened by ghost over 3 years ago - 2 comments
Labels: cla: yes

#121 - Revert "Add absl::GetFlag and absl::SetFlag to uses of flags."

Pull Request - State: closed - Opened by ghost over 3 years ago - 5 comments
Labels: cla: yes

#120 - fix appveyor-badge project url

Pull Request - State: closed - Opened by ghost over 3 years ago - 2 comments
Labels: cla: yes

#119 - [WIP] Self test ci

Pull Request - State: closed - Opened by ghost over 3 years ago - 1 comment
Labels: cla: yes

#118 - travis update for ppc64le

Pull Request - State: closed - Opened by ghost over 3 years ago - 3 comments
Labels: cla: yes

#117 - Disable fuzzing on OSX.

Pull Request - State: closed - Opened by cmumford over 3 years ago
Labels: cla: yes

#116 - Fix fuzzing on OSX

Pull Request - State: closed - Opened by cmumford over 3 years ago - 1 comment
Labels: cla: yes

#115 - Fixup for adding the third_party/{benchmark, googletest} submodules.

Pull Request - State: closed - Opened by pwnall over 3 years ago
Labels: cla: yes

#114 - Building with `-Werror` only with clang.

Pull Request - State: closed - Opened by cmumford over 3 years ago
Labels: cla: yes

#113 - Building with `-Wall` only for clang.

Pull Request - State: closed - Opened by cmumford over 3 years ago - 1 comment
Labels: cla: yes

#112 - Added -Wno-ignored-attribute for clang/gcc.

Pull Request - State: closed - Opened by cmumford over 3 years ago - 4 comments
Labels: cla: yes

#111 - Fixup for adding the third_party/{benchmark, googletest} submodules

Pull Request - State: closed - Opened by pwnall over 3 years ago
Labels: cla: yes

#110 - Fixup for adding the third_party/{benchmark, googletest} submodules.

Pull Request - State: closed - Opened by pwnall over 3 years ago
Labels: cla: yes

#109 - Vendor googletest and google/benchmark

Pull Request - State: closed - Opened by pwnall over 3 years ago - 1 comment
Labels: cla: yes

#108 - Fix compilation in clang, unused variable

Pull Request - State: closed - Opened by Hugmeir over 3 years ago - 3 comments
Labels: cla: yes

#107 - fix compile warnings due to missing override specifiers

Pull Request - State: closed - Opened by jsteemann over 3 years ago
Labels: cla: yes

#106 - Fix docs: Snappy compressor works in 64 kB blocks instead of 32 kB now

Pull Request - State: open - Opened by hwwhww over 3 years ago - 2 comments
Labels: cla: yes

#105 - Availability of the immintrin.h should not implicitly disable support…

Pull Request - State: open - Opened by gruuk over 3 years ago - 5 comments
Labels: cla: yes

#104 - Add prefetch instructions in FindMatchLength

Pull Request - State: open - Opened by MacChen02 about 4 years ago - 3 comments
Labels: cla: no

#103 - update snappy.cc Optimize by about 7.82%

Pull Request - State: open - Opened by MacChen02 about 4 years ago - 6 comments
Labels: cla: no

#102 - Add another C# implementation

Pull Request - State: closed - Opened by aloneguid about 4 years ago - 3 comments
Labels: cla: yes

#101 - travis: bump linux gcc to 10

Pull Request - State: closed - Opened by grooverdan about 4 years ago - 4 comments
Labels: cla: yes

#100 - travis multiarch tests

Pull Request - State: closed - Opened by grooverdan about 4 years ago - 7 comments
Labels: cla: yes

#98 - Minimal changes to add reasonable support for POWER architecture

Pull Request - State: open - Opened by dmiller423 about 4 years ago - 8 comments
Labels: cla: yes

#97 - Add -fPIC option for snappy static lib

Pull Request - State: closed - Opened by pidefrem over 4 years ago - 6 comments
Labels: cla: yes

#96 - modify instruction layout in DecompressAllTags

Pull Request - State: open - Opened by Giantlan over 4 years ago
Labels: cla: yes

#95 - modify instruction layout

Pull Request - State: open - Opened by Giantlan over 4 years ago
Labels: cla: yes

#94 - copy modify in ARCH_ARM

Pull Request - State: open - Opened by Giantlan over 4 years ago
Labels: cla: yes

#93 - Add prefetch in ARCH_ARM

Pull Request - State: open - Opened by Giantlan over 4 years ago
Labels: cla: yes

#92 - Fix some minor change to improve performance

Pull Request - State: open - Opened by Yikun over 4 years ago
Labels: cla: yes

#90 - Optimize unaligned operator function on MIPS64 platform.

Pull Request - State: open - Opened by sireg over 4 years ago - 3 comments
Labels: cla: no

#89 - Build snappy with Bazel

Pull Request - State: open - Opened by Yannic over 4 years ago - 1 comment
Labels: cla: yes

#88 - Add vcpkg installation instructions

Pull Request - State: open - Opened by NancyLi1013 over 4 years ago
Labels: cla: yes

#87 - Updated "Used by" list in docs

Pull Request - State: closed - Opened by holmanb over 4 years ago - 3 comments
Labels: cla: yes

#83 - Fix a compile error when the HAVE_SYS_TIME_H flag is not set

Pull Request - State: closed - Opened by HenryRLee almost 5 years ago - 2 comments
Labels: cla: yes

#82 - Make CMake sanitizer agnostic

Pull Request - State: closed - Opened by bshastry almost 5 years ago - 26 comments
Labels: cla: yes

#81 - Update links in README.md

Pull Request - State: open - Opened by slel almost 5 years ago - 1 comment
Labels: cla: no