summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix Clang/GCC compilation warnings.Victor Costan2020-05-056-53/+141
* Tighten types on a few for loops.Victor Costan2020-05-042-51/+55
* Fix Travis CI build.Victor Costan2020-04-301-6/+10
* Fix accidental double std:: qualifiers.Victor Costan2020-04-301-1/+1
* Add some std:: qualifiers to types and functions.Victor Costan2020-04-293-46/+48
* Switch from C headers to C++ headers.Victor Costan2020-04-298-19/+19
* Remove #include <string> from snappy-stubs-public.h.Victor Costan2020-04-141-1/+0
* Remove mismatched #endif.Victor Costan2020-04-141-2/+0
* Remove platform-dependent code for unaligned loads/stores.Victor Costan2020-04-141-110/+18
* Remove platform-dependent code for little-endian loads and stores.Victor Costan2020-04-133-107/+58
* Introduce SNAPPY_ATTRIBUTE_ALWAYS_INLINE.Victor Costan2020-04-134-2/+19
* Migrate to standard integral types.Victor Costan2020-04-129-197/+191
* Modernize memcpy() and memmove() usage.Victor Costan2020-04-124-33/+37
* Improve zippy with 5-10%.Snappy Team2020-04-112-31/+90
* assertion failure on darwin_x86_64, have to investigageSnappy Team2020-04-113-21/+68
* assertion failure on darwin_x86_64, have to investigageSnappy Team2020-04-113-67/+21
* This cl does two thingsSnappy Team2020-04-113-21/+67
* The result on protobuf benchmark is around 19%. Results vary by their propens...Snappy Team2020-04-112-69/+61
* 1) Make the output pointer a local variable such it doesn't need a load add s...Snappy Team2020-04-111-113/+167
* Cut a load from the critical dependency chain of the input pointer by specula...Snappy Team2020-04-111-14/+37
* Improve comments in IncrementalCopy, add an assert.Snappy Team2020-04-111-3/+6
* Tag open source release 1.1.8.1.1.8Victor Costan2020-01-142-1/+9
* Optimize IncrementalCopy: There are between 1 and 4 copy iterations. Allow FD...Snappy Team2020-01-141-23/+19
* Move CI to Visual Studio 2019.Victor Costan2019-11-111-8/+9
* Merge pull request #85 from bitomaxsp:patch-1Victor Costan2019-11-101-4/+7
|\
| * Allow build with different standard if lib used as a subprojectDmitry2019-10-171-4/+7
* | Align CMake configuration with related projects.Victor Costan2019-11-073-30/+101
* | Remove redundant PROJECT_SOURCE_DIR usage from CMake config.Victor Costan2019-11-051-16/+16
* | Fix one forgotten instance of StringPrintf -> StrFormat.Victor Costan2019-11-041-1/+1
* | Fix build errors.Victor Costan2019-11-033-14/+16
* | Test CMake installation on Travis.Victor Costan2019-11-031-0/+2
* | Internal changesSnappy Team2019-11-031-6/+6
|/
* Fix Travis CI build.Victor Costan2019-09-292-12/+13
* Remove snappy::string alias to std::string.Victor Costan2019-09-281-2/+0
* Fully qualify std::string.Victor Costan2019-09-268-118/+119
* Merge pull request #80 from tmm1:patch-2Victor Costan2019-08-211-0/+8
|\
| * Updated to match .gitignore from google/leveldbAman Gupta2019-07-201-1/+8
| * Create .gitignoreAman Gupta2019-07-131-0/+1
* | Fix benchmarks.Victor Costan2019-08-201-1/+2
* | Fix benchmarks.Victor Costan2019-08-202-4/+17
* | Fix unused variable warnings in fuzzers.Victor Costan2019-08-201-0/+2
* | Rename zippy_*_fuzzer.cc -> snappy_*_fuzzer.cc.Victor Costan2019-08-192-0/+0
* | Merge pull request #78 from bshastry:libfuzzer-harnessVictor Costan2019-08-194-1/+163
|\ \
| * | Update travis config for fuzzer buildsBhargava Shastry2019-07-273-16/+23
| * | Add libFuzzer harnesses, a cmake option to build themBhargava Shastry2019-07-124-0/+171
| |/
* | Add BM_ZFlatAll, BM_ZFlatIncreasingTableSize benchmarks to see how good zippy...Shahriar Rouf2019-08-193-7/+75
|/
* Removed reference to deprecated autotools.Chris Mumford2019-06-141-1/+0
* Use GCC 9 on Travis CIVictor Costan2019-05-251-4/+4
* The snappy landing page at http://google.github.io/snappy/ isChris Mumford2019-05-162-10/+76
* Merge pull request #75 from Maikuolan:patch-1Chris Mumford2019-05-161-4/+4
|\