index
:
platform/upstream/snappy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-09
Update CI configurations.
HEAD
master
costan
2
-13
/
+10
2018-02-17
Ensure DecompressAllTags starts on a 32-byte boundary + 16 bytes.
jgorbe
1
-0
/
+19
2018-02-17
Fix an incorrect analysis / comment in the "pattern doubling" code.
scrubbed
1
-11
/
+8
2018-01-04
Fix Travis CI configuration for OSX.
costan
1
-4
/
+11
2018-01-04
Rework a very hot, very sensitive part of snappy to reduce the number of
chandlerc
1
-11
/
+49
2017-12-20
Fix generated version number in open source release.
costan
1
-3
/
+3
2017-08-24
Tag open source release 1.1.7.
costan
2
-1
/
+9
2017-08-24
Add a loop alignment directive to work around a performance regression.
wmi
1
-0
/
+7
2017-08-16
Add GNUInstallDirs to CMake configuration.
costan
1
-4
/
+14
2017-08-16
Use 64-bit optimized code path for ARM64.
costan
4
-23
/
+26
2017-08-02
Add unistd.h checks back to the CMake build.
costan
3
-0
/
+12
2017-08-01
Replace getpagesize() with sysconf(_SC_PAGESIZE).
costan
1
-4
/
+5
2017-08-01
Add guidelines for opensource contributions.
costan
1
-0
/
+26
2017-08-01
Use _BitScanForward and _BitScanReverse on MSVC.
costan
1
-0
/
+36
2017-08-01
Add SNAPPY_ prefix to PREDICT_{TRUE,FALSE} macros.
jueminyang
4
-23
/
+24
2017-07-28
Redo CMake configuration.
costan
6
-170
/
+180
2017-07-27
Small improvements to open source CI configuration.
costan
2
-6
/
+15
2017-07-27
Support both static and shared library CMake builds.
costan
1
-2
/
+8
2017-07-27
Inline DISALLOW_COPY_AND_ASSIGN.
costan
3
-8
/
+6
2017-07-25
snappy: Remove autoconf build configuration.
costan
6
-2726
/
+0
2017-07-25
Clean up CMake header and type checks.
costan
3
-86
/
+27
2017-07-13
zippy: Re-release snappy 1.1.5 as 1.1.6.
costan
3
-4
/
+16
2017-06-28
Tag open source release 1.1.5.
costan
3
-3
/
+16
2017-06-28
Set minimum CMake version to 3.1.
costan
1
-1
/
+1
2017-06-28
Update Travis CI config, add AppVeyor for Windows CI coverage.
costan
3
-15
/
+93
2017-06-28
Explicitly copy internal::wordmask to the stack array to work around a compiler
tmsriram
1
-1
/
+10
2017-06-28
Remove benchmarking support for fastlz.
ysaed
6
-55
/
+6
2017-06-28
Use 64 bit little endian on ppc64le.
alkis
2
-3
/
+6
2017-06-05
Improve the SSE2 macro check on Windows.
alkis
1
-2
/
+11
2017-06-05
Check for the existence of sys/uio.h in autoconf build.
alkis
1
-1
/
+1
2017-06-05
Remove quicklz and lzf support in benchmarks.
jyrki
4
-96
/
+2
2017-06-05
Provide a CMakeLists.txt.
vrabaud
5
-11
/
+295
2017-03-17
Clean up unused function warnings in snappy.
costan
4
-29
/
+16
2017-03-13
Remove "using namespace std;" from zippy-stubs-internal.h.
costan
5
-27
/
+24
2017-03-10
Add Travis CI configuration to snappy and fix the make build.
costan
2
-0
/
+17
2017-03-08
Rename README to README.md. It already in markdown, we might as well let gith...
alkis
1
-0
/
+0
2017-03-08
Delete UnalignedCopy64 from snappy-stubs since the version in snappy.cc is mo...
alkis
1
-14
/
+0
2017-03-08
Add std:: prefix to STL non-type names.
scrubbed
1
-2
/
+2
2017-03-08
Make UnalignedCopy64 not exhibit undefined behavior when src and dst overlap.
alkis
1
-2
/
+6
2017-03-08
Add compression size reporting hooks.
skanev
1
-4
/
+18
2017-03-07
Use #ifdef __SSE2__ for the emmintrin.h include, otherwise snappy.cc does not...
alkis
1
-1
/
+1
2017-01-27
1.1.4 release.
Alkis Evlogimenos
2
-2
/
+10
2017-01-27
Improve zippy decompression speed.
Alkis Evlogimenos
1
-122
/
+143
2017-01-26
adds std:: to stl types (#061)
Behzad Nouri
3
-19
/
+22
2017-01-26
Re-work fast path for handling copies in zippy decompression.
Geoff Pike
1
-8
/
+30
2017-01-26
Speed up Zippy decompression in PIE mode by removing the penalty for
Sriraman Tallam
1
-0
/
+4
2017-01-26
Re-work fast path that emits copies in zippy compression.
Geoff Pike
3
-49
/
+76
2017-01-26
Speed up the EmitLiteral fast path, +1.62% for ZFlat benchmarks.
ckennelly
1
-17
/
+21
2017-01-26
Speed up zippy decompression by removing some zero-extensions.
Geoff Pike
1
-4
/
+4
2017-01-26
Avoid calling memset when resizing the buffer.
ckennelly
1
-1
/
+1
[next]