]> git.cworth.org Git - apitrace/commit
Bundle Snappy source code.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 7 Aug 2011 18:58:27 +0000 (19:58 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 7 Aug 2011 18:58:27 +0000 (19:58 +0100)
commit3b090fa0927be94ec03d5178d9fe69d12332d5ed
tree95d7899fe9d60bf232a2627148266afeb12ff80d
parent14b78f815fa02ffda48f8a6599d6af45868266ff
Bundle Snappy source code.
24 files changed:
CMakeLists.txt
cmake/FindSnappy.cmake [deleted file]
thirdparty/snappy/AUTHORS [new file with mode: 0644]
thirdparty/snappy/CMakeLists.txt [new file with mode: 0644]
thirdparty/snappy/COPYING [new file with mode: 0644]
thirdparty/snappy/ChangeLog [new file with mode: 0644]
thirdparty/snappy/NEWS [new file with mode: 0644]
thirdparty/snappy/README [new file with mode: 0644]
thirdparty/snappy/config.h.in [new file with mode: 0644]
thirdparty/snappy/format_description.txt [new file with mode: 0644]
thirdparty/snappy/snappy-c.cc [new file with mode: 0644]
thirdparty/snappy/snappy-c.h [new file with mode: 0644]
thirdparty/snappy/snappy-internal.h [new file with mode: 0644]
thirdparty/snappy/snappy-sinksource.cc [new file with mode: 0644]
thirdparty/snappy/snappy-sinksource.h [new file with mode: 0644]
thirdparty/snappy/snappy-stubs-internal.cc [new file with mode: 0644]
thirdparty/snappy/snappy-stubs-internal.h [new file with mode: 0644]
thirdparty/snappy/snappy-stubs-public.h [new file with mode: 0644]
thirdparty/snappy/snappy-stubs-public.h.in [new file with mode: 0644]
thirdparty/snappy/snappy-test.cc [new file with mode: 0644]
thirdparty/snappy/snappy-test.h [new file with mode: 0644]
thirdparty/snappy/snappy.cc [new file with mode: 0644]
thirdparty/snappy/snappy.h [new file with mode: 0644]
thirdparty/snappy/snappy_unittest.cc [new file with mode: 0644]