小组成员:姚凯文(kevinyao0901),姜嘉琪
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Felipe Oliveira Carvalho 7035af5fc3 Two small fixes for the Windows implementation (#661) 5年前
..
arena.cc leveldb: Replace AtomicPointer with std::atomic. 5年前
arena.h leveldb: Replace AtomicPointer with std::atomic. 5年前
arena_test.cc Release LevelDB 1.15 11年前
bloom.cc Fix size_t/int comparison/conversion issues in leveldb. 9年前
bloom_test.cc Fix size_t/int comparison/conversion issues in leveldb. 9年前
cache.cc Replace NULL with nullptr in C++ files. 6年前
cache_test.cc Replace NULL with nullptr in C++ files. 6年前
coding.cc Replace NULL with nullptr in C++ files. 6年前
coding.h Replace NULL with nullptr in C++ files. 6年前
coding_test.cc Replace NULL with nullptr in C++ files. 6年前
comparator.cc Remove InitOnce from the port API. 6年前
crc32c.cc Use portable CRC32C from google/crc32c. 7年前
crc32c.h Remove extern from function declarations. 6年前
crc32c_test.cc A number of fixes: 13年前
env.cc Replace NULL with nullptr in C++ files. 6年前
env_posix.cc leveldb: Fix PosixWritableFile::Sync() on Apple systems. 5年前
env_posix_test.cc Replace NULL with nullptr in C++ files. 6年前
env_posix_test_helper.h Limit the number of read-only files the POSIX Env will have open. 8年前
env_test.cc leveldb: Replace AtomicPointer with std::atomic. 5年前
env_windows.cc Two small fixes for the Windows implementation (#661) 5年前
env_windows_test.cc Added native support for Windows. 5年前
env_windows_test_helper.h Switch corruption_test to use InMemEnv. 5年前
filter_policy.cc Added bloom filter support. 12年前
hash.cc Release 1.18 10年前
hash.h Remove extern from function declarations. 6年前
hash_test.cc Release 1.18 10年前
histogram.cc A number of fixes: 13年前
histogram.h A number of fixes: 13年前
logging.cc Add forgotten <limits> header to util/logging.cc. 6年前
logging.h Remove extern from function declarations. 6年前
logging_test.cc Add tests for ConsumeDecimalNumber. 6年前
mutexlock.h C++11 cleanup for util/mutexlock.h. 6年前
no_destructor.h Remove InitOnce from the port API. 6年前
no_destructor_test.cc Remove InitOnce from the port API. 6年前
options.cc Inline defaults in options. 5年前
posix_logger.h Add back space to POSIX Logger. 5年前
random.h LevelDB 1.13 11年前
status.cc Replace NULL with nullptr in C++ files. 6年前
status_test.cc Add move constructor to Status. 6年前
testharness.cc Replace NULL with nullptr in C++ files. 6年前
testharness.h Fix includes in util/testharness.h. 6年前
testutil.cc Remove extern from function declarations. 6年前
testutil.h Use override consistently in leveldb::test::ErrorEnv. 5年前
windows_logger.h Align windows_logger with posix_logger. 5年前