summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix unused member warning in release builds.fix-warnVictor Costan2018-08-171-4/+10
* C++11 guarantees <cstddef> and <cstdint>.costan2018-08-166-53/+18
* Remove GCC on OSX from the Travis CI matrix.costan2018-08-161-3/+5
* Move pshufb_fill_patterns from snappy-internal.h to snappy.cc.costan2018-08-092-14/+17
* Fix Visual Studio build.costan2018-08-085-12/+67
* Improve performance of zippy decompression to IOVecs by up to almost 50%jefflim2018-08-072-73/+66
* Update Travis CI configuration.costan2018-08-071-6/+6
* Test for SSE3 suppport before using pshufb.atdt2018-08-041-1/+1
* Avoid store-forwarding stalls in Zippy's IncrementalCopyatdt2018-08-043-1/+58
* Update CI configurations.costan2018-03-092-13/+10
* Ensure DecompressAllTags starts on a 32-byte boundary + 16 bytes.jgorbe2018-02-171-0/+19
* Fix an incorrect analysis / comment in the "pattern doubling" code.scrubbed2018-02-171-11/+8
* Fix Travis CI configuration for OSX.costan2018-01-041-4/+11
* Rework a very hot, very sensitive part of snappy to reduce the number ofchandlerc2018-01-041-11/+49
* Fix generated version number in open source release.costan2017-12-201-3/+3
* Tag open source release 1.1.7.1.1.7costan2017-08-242-1/+9
* Add a loop alignment directive to work around a performance regression.wmi2017-08-241-0/+7
* Add GNUInstallDirs to CMake configuration.costan2017-08-161-4/+14
* Use 64-bit optimized code path for ARM64.costan2017-08-164-23/+26
* Add unistd.h checks back to the CMake build.costan2017-08-023-0/+12
* Replace getpagesize() with sysconf(_SC_PAGESIZE).costan2017-08-011-4/+5
* Add guidelines for opensource contributions.costan2017-08-011-0/+26
* Use _BitScanForward and _BitScanReverse on MSVC.costan2017-08-011-0/+36
* Add SNAPPY_ prefix to PREDICT_{TRUE,FALSE} macros.jueminyang2017-08-014-23/+24
* Redo CMake configuration.costan2017-07-286-170/+180
* Small improvements to open source CI configuration.costan2017-07-272-6/+15
* Support both static and shared library CMake builds.costan2017-07-271-2/+8
* Inline DISALLOW_COPY_AND_ASSIGN.costan2017-07-273-8/+6
* snappy: Remove autoconf build configuration.costan2017-07-256-2726/+0
* Clean up CMake header and type checks.costan2017-07-253-86/+27
* 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