Commit Graph

21 Commits (efd035164b443e0ae552a82ad8b47a8048e652ca)

Author SHA1 Message Date
Peter Dillinger 4750421ece Replace most typedef with using= (#8751) 3 years ago
sdong fdf882ded2 Replace namespace name "rocksdb" with ROCKSDB_NAMESPACE (#6433) 4 years ago
Siying Dong 8843129ece Move some memory related files from util/ to memory/ (#5382) 5 years ago
Siying Dong e9e0101ca4 Move test related files under util/ to test_util/ (#5377) 5 years ago
Zhongyi Xie 954b496b3f fix memory leak in two_level_iterator 6 years ago
Siying Dong 3c327ac2d0 Change RocksDB License 7 years ago
Siying Dong d616ebea23 Add GPLv2 as an alternative license. 7 years ago
Aaron Orenstein 2073cf3775 Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 8 years ago
Baraa Hamodi 21e95811d1 Updated all copyright headers to the new format. 9 years ago
Yueh-Hsuan Chiang df719d4964 Make autovector_test runnable in ROCKSDB_LITE 9 years ago
sdong 98a44559d5 Build for CYGWIN 9 years ago
Igor Sugak 9405b5ef8f rocksdb: Remove #include "util/string_util.h" from util/testharness.h 9 years ago
Igor Sugak b4b69e4f77 rocksdb: switch to gtest 9 years ago
Yueh-Hsuan Chiang 13de000f07 Add rocksdb::ToString() to address cases where std::to_string is not available. 10 years ago
Igor Canadi 9f20395cd6 Turn -Wshadow back on 10 years ago
Igor Canadi af7453a673 autovector::resize 10 years ago
Igor Canadi 4daea66343 Turn on -Wmissing-prototypes 10 years ago
kailiu 7e70ff63d6 Fix issue #57 11 years ago
Kai Liu b40c052bfa Fix all the comparison issue in fb dev servers 11 years ago
kailiu 113a08c929 Fix [-Werror=sign-compare] in autovector_test 11 years ago
kailiu c01676e46d Implement autovector 11 years ago