66 коммитов (879fd25d028f00f92e666d4a73eaa57c244426ae)

Автор SHA1 Сообщение Дата
  leveldb Team c61238dcf3 Support Zstd compression level in Leveldb 1 год назад
  leveldb Team 1d6e8d64ee Add support for Zstd-based compression in LevelDB. 1 год назад
  Jayice 9e8500518f fix typo in port_example.h 3 лет назад
  Victor Costan 201f52201f Remove leveldb::port::kLittleEndian. 4 лет назад
  Chris Mumford c784d63b93 Moved port/README to port/README.md. 5 лет назад
  Chris Mumford 297e66afc1 Format all files IAW the Google C++ Style Guide. 5 лет назад
  costan da94ac67e9 leveldb: Minor cleanup in ports. 5 лет назад
  costan bd24b96306 leveldb: Silence unused argument warnings in MSVC. 5 лет назад
  costan 7d8e41e49b leveldb: Replace AtomicPointer with std::atomic. 5 лет назад
  costan cf1d1ab255 leveldb: Remove unused file port/win/stdint.h. 5 лет назад
  cmumford c69d33b0ec Added native support for Windows. 5 лет назад
  Adam Azarchs 75fceae700 Add O_CLOEXEC to open calls. 6 лет назад
  costan 296de8d5b8 leveldb: Fix PosixWritableFile::Sync() on Apple systems. 5 лет назад
  costan b70493ca85 Fix fdatasync() feature detection in opensource build. 5 лет назад
  costan 05709fb43e Remove InitOnce from the port API. 6 лет назад
  costan d177a0263c Replace port_posix with port_stdcxx. 6 лет назад
  costan 09217fd067 Replace NULL with nullptr in C++ files. 6 лет назад
  costan 6a3b915166 Remove PLATFORM_IS_LITTLE_ENDIAN from port/posix.h. 6 лет назад
  costan 04f39105c5 Take <atomic> for granted in port/atomic_pointer.h. 6 лет назад
  costan 739c25100e Add CMake build support. 6 лет назад
  costan aece2068d7 Remove extern from function declarations. 6 лет назад
  costan 594cc987af Bypass OSMemoryBarrier() warning on Mac. 6 лет назад
  costan 8c8024ea33 Switch HAVE_ library detection macros to 0/1. 6 лет назад
  costan 41172a2401 Enable thread safety annotations in open source version. 6 лет назад
  costan 5c39524f36 Replace SSE-optimized CRC32C in POSIX port with external library. 7 лет назад
  costan ca216e493f leveldb: Rename SNAPPY to HAVE_SNAPPY. 7 лет назад
  costan 25767d066c leveldb: Remove *_unlocked feature detection from POSIX port. 7 лет назад
  costan 2964b803b8 leveldb: Fix alignment code in SSE4.2-optimized CRC32C. 7 лет назад
  scrubbed 0b402e96a7 Use __APPLE__ instead of OS_MACOS. The former is compiler-provided. 7 лет назад
  costan eb4f0972fd leveldb: Fix compilation warnings in port_posix_sse.cc on x86 (32-bit). 7 лет назад
  costan ea175e28f8 Implement support for Intel crc32 instruction (SSE 4.2) 7 лет назад
  cmumford f8d205cf89 Including atomic_pointer.h in port_posix 9 лет назад
  David Turner ceff6f1215 Fix Android/MIPS build. 9 лет назад
  Chris Mumford c4c38f9c1f Add arm64 support to leveldb. 10 лет назад
  Chris Mumford 803d69203a Release 1.18 10 лет назад
  David Grogan 0cfb990d58 Release LevelDB 1.15 11 лет назад
  Sanjay Ghemawat ea2e9195fc added utility to dump leveldb files 11 лет назад
  David Grogan 946e5b5a4c Update to leveldb 1.6 12 лет назад
  Sanjay Ghemawat b914f91b10 remove obsolete android port files 12 лет назад
  Sanjay Ghemawat 075a35a6d3 Remove static initializer; fix endian-ness detection; fix build on 12 лет назад
  Sanjay Ghemawat 85584d497e Added bloom filter support. 12 лет назад
  Sanjay Ghemawat a1ad4d1995 Build fixes and cleanups: 12 лет назад
  Sanjay Ghemawat 015d26f8be add .gitignore; support for building on a few BSD variants 12 лет назад
  Hans Wennborg 36a5f8ed7f A number of fixes: 13 лет назад
  Hans Wennborg 213a68eb68 Sync with upstream @23860137. 13 лет назад
  gabor@google.com f122c6dfbb Adding FreeBSD support, removing Chromium files, adding benchmark. 13 лет назад
  gabor@google.com 60bd8015f2 Speed up Snappy uncompression, new Logger interface. 13 лет назад
  gabor@google.com 6872ace901 Sun Studio support, and fix for test related memory fixes. 13 лет назад
  gabor@google.com ed154f6dc4 Fixed a snappy compression wrapper bug (passing wrong variable). 13 лет назад
  gabor@google.com 85f0ab1975 Fixing Makefile issue reported in Issue 15 (misspelled flag) 13 лет назад