Fosco Marotto
6c2bf9e916
Add copyright headers per FB open-source checkup tool. ( #5199 )
...
Summary:
internal task: T35568575
Pull Request resolved: https://github.com/facebook/rocksdb/pull/5199
Differential Revision: D14962794
Pulled By: gfosco
fbshipit-source-id: 93838ede6d0235eaecff90d200faed9a8515bbbe
6 years ago
Andrew Gallagher
0148f717ff
Move `#include` outside of namespace ( #4629 )
...
Summary:
clang modules warns about `#include`s inside of namespaces.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4629
Reviewed By: ajkr
Differential Revision: D12927333
Pulled By: andrewjcg
fbshipit-source-id: a9e0b069e63d8224f78b7c3be1c3acf09bb83d3f
6 years ago
Bo Hou
cd9404bb77
xxhash 64 support
...
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/4607
Reviewed By: siying
Differential Revision: D12836696
Pulled By: jsjhoubo
fbshipit-source-id: 7122ccb712d0b0f1cd998aa4477e0da1401bd870
6 years ago
Sameet Agarwal
3ebebfccd8
Prevent xxhash symbols from polluting global namespace
...
Summary:
The functions and global symbols in xxhash.h and xxhash.cc were not in any namespace.
This caused issues when rocksdb library was being used along with other uses of libraries
with the same name
Test Plan:
unit tests
Reviewers:
CC:
Task ID: #
Blame Rev:
10 years ago
Igor Canadi
0afc8bc29a
xxHash
...
Summary:
Originally: https://github.com/facebook/rocksdb/pull/87/files
I'm taking over to apply some finishing touches
Test Plan: will add tests
Reviewers: dhruba, haobo, sdong, yhchiang, ljin
Reviewed By: yhchiang
CC: leveldb
Differential Revision: https://reviews.facebook.net/D18315
11 years ago