rocksdb/utilities/persistent_cache
Andrew Kryczka 63f1c0a57d fix gflags namespace
Summary:
I started adding gflags support for cmake on linux and got frustrated that I'd need to duplicate the build_detect_platform logic, which determines namespace based on attempting compilation. We can do it differently -- use the GFLAGS_NAMESPACE macro if available, and if not, that indicates it's an old gflags version without configurable namespace so we can simply hardcode "google".
Closes https://github.com/facebook/rocksdb/pull/3212

Differential Revision: D6456973

Pulled By: ajkr

fbshipit-source-id: 3e6d5bde3ca00d4496a120a7caf4687399f5d656
2017-12-01 10:42:05 -08:00
..
block_cache_tier_file_buffer.h Change RocksDB License 2017-07-15 16:11:23 -07:00
block_cache_tier_file.cc utilities: Fix coverity issues 2017-11-28 13:27:08 -08:00
block_cache_tier_file.h Revert "comment out unused parameters" 2017-07-21 18:26:26 -07:00
block_cache_tier_metadata.cc Fix unused var warnings in Release mode 2017-10-23 14:27:04 -07:00
block_cache_tier_metadata.h Change RocksDB License 2017-07-15 16:11:23 -07:00
block_cache_tier.cc block_cache_tier: fix gcc-7 warnings 2017-08-10 11:58:53 -07:00
block_cache_tier.h Change RocksDB License 2017-07-15 16:11:23 -07:00
hash_table_bench.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
hash_table_evictable.h Enable MSVC W4 with a few exceptions. Fix warnings and bugs 2017-10-19 10:57:12 -07:00
hash_table_test.cc Revert "comment out unused parameters" 2017-07-21 18:26:26 -07:00
hash_table.h Change RocksDB License 2017-07-15 16:11:23 -07:00
lrulist.h Change RocksDB License 2017-07-15 16:11:23 -07:00
persistent_cache_bench.cc fix gflags namespace 2017-12-01 10:42:05 -08:00
persistent_cache_test.cc CodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false), et cetera 2017-07-16 21:26:02 -07:00
persistent_cache_test.h Revert "comment out unused parameters" 2017-07-21 18:26:26 -07:00
persistent_cache_tier.cc Revert "comment out unused parameters" 2017-07-21 18:26:26 -07:00
persistent_cache_tier.h Change RocksDB License 2017-07-15 16:11:23 -07:00
persistent_cache_util.h Change RocksDB License 2017-07-15 16:11:23 -07:00
volatile_tier_impl.cc Revert "comment out unused parameters" 2017-07-21 18:26:26 -07:00
volatile_tier_impl.h Change RocksDB License 2017-07-15 16:11:23 -07:00