summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* zippy: Re-release snappy 1.1.5 as 1.1.6.1.1.6costan2017-07-133-4/+16
* Tag open source release 1.1.5.1.1.5costan2017-06-283-3/+16
* Set minimum CMake version to 3.1.costan2017-06-281-1/+1
* Update Travis CI config, add AppVeyor for Windows CI coverage.costan2017-06-283-15/+93
* Explicitly copy internal::wordmask to the stack array to work around a compilertmsriram2017-06-281-1/+10
* Remove benchmarking support for fastlz.ysaed2017-06-286-55/+6
* Use 64 bit little endian on ppc64le.alkis2017-06-282-3/+6
* Improve the SSE2 macro check on Windows.alkis2017-06-051-2/+11
* Check for the existence of sys/uio.h in autoconf build.alkis2017-06-051-1/+1
* Remove quicklz and lzf support in benchmarks.jyrki2017-06-054-96/+2
* Provide a CMakeLists.txt.vrabaud2017-06-055-11/+295
* Clean up unused function warnings in snappy.costan2017-03-174-29/+16
* Remove "using namespace std;" from zippy-stubs-internal.h.costan2017-03-135-27/+24
* Add Travis CI configuration to snappy and fix the make build.costan2017-03-102-0/+17
* Rename README to README.md. It already in markdown, we might as well let gith...alkis2017-03-081-0/+0
* Delete UnalignedCopy64 from snappy-stubs since the version in snappy.cc is mo...alkis2017-03-081-14/+0
* Add std:: prefix to STL non-type names.scrubbed2017-03-081-2/+2
* Make UnalignedCopy64 not exhibit undefined behavior when src and dst overlap.alkis2017-03-081-2/+6
* Add compression size reporting hooks.skanev2017-03-081-4/+18
* Use #ifdef __SSE2__ for the emmintrin.h include, otherwise snappy.cc does not...alkis2017-03-071-1/+1
* 1.1.4 release.1.1.4Alkis Evlogimenos2017-01-272-2/+10
* Improve zippy decompression speed.Alkis Evlogimenos2017-01-271-122/+143
* adds std:: to stl types (#061)Behzad Nouri2017-01-263-19/+22
* Re-work fast path for handling copies in zippy decompression.Geoff Pike2017-01-261-8/+30
* Speed up Zippy decompression in PIE mode by removing the penalty forSriraman Tallam2017-01-261-0/+4
* Re-work fast path that emits copies in zippy compression.Geoff Pike2017-01-263-49/+76
* Speed up the EmitLiteral fast path, +1.62% for ZFlat benchmarks.ckennelly2017-01-261-17/+21
* Speed up zippy decompression by removing some zero-extensions.Geoff Pike2017-01-261-4/+4
* Avoid calling memset when resizing the buffer.ckennelly2017-01-261-1/+1
* Merge pull request #6 from deviance/provide-pkg-config-dataSteinar H. Gunderson2016-05-233-1/+14
|\
| * Provide pkg-config dataAleksandr Makarov2015-07-313-1/+14
* | Add #ifdef to guard against macro redefinition if this is included in anotherPeter Kasting2016-05-201-0/+2
* | Merge pull request #13 from huachaohuang/patch-1Steinar H. Gunderson2016-05-201-0/+1
|\ \
| * | Allow to compile in nested packages.Huachao Huang2015-10-281-0/+1
* | | Make heuristic match skipping more aggressive.Steinar H. Gunderson2016-04-051-4/+5
* | | Default to glibtoolize instead of libtoolize if it exists,Steinar H. Gunderson2016-03-101-1/+6
* | | Work around an issue where some compilers interpret <:: as a trigraph.Steinar H. Gunderson2016-01-081-4/+4
* | | Unbreak the open-source build for ARM due to missing ATTRIBUTE_PACKEDSteinar H. Gunderson2016-01-081-0/+6
* | | Fix an issue where the ByteSource path (used for parsing std::string)Steinar H. Gunderson2016-01-043-1/+19
* | | Make UNALIGNED_LOAD16/32 on ARMv7 go through an explicitly unaligned struct,Steinar H. Gunderson2016-01-041-5/+36
* | | Update URLs in the Snappy README to reflect the move to GitHub.Steinar H. Gunderson2015-08-261-6/+10
|/ /
* | Move the logic from ComputeTable into the unit test, which means it's runSteinar H. Gunderson2015-08-193-164/+167
* | Fix signed-vs.-unsigned comparison warnings.Steinar H. Gunderson2015-08-031-4/+4
|/
* Release Snappy 1.1.3; getting the new Uncompress variant in a release is nice,1.1.3Steinar H. Gunderson2015-07-073-1918/+2482
* Initialized members of SnappyArrayWriter and SnappyDecompressionValidator.Steinar H. Gunderson2015-07-061-2/+3
* Add support for Uncompress(source, sink). Various changes to allowSteinar H. Gunderson2015-07-065-1/+420
* Changes to eliminate compiler warnings on MSVCSteinar H. Gunderson2015-06-221-12/+13
* Fixed unit tests to compile under MSVC.Steinar H. Gunderson2015-06-222-3/+16
* Change a few branch annotations that profiling found to be wrong.Steinar H. Gunderson2015-06-222-4/+4
* Sync with various Google-internal changes.Steinar H. Gunderson2015-06-223-33/+27