Commit Graph

73 Commits (9eb3e1f77d287baca3499f8c291be6a2c7c45c6e)

Author SHA1 Message Date
Sergei Petrunia 61876614dc Fix MyRocks compile warnings-treated-as-errors on Fedora 30, gcc 9.1.1 (#5553) 5 years ago
Zhongyi Xie d68f9f4580 simplify include directive involving inttypes (#5402) 5 years ago
Siying Dong 000b9ec217 Move some logging related files to logging/ (#5387) 5 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Vijay Nadimpalli 50e470791d Organizing rocksdb/table directory by format 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Harry Wong 8d1e52165d Removed const fields in copyable classes (#5095) 6 years ago
Adam Simpkins c06c4c01c5 Fix many bugs in log statement arguments (#5089) 6 years ago
Michael Liu ca89ac2ba9 Apply modernize-use-override (2nd iteration) 6 years ago
Sagar Vemuri dc3528077a Update all unique/shared_ptr instances to be qualified with namespace std (#4638) 6 years ago
cngzhnp 64324e329e Support pragma once in all header files and cleanup some warnings (#4339) 6 years ago
jsteemann 33ad9060d3 fix compilation with g++ option `-Wsuggest-override` (#4272) 6 years ago
Jingguo Yao ceb5fea1e3 Improve FullFilterBitsReader::HashMayMatch's doc (#4202) 6 years ago
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135) 6 years ago
Siying Dong 4dd80debd0 Remove tests from ROCKSDB_VALGRIND_RUN 6 years ago
David Lai 3be9b36453 comment unused parameters to turn on -Wunused-parameter flag 7 years ago
Andrew Kryczka 5d68243e61 Comment out unused variables 7 years ago
Igor Sugak aba3409740 Back out "[codemod] - comment out unused parameters" 7 years ago
David Lai f4a030ce81 - comment out unused parameters 7 years ago
Guo Xiao aa6509d8e4 Fix build for linux 7 years ago
Andrew Kryczka 63f1c0a57d fix gflags namespace 7 years ago
Prashant D b45fbc1175 utilities: Fix coverity issues 7 years ago
Dmitri Smirnov d2a65c59e1 Fix unused var warnings in Release mode 7 years ago
Dmitri Smirnov ebab2e2d42 Enable MSVC W4 with a few exceptions. Fix warnings and bugs 7 years ago
Daniel Black 64f8484356 block_cache_tier: fix gcc-7 warnings 7 years ago
Sagar Vemuri 72502cf227 Revert "comment out unused parameters" 7 years ago
Victor Gao 1d7048c598 comment out unused parameters 7 years ago
Yedidya Feldblum f1a056e005 CodeMod: Prefer ADD_FAILURE() over EXPECT_TRUE(false), et cetera 7 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Mike Kolupaev 397ab11152 Improve Status message for block checksum mismatches 7 years ago
Sagar Vemuri 228f49d20a Fix data races caught by tsan 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Tomas Kolda 04d58970cb AIX and Solaris Sparc Support 8 years ago
Yi Wu df6f5a3772 Move memtable related files into memtable directory 8 years ago
Siying Dong d2dce5611a Move some files under util/ to separate dirs 8 years ago
Orgad Shaneh 6401a8b76b Fix build with MinGW 8 years ago
Islam AbdelRahman e19163688b Add macros to include file name and line number during Logging 8 years ago
Islam AbdelRahman be3e5568be Fix unaligned reads in read cache 8 years ago
Dmitri Smirnov 0a4cdde50a Windows thread 8 years ago
Hyeonseok Oh f2b4939da4 fixed typo 8 years ago
Siying Dong 3d692822f8 persistent_cache: fix two timer 8 years ago
Yi Wu 5d1457dbbf Dump persistent cache options 8 years ago
Daniel Black 816c1e30ca gcc-7 requires include <functional> for std::function 8 years ago
Yi Wu 36d42e65d0 Disable test to unblock travis build 8 years ago
Karthikeyan Radhakrishnan 3068870cce Making persistent cache more resilient to filesystem failures 8 years ago
Karthikeyan Radhakrishnan 4118e13330 Persistent Cache: Expose stats to user via public API 8 years ago
Karthik 85bd8f518b Minor fix to GFLAGS usage in persistent cache 8 years ago
krad e91b4d0cf6 Add factory method for creating persistent cache that is accessible from public 8 years ago
Kefu Chai 21f4bb5a89 cmake support for linux and osx (#1358) 8 years ago
Kien-hung Li 380e651afc Fix Mac build failure (#1309) 8 years ago