Commit History

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