Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Added stripped version of google snappy (excluded only the unit tests)
- Loading branch information
Showing
33 changed files
with
43,455 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
opensource@google.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
Copyright 2011, Google Inc. | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are | ||
met: | ||
|
||
* Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
* Redistributions in binary form must reproduce the above | ||
copyright notice, this list of conditions and the following disclaimer | ||
in the documentation and/or other materials provided with the | ||
distribution. | ||
* Neither the name of Google Inc. nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,249 @@ | ||
------------------------------------------------------------------------ | ||
r18 | snappy.mirrorbot@gmail.com | 2011-03-24 20:15:54 +0100 (Thu, 24 Mar 2011) | 11 lines | ||
|
||
|
||
Fix a microbenchmark crash on mingw32; seemingly %lld is not universally | ||
supported on Windows, and %I64d is recommended instead. | ||
|
||
R=csilvers | ||
DELTA=6 (5 added, 0 deleted, 1 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=1034 | ||
|
||
------------------------------------------------------------------------ | ||
r17 | snappy.mirrorbot@gmail.com | 2011-03-24 20:15:27 +0100 (Thu, 24 Mar 2011) | 13 lines | ||
|
||
|
||
Fix public issue #19: Fix unit test when Google Test is installed but the | ||
gflags package isn't (Google Test is not properly initialized). | ||
|
||
Patch by Martin Gieseking. | ||
|
||
R=csilvers | ||
DELTA=2 (1 added, 0 deleted, 1 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=1033 | ||
|
||
------------------------------------------------------------------------ | ||
r16 | snappy.mirrorbot@gmail.com | 2011-03-24 20:13:57 +0100 (Thu, 24 Mar 2011) | 15 lines | ||
|
||
|
||
Make the unit test work on systems without mmap(). This is required for, | ||
among others, Windows support. For Windows in specific, we could have used | ||
CreateFileMapping/MapViewOfFile, but this should at least get us a bit closer | ||
to compiling, and is of course also relevant for embedded systems with no MMU. | ||
|
||
(Part 2/2) | ||
|
||
R=csilvers | ||
DELTA=15 (12 added, 3 deleted, 0 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=1032 | ||
|
||
------------------------------------------------------------------------ | ||
r15 | snappy.mirrorbot@gmail.com | 2011-03-24 20:12:27 +0100 (Thu, 24 Mar 2011) | 15 lines | ||
|
||
|
||
Make the unit test work on systems without mmap(). This is required for, | ||
among others, Windows support. For Windows in specific, we could have used | ||
CreateFileMapping/MapViewOfFile, but this should at least get us a bit closer | ||
to compiling, and is of course also relevant for embedded systems with no MMU. | ||
|
||
(Part 1/2) | ||
|
||
R=csilvers | ||
DELTA=9 (8 added, 0 deleted, 1 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=1031 | ||
|
||
------------------------------------------------------------------------ | ||
r14 | snappy.mirrorbot@gmail.com | 2011-03-24 00:17:36 +0100 (Thu, 24 Mar 2011) | 14 lines | ||
|
||
|
||
Fix public issue #12: Don't keep autogenerated auto* files in Subversion; | ||
it causes problems with others sending patches etc.. | ||
|
||
We can't get this 100% hermetic anyhow, due to files like lt~obsolete.m4, | ||
so we can just as well go cleanly in the other direction. | ||
|
||
R=csilvers | ||
DELTA=21038 (0 added, 21036 deleted, 2 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=1012 | ||
|
||
------------------------------------------------------------------------ | ||
r13 | snappy.mirrorbot@gmail.com | 2011-03-23 18:50:49 +0100 (Wed, 23 Mar 2011) | 11 lines | ||
|
||
|
||
Fix public issue tracker bug #3: Call AC_SUBST([LIBTOOL_DEPS]), or the rule | ||
to rebuild libtool in Makefile.am won't work. | ||
|
||
R=csilvers | ||
DELTA=1 (1 added, 0 deleted, 0 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=997 | ||
|
||
------------------------------------------------------------------------ | ||
r12 | snappy.mirrorbot@gmail.com | 2011-03-23 12:16:39 +0100 (Wed, 23 Mar 2011) | 11 lines | ||
|
||
|
||
Fix public issue #10: Don't add GTEST_CPPFLAGS to snappy_unittest_CXXFLAGS; | ||
it's not needed (CPPFLAGS are always included when compiling). | ||
|
||
R=csilvers | ||
DELTA=1 (0 added, 1 deleted, 0 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=994 | ||
|
||
------------------------------------------------------------------------ | ||
r11 | snappy.mirrorbot@gmail.com | 2011-03-23 12:16:18 +0100 (Wed, 23 Mar 2011) | 11 lines | ||
|
||
|
||
Fix public issue #9: Add -Wall -Werror to automake flags. | ||
(This concerns automake itself, not the C++ compiler.) | ||
|
||
R=csilvers | ||
DELTA=4 (3 added, 0 deleted, 1 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=993 | ||
|
||
------------------------------------------------------------------------ | ||
r10 | snappy.mirrorbot@gmail.com | 2011-03-23 12:13:37 +0100 (Wed, 23 Mar 2011) | 10 lines | ||
|
||
|
||
Fix a typo in the Snappy README file. | ||
|
||
R=csilvers | ||
DELTA=1 (0 added, 0 deleted, 1 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=992 | ||
|
||
------------------------------------------------------------------------ | ||
r9 | snappy.mirrorbot@gmail.com | 2011-03-23 12:13:13 +0100 (Wed, 23 Mar 2011) | 11 lines | ||
|
||
|
||
Fix public issue #6: Add a --with-gflags for disabling gflags autodetection | ||
and using a manually given setting (use/don't use) instead. | ||
|
||
R=csilvers | ||
DELTA=16 (13 added, 0 deleted, 3 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=991 | ||
|
||
------------------------------------------------------------------------ | ||
r8 | snappy.mirrorbot@gmail.com | 2011-03-23 12:12:44 +0100 (Wed, 23 Mar 2011) | 12 lines | ||
|
||
|
||
Fix public issue #5: Replace the EXTRA_LIBSNAPPY_LDFLAGS setup with something | ||
slightly more standard, that also doesn't leak libtool command-line into | ||
configure.ac. | ||
|
||
R=csilvers | ||
DELTA=7 (0 added, 4 deleted, 3 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=990 | ||
|
||
------------------------------------------------------------------------ | ||
r7 | snappy.mirrorbot@gmail.com | 2011-03-23 12:12:22 +0100 (Wed, 23 Mar 2011) | 10 lines | ||
|
||
|
||
Fix public issue #4: Properly quote all macro arguments in configure.ac. | ||
|
||
R=csilvers | ||
DELTA=16 (0 added, 0 deleted, 16 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=989 | ||
|
||
------------------------------------------------------------------------ | ||
r6 | snappy.mirrorbot@gmail.com | 2011-03-23 12:11:54 +0100 (Wed, 23 Mar 2011) | 11 lines | ||
|
||
|
||
Fix public issue #7: Don't use internal variables named ac_*, as those belong | ||
to autoconf's namespace. | ||
|
||
R=csilvers | ||
DELTA=6 (0 added, 0 deleted, 6 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=988 | ||
|
||
------------------------------------------------------------------------ | ||
r5 | snappy.mirrorbot@gmail.com | 2011-03-23 12:11:09 +0100 (Wed, 23 Mar 2011) | 10 lines | ||
|
||
|
||
Add missing licensing headers to a few files. (Part 2/2.) | ||
|
||
R=csilvers | ||
DELTA=12 (12 added, 0 deleted, 0 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=987 | ||
|
||
------------------------------------------------------------------------ | ||
r4 | snappy.mirrorbot@gmail.com | 2011-03-23 12:10:39 +0100 (Wed, 23 Mar 2011) | 10 lines | ||
|
||
|
||
Add mising licensing headers to a few files. (Part 1/2.) | ||
|
||
R=csilvers | ||
DELTA=24 (24 added, 0 deleted, 0 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=986 | ||
|
||
------------------------------------------------------------------------ | ||
r3 | snappy.mirrorbot@gmail.com | 2011-03-23 12:10:04 +0100 (Wed, 23 Mar 2011) | 11 lines | ||
|
||
|
||
Use the correct license file for the Apache 2.0 license; | ||
spotted by Florian Weimer. | ||
|
||
R=csilvers | ||
DELTA=202 (174 added, 0 deleted, 28 changed) | ||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION=985 | ||
|
||
------------------------------------------------------------------------ | ||
r2 | snappy.mirrorbot@gmail.com | 2011-03-18 18:14:15 +0100 (Fri, 18 Mar 2011) | 6 lines | ||
|
||
|
||
|
||
|
||
Revision created by MOE tool push_codebase. | ||
MOE_MIGRATION= | ||
|
||
------------------------------------------------------------------------ | ||
r1 | sesse@google.com | 2011-03-18 18:13:52 +0100 (Fri, 18 Mar 2011) | 2 lines | ||
|
||
Create trunk directory. | ||
|
||
------------------------------------------------------------------------ |
Oops, something went wrong.