184 Commits (a0008deb679480fd30e845d7e52421af72160c2c)
 

Autor SHA1 Mensaje Fecha
  costan a0008deb67 Reimplement ConsumeDecimalNumber. hace 6 años
  costan 1f7dd5d5f6 Add tests for ConsumeDecimalNumber. hace 6 años
  costan 1cc8b10b82 Document the building process. hace 6 años
  costan 09217fd067 Replace NULL with nullptr in C++ files. hace 6 años
  costan 6a3b915166 Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h. hace 6 años
  costan 260655b4c2 Define LEVELDB_HAS_PORT_CONFIG_H for old compilers. hace 6 años
  costan 6fa4566670 Rename CMake project / targets from Leveldb to leveldb. hace 6 años
  costan 0db30413a4 leveldb: Add more thread safety annotations. hace 6 años
  costan 04f39105c5 Take <atomic> for granted in port/atomic_pointer.h. hace 6 años
  costan 74f032ff6f leveldb: Require C++11. hace 6 años
  costan 8e75db8623 Remove build configuration for make. hace 6 años
  Hyzeta df9a841a4f Add export.h to CMakeLists.txt hace 6 años
  costan 50fbc87e8c Replace SIZE_MAX with std::numeric_limits. hace 6 años
  costan 739c25100e Add CMake build support. hace 6 años
  costan 0fa5a4f7b1 Extend thread safety annotations. hace 6 años
  costan 8143c12f3f Fix includes in util/testharness.h. hace 6 años
  costan aece2068d7 Remove extern from function declarations. hace 6 años
  costan ddab751002 Add tests for {Old}InfoLogFileName(). hace 6 años
  costan 7fd7c00721 Remove unused function ExtractValueType. hace 6 años
  costan 594cc987af Bypass OSMemoryBarrier() warning on Mac. hace 6 años
  costan 49f35d3fc9 leveldb: Update Travis CI configuration for open source build. hace 6 años
  costan 623d014a54 Expose Env::GetTempDirectory() for use in C test. hace 6 años
  costan 8c8024ea33 Switch HAVE_ library detection macros to 0/1. hace 6 años
  costan 41172a2401 Enable thread safety annotations in open source version. hace 6 años
  cmumford 47cb9e2a21 Add leveldb_options_set_max_file_size to the C API. hace 7 años
  cmumford b5d4a22e64 Fixed style guide link in CONTRIBUTING.md hace 7 años
  cmumford 3da4d8b989 Deleted unused assignments in Reader. hace 7 años
  cmumford 0509414f85 leveldb::DestroyDB will now delete empty directories. hace 7 años
  costan 23162ca1c6 Fix typo (forgotten reference operator) in test. hace 7 años
  costan 5c39524f36 Replace SSE-optimized CRC32C in POSIX port with external library. hace 7 años
  costan ca216e493f leveldb: Rename SNAPPY to HAVE_SNAPPY. hace 7 años
  costan 25767d066c leveldb: Remove *_unlocked feature detection from POSIX port. hace 7 años
  cmumford 4a7e7f50dc Add LEVELDB_EXPORT macro to export public symbols. hace 7 años
  costan 542590d2a8 leveldb: Include <algorithm> in util/env_test.cc. hace 7 años
  costan 8ae7998aab Fix FD leak in POSIX Env. hace 7 años
  costan d9a9e02edf leveldb: Add tests for CL 170769101. hace 7 años
  costan 4447f9cace Remove handling for unused LRUHandle representation special case. hace 7 años
  sanjay 2372ac574f Fix file writing bug in CL 170738066. hace 7 años
  cmumford 1c75e88055 Fix use of uninitialized value in LRUHandle. hace 7 años
  sanjay 7e12c00ecf Fix issue 474: a race between the f*_unlocked() STDIO calls in hace 7 años
  costan bcd9a8ea4a Use portable CRC32C from google/crc32c. hace 7 años
  costan ea0a7586b8 Remove confusing and unnecessary if. hace 7 años
  costan 141e767135 Simplify Table::Open() flow and remove a delete call. hace 7 años
  cmumford 09a3c8e741 Switched variable type from int to uint64_t in ConsumeDecimalNumber. hace 7 años
  costan 2964b803b8 leveldb: Fix alignment code in SSE4.2-optimized CRC32C. hace 7 años
  davidair 02f43c0fcd Remove dead code. hace 7 años
  scrubbed 0b402e96a7 Use __APPLE__ instead of OS_MACOS. The former is compiler-provided. hace 7 años
  costan 8415f00eee leveldb: Report missing CURRENT manifest file as database corruption. hace 7 años
  costan 69e2bd224b LevelDB: Add WriteBatch::ApproximateSize(). hace 7 años
  costan a53934a3ae Increase leveldb version to 1.20. hace 7 años