Roll src/third_party/leveldatabase/src/ ca216e493..41172a240 (7 commits)
https://chromium.googlesource.com/external/leveldb.git/+log/ca216e493f32..41172a24016b This CL also adds Clang thread safety annotations [1] to Chrome's leveldb::port::Mutex. This can't be done in a separate CL because the primitives are used in Chrome code that is compiled with -Wthread-safety turned on. [1] https://cs.chromium.org/chromium/src/base/thread_annotations.h $ git log ca216e493..41172a240 --date=short --no-merges --format='%ad %ae %s' 2018-02-13 costan Enable thread safety annotations in open source version. 2017-10-25 cmumford Add leveldb_options_set_max_file_size to the C API. 2017-10-23 cmumford Fixed style guide link in CONTRIBUTING.md 2017-10-19 cmumford Deleted unused assignments in Reader. 2017-10-17 cmumford leveldb::DestroyDB will now delete empty directories. 2017-10-10 costan Fix typo (forgotten reference operator) in test. 2017-10-10 costan Replace SSE-optimized CRC32C in POSIX port with external library. Created with: roll-dep src/third_party/leveldatabase/src Change-Id: I68dc2799673a93253bc338b141e0945b11db097a Reviewed-on: https://chromium-review.googlesource.com/920773Reviewed-by:Chris Mumford <cmumford@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#537288}
Showing
Please register or sign in to comment