summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Tag open source release 1.1.9.1.1.9Victor Costan2021-05-042-2/+2
* 'size' remains unused if none of ZLIB, LZO and LZ4 are available.atdt2021-04-221-2/+4
* Add project goals to CONTRIBUTING.md.Chris Mumford2021-03-121-0/+20
* Add stubs for abseil flags.Victor Costan2021-03-087-70/+42
* Remove unused run_microbenchmarks flag.Victor Costan2021-03-081-3/+0
* Add absl::GetFlag and absl::SetFlag to uses of flags.Snappy Team2021-02-172-14/+18
* Add AppVeyor status badge.Victor Costan2020-12-161-0/+1
* Remove unused include in snappy_benchmark.cc.Victor Costan2020-12-161-2/+3
* Split benchmarks and test tools into separate targets.Victor Costan2020-12-1610-1062/+1350
* Merge pull request #117 from cmumford:disable-osx-fuzzerVictor Costan2020-12-161-1/+2
|\
| * Disable fuzzing on OSX.Chris Mumford2020-12-151-1/+2
* | Test stub improvements.Victor Costan2020-12-162-112/+102
|/
* Fixup for adding the third_party/{benchmark, googletest} submodules. (#115)Victor Costan2020-12-152-0/+0
* Merge pull request #114 from cmumford:werror-only-clangVictor Costan2020-12-153-370/+372
|\
| * Fixed endif clause.Chris Mumford2020-12-151-1/+1
| * Matching clang.Chris Mumford2020-12-151-2/+1
| * Building with `-Werror` only with clang.Chris Mumford2020-12-151-4/+7
|/
* Fix CHECK_EQ to call ok() instead of CheckSuccess().Chris Mumford2020-12-152-2/+2
* Fixup for adding the third_party/{benchmark, googletest} submodules. (#111)Victor Costan2020-12-152-0/+0
* Rework file:: stubs.Victor Costan2020-12-152-49/+92
* Wrap snappy_unittest in an anonymous namespace and remove static from functions.Victor Costan2020-12-153-31/+25
* Fixup for adding the third_party/{benchmark, googletest} submodules. (#110)Victor Costan2020-12-142-0/+0
* Fix unused local variable warnings.Victor Costan2020-12-151-2/+14
* Remove custom testing and benchmarking code.Victor Costan2020-12-147-433/+154
* Add Travis-CI build status badge to README.md.Chris Mumford2020-12-141-0/+1
* Update Travis CI config.Victor Costan2020-12-141-5/+5
* Replace #pragma nounroll with equivalent used elsewhere.Victor Costan2020-12-141-2/+6
* Remove inline qualifier from static variables.Victor Costan2020-12-141-4/+4
* 1) Improve the lookup table data to require less instructions to extract the ...Snappy Team2020-12-142-126/+188
* Optimize zippy decompression by making IncrementalCopy faster.Shahriar Rouf2020-12-142-58/+267
* Internal changeSnappy Team2020-12-031-224/+56
* Optimize zippy decompression by making IncrementalCopy faster.Shahriar Rouf2020-12-031-56/+224
* Fix opensource versionSnappy Team2020-11-194-44/+49
* Add LZ4 as a benchmark option. Snappy is starting to look really good compare...Snappy Team2020-11-183-9/+45
* Extend validate benchmarks over all types and also add a medley for validation.Snappy Team2020-11-181-15/+36
* Bug fix. Error on 0 offset copies.Snappy Team2020-11-181-0/+2
* Make zippy decompression branchlessSnappy Team2020-11-182-6/+210
* Revert zippy optimization that causes heap buffer overflows.Snappy Team2020-11-181-140/+54
* Optimize zippy unzipping by upto >10% by making IncrementalCopy faster.Shahriar Rouf2020-11-181-54/+140
* Add a benchmark that decreased the branch prediction memorization by increasi...Snappy Team2020-11-181-0/+27
* Change hash function for Compress.Luca Versari2020-11-181-12/+10
* Merge pull request #107 from jsteemann:bug-fix/fix-compile-warningVictor Costan2020-11-031-11/+11
|\
| * fix compile warnings due to missing override specifiersjsteemann2020-10-291-7/+7
* | Fix the use of op + len when op is nullptr and len is non-zero.Snappy Team2020-11-031-3/+2
* | Run clang-formatLuca Versari2020-11-031-89/+58
|/
* Replace ARCH_K8 with __x86_64__.Chris Kennelly2020-10-072-4/+2
* Replace the division with a constant table in IncrementalCopySnappy Team2020-07-111-1/+4
* Correct uninitialized variable.Snappy Team2020-06-011-1/+2
* Revise stubs for ARCH_{K8,PPC,ARM}.Victor Costan2020-05-061-10/+4
* Remove ARCH_* guards around Bits::FindLSBSetNonZero64().Victor Costan2020-05-051-24/+29