summaryrefslogtreecommitdiff
path: root/snappy-stubs-internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-16Use 64-bit optimized code path for ARM64.costan1-15/+20
2017-08-02Add unistd.h checks back to the CMake build.costan1-0/+4
2017-08-01Use _BitScanForward and _BitScanReverse on MSVC.costan1-0/+36
2017-08-01Add SNAPPY_ prefix to PREDICT_{TRUE,FALSE} macros.jueminyang1-4/+4
2017-07-27Inline DISALLOW_COPY_AND_ASSIGN.costan1-1/+3
2017-06-28Use 64 bit little endian on ppc64le.alkis1-0/+4
2017-03-13Remove "using namespace std;" from zippy-stubs-internal.h.costan1-4/+0
2017-03-08Delete UnalignedCopy64 from snappy-stubs since the version in snappy.cc is mo...alkis1-14/+0
2016-01-08Work around an issue where some compilers interpret <:: as a trigraph.Steinar H. Gunderson1-4/+4
2016-01-08Unbreak the open-source build for ARM due to missing ATTRIBUTE_PACKEDSteinar H. Gunderson1-0/+6
2016-01-04Make UNALIGNED_LOAD16/32 on ARMv7 go through an explicitly unaligned struct,Steinar H. Gunderson1-5/+36
2015-06-22Change some internal path names.Steinar H. Gunderson1-3/+3
2012-07-04Mark ARMv4 as not supporting unaligned accesses (not just ARMv5 and ARMv6);snappy.mirrorbot@gmail.com1-0/+2
2012-05-22Snappy library no longer depends on iostream.snappy.mirrorbot@gmail.com1-82/+0
2012-02-21Enable the use of unaligned loads and stores for ARM-based architectures snappy.mirrorbot@gmail.com1-0/+57
2012-01-04Fix public issue r57: Fix most warnings with -Wall, mostly signed/unsignedsnappy.mirrorbot@gmail.com1-3/+2
2011-09-15Fix public issue #50: Include generic byteswap macros.snappy.mirrorbot@gmail.com1-1/+39
2011-08-10Use the right #ifdef test for sys/mman.h.snappy.mirrorbot@gmail.com1-1/+1
2011-03-30Fix public issue #27: Add HAVE_CONFIG_H tests around the config.hsnappy.mirrorbot@gmail.com1-1/+4
2011-03-25Change Snappy from the Apache 2.0 to a BSD-type license.snappy.mirrorbot@gmail.com1-9/+23
2011-03-24Make the unit test work on systems without mmap(). This is required for,snappy.mirrorbot@gmail.com1-0/+3
2011-03-18Revision created by MOE tool push_codebase.snappy.mirrorbot@gmail.com1-0/+457