https://github.com/facebook/rocksdb
Raw File
Tip revision: 03d7c1cecbd8e2007c6c0cef17f2768bd8f2f305 authored by Adam Retter on 29 April 2016, 18:56:10 UTC
Bugfix to ensure that logging can be achieved from threads that are not known to the JVM
Tip revision: 03d7c1c
.clang-format
# Complete list of style options can be found at: 
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
---
BasedOnStyle: Google
...
back to top