119 Révisions (b754fdca72e9382edd457c0fd81de6e1b644d789)

Auteur SHA1 Message Date
  leveldb Team b7d3023269 Internal cleanup migrating StatusOr. il y a 4 ans
  Victor Costan 5c6dd75897 Fix accidental double std:: qualifiers. il y a 4 ans
  Victor Costan a6b3a2012e Add some std:: qualifiers to types and functions. il y a 4 ans
  Victor Costan 3f934e3705 Switch from C headers to C++ headers. il y a 4 ans
  leveldb Team 98a3b8cf65 change const to constexpr il y a 4 ans
  Victor Costan 201f52201f Remove leveldb::port::kLittleEndian. il y a 4 ans
  Victor Costan 5903e7a112 Remove Windows workarounds in some tests. il y a 4 ans
  Victor Costan a0191e5563 Add Env::Remove{File,Dir} which obsolete Env::Delete{File,Dir}. il y a 4 ans
  leveldb Team d152b23f3b Defend against inclusion of windows.h in tests that invoke il y a 5 ans
  leveldb Team 583a42b596 Internal change. il y a 5 ans
  Victor Costan 1c58902bdc Switch testing harness to googletest. il y a 5 ans
  Sanjay Ghemawat 60db170a43 Fix tsan problem in env_test. il y a 5 ans
  Victor Costan e0d5f83a4f Align EnvPosix and EnvWindows. il y a 5 ans
  Victor Costan 72a38ff7f2 Replace "> >" with ">>" il y a 5 ans
  Victor Costan 863f185970 unsigned char -> uint8_t il y a 5 ans
  Chris Mumford ae49533210 Add explicit typecasts to avoid compiler warning. il y a 5 ans
  Chris Mumford 28e6d238be Switch to using C++ 11 override specifier. il y a 5 ans
  Victor Costan 27dc99fb26 Fix EnvPosix tests on Travis CI. il y a 5 ans
  Chris Mumford 9521545b06 Formatting changes for prior O_CLOEXEC fix. il y a 5 ans
  Victor Costan a7528a5d2b Clean up util/coding.{h,cc}. il y a 5 ans
  Victor Costan 24424a1ef2 Style cleanup. il y a 5 ans
  Chris Mumford 9bd23c7676 Correct class/structure declaration order. il y a 5 ans
  Chris Mumford 297e66afc1 Format all files IAW the Google C++ Style Guide. il y a 5 ans
  Chris Mumford 2f008ac19e Initialize class members to default values in constructors. il y a 5 ans
  Cheng Chang cf1b5f4732 Remove unnecessary bit operation. il y a 5 ans
  Felipe Oliveira Carvalho 7035af5fc3 Two small fixes for the Windows implementation (#661) il y a 5 ans
  costan 15e2278966 Use override consistently in leveldb::test::ErrorEnv. il y a 5 ans
  cmumford ea49b27d06 Switch corruption_test to use InMemEnv. il y a 5 ans
  costan 201f77d137 Inline defaults in options. il y a 5 ans
  costan 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. il y a 5 ans
  costan ed76289b25 Align windows_logger with posix_logger. il y a 5 ans
  cmumford c69d33b0ec Added native support for Windows. il y a 5 ans
  Adam Azarchs 75fceae700 Add O_CLOEXEC to open calls. il y a 6 ans
  costan 296de8d5b8 leveldb: Fix PosixWritableFile::Sync() on Apple systems. il y a 5 ans
  cmumford af7abf06ea Add back space to POSIX Logger. il y a 5 ans
  costan 1cb3840881 Clean up env_posix.cc. il y a 6 ans
  costan a7dc502e9f Rework once initialization in env_posix.cc. il y a 6 ans
  costan c43565dd39 C++11 cleanup for util/mutexlock.h. il y a 6 ans
  costan 73d5834ece Rework threading in env_posix.cc. il y a 6 ans
  costan 05709fb43e Remove InitOnce from the port API. il y a 6 ans
  costan bb88f25115 Clean up PosixWritableFile in env_posix.cc. il y a 6 ans
  costan 7b945f2003 Clean up posix_logger.h. il y a 6 ans
  costan 03064cbbb2 Simplify Limiter in env_posix.cc. il y a 6 ans
  costan 4de9594f6f Add move constructor to Status. il y a 6 ans
  costan d177a0263c Replace port_posix with port_stdcxx. il y a 6 ans
  costan 8046a51b21 Add forgotten <limits> header to util/logging.cc. il y a 6 ans
  costan a0008deb67 Reimplement ConsumeDecimalNumber. il y a 6 ans
  costan 1f7dd5d5f6 Add tests for ConsumeDecimalNumber. il y a 6 ans
  costan 09217fd067 Replace NULL with nullptr in C++ files. il y a 6 ans
  costan 0db30413a4 leveldb: Add more thread safety annotations. il y a 6 ans