329 コミット (5c6dd75897adc9e542a55d983e4b57406fbfb0a0)
 

作成者 SHA1 メッセージ 日付
  Victor Costan 5c6dd75897 Fix accidental double std:: qualifiers. 4年前
  Victor Costan a6b3a2012e Add some std:: qualifiers to types and functions. 4年前
  Victor Costan 3f934e3705 Switch from C headers to C++ headers. 4年前
  Victor Costan 23d67e7c1f Fix C++11 build. 4年前
  leveldb Team 98a3b8cf65 change const to constexpr 4年前
  Victor Costan 201f52201f Remove leveldb::port::kLittleEndian. 4年前
  Victor Costan ba369ddbaf Use LLVM 10 on Travis CI. 4年前
  Victor Costan 5903e7a112 Remove Windows workarounds in some tests. 4年前
  Victor Costan a0191e5563 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. 4年前
  leveldb Team d152b23f3b Defend against inclusion of windows.h in tests that invoke 5年前
  Victor Costan 58a89bbcb2 Add WITHOUT ROWID to SQLite benchmark. 5年前
  Victor Costan c0d43142ff
Merge pull request #756 from pwnall/third_party_2 5年前
  Victor Costan e36b831851 Fixup for adding the third_party/googletest submodule. 5年前
  leveldb Team 583a42b596 Internal change. 5年前
  Victor Costan db8352187b Fixup for adding the third_party/googletest submodule. (#754) 5年前
  Victor Costan 1c58902bdc Switch testing harness to googletest. 5年前
  Victor Costan 2c9c80bd53 Move CI to Visual Studio 2019. 5年前
  Victor Costan ed72a3496e Allow different C/C++ standards when this is used as a subproject. 5年前
  Victor Costan 41c8d83914 Align CMake configuration with related projects. 5年前
  Victor Costan 0c40829872 Remove redundant PROJECT_SOURCE_DIR usage from CMake config. 5年前
  Victor Costan 5abdf4c019 Fix installed target definition. 5年前
  Victor Costan cf4d9ab23d Test CMake installation on Travis. 5年前
  Chris Mumford 95d0ba1cb0 Renamed local variable in DBImpl::Write. 5年前
  Chris Mumford 657ba51429 Added return in Version::Get::State::Match to quiet warning. 5年前
  Chris Mumford 370d532a00 Using CMake's check_cxx_compiler_flag to check support for -Wthread-safety. 5年前
  Victor Costan 45ee61579c Update Travis CI configuration. 5年前
  Sanjay Ghemawat 60db170a43 Fix tsan problem in env_test. 5年前
  Victor Costan 21304d41f7 Merge pull request #698 from neal-zhu:master 5年前
  neal-zhu 5e921896ee drop fileds in State that are duplicates of fileds in Saver and fix typo 5年前
  Chris Mumford 53e280b568 Simplify unlocking in DeleteObsoleteFiles. 5年前
  Chris Mumford 046216a7ca Add "leveldb" subdirectory to public include paths. 5年前
  Chris Mumford 9ee91ac747 Ending sentences with periods in README.md. 5年前
  Victor Costan e0d5f83a4f Align EnvPosix and EnvWindows. 5年前
  Victor Costan 69061b464a Disable exceptions and RTTI in CMake configuration. 5年前
  neal-zhu 107a75b62c cache Saver in State object 5年前
  neal-zhu 76ca116276 fix bug(uninitialized options pointer in State) 5年前
  neal-zhu f668239bb2 remove TODO in Version::ForEachOverlapping 5年前
  neal-zhu 177cd08629 format 5年前
  neal-zhu 8fa7a937ee fix bug 5年前
  neal-zhu 6a90bb91ee use ForEachOverlapping to impl Get 5年前
  Chris Mumford 4cb80b7ddc Merge pull request #386 from ivanabc:master 5年前
  Victor Costan 72a38ff7f2 Replace "> >" with ">>" 5年前
  Victor Costan 863f185970 unsigned char -> uint8_t 5年前
  Victor Costan a3b71c1ff6 Use GCC 9 on Travis CI 5年前
  Chris Mumford ae49533210 Add explicit typecasts to avoid compiler warning. 5年前
  ivan 63d5315e1c
Merge branch 'master' into master 5年前
  Chris Mumford c00e177f36 Guard DBImpl::versions_ by mutex_. 5年前
  Chris Mumford 1d0b101165 Converted two for-loops to while-loops. 5年前
  Chris Mumford 28e6d238be Switch to using C++ 11 override specifier. 5年前
  Chris Mumford 85cd40d108 Added unit test for InternalKey::DecodeFrom with empty string. 5年前