-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d6c3537
Showing
1,933 changed files
with
751,437 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Supress UBSAN warnings related to stl_tree.h, e.g. | ||
# UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_tree.h:1505:43 in | ||
# /usr/bin/../lib/gcc/x86_64-linux-gnu/5.4.0/../../../../include/c++/5.4.0/bits/stl_tree.h:1505:43: | ||
# runtime error: upcast of address 0x000001fa8820 with insufficient space for an object of type | ||
# 'std::_Rb_tree_node<std::pair<const std::__cxx11::basic_string<char>, rocksdb::(anonymous namespace)::LockHoldingInfo> >' | ||
src:*bits/stl_tree.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Complete list of style options can be found at: | ||
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html | ||
--- | ||
BasedOnStyle: Google | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
name: Check buck targets and code format | ||
on: [push, pull_request] | ||
permissions: | ||
contents: read | ||
|
||
jobs: | ||
check: | ||
name: Check TARGETS file and code format | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout feature branch | ||
uses: actions/checkout@v2 | ||
with: | ||
fetch-depth: 0 | ||
|
||
- name: Fetch from upstream | ||
run: | | ||
git remote add upstream https://github.com/facebook/rocksdb.git && git fetch upstream | ||
- name: Where am I | ||
run: | | ||
echo git status && git status | ||
echo "git remote -v" && git remote -v | ||
echo git branch && git branch | ||
- name: Setup Python | ||
uses: actions/setup-python@v1 | ||
|
||
- name: Install Dependencies | ||
run: python -m pip install --upgrade pip | ||
|
||
- name: Install argparse | ||
run: pip install argparse | ||
|
||
- name: Download clang-format-diff.py | ||
uses: wei/wget@v1 | ||
with: | ||
args: https://raw.githubusercontent.com/llvm/llvm-project/release/12.x/clang/tools/clang-format/clang-format-diff.py | ||
|
||
- name: Check format | ||
run: VERBOSE_CHECK=1 make check-format | ||
|
||
- name: Compare buckify output | ||
run: make check-buck-targets | ||
|
||
- name: Simple source code checks | ||
run: make check-sources |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
make_config.mk | ||
rocksdb.pc | ||
|
||
*.a | ||
*.arc | ||
*.d | ||
*.dylib* | ||
*.gcda | ||
*.gcno | ||
*.o | ||
*.o.tmp | ||
*.so | ||
*.so.* | ||
*_test | ||
*_bench | ||
*_stress | ||
*.out | ||
*.class | ||
*.jar | ||
*.*jnilib* | ||
*.d-e | ||
*.o-* | ||
*.swp | ||
*~ | ||
*.vcxproj | ||
*.vcxproj.filters | ||
*.sln | ||
*.cmake | ||
.watchmanconfig | ||
CMakeCache.txt | ||
CMakeFiles/ | ||
build/ | ||
|
||
ldb | ||
manifest_dump | ||
sst_dump | ||
blob_dump | ||
block_cache_trace_analyzer | ||
tools/block_cache_analyzer/*.pyc | ||
column_aware_encoding_exp | ||
util/build_version.cc | ||
build_tools/VALGRIND_LOGS/ | ||
coverage/COVERAGE_REPORT | ||
.gdbhistory | ||
.gdb_history | ||
package/ | ||
unity.a | ||
tags | ||
etags | ||
rocksdb_dump | ||
rocksdb_undump | ||
db_test2 | ||
trace_analyzer | ||
block_cache_trace_analyzer | ||
io_tracer_parser | ||
.DS_Store | ||
.vs | ||
.vscode | ||
.clangd | ||
|
||
java/out | ||
java/target | ||
java/test-libs | ||
java/*.log | ||
java/include/org_rocksdb_*.h | ||
|
||
.idea/ | ||
*.iml | ||
|
||
rocksdb.cc | ||
rocksdb.h | ||
unity.cc | ||
java/crossbuild/.vagrant | ||
.vagrant/ | ||
java/**/*.asc | ||
java/javadoc | ||
|
||
scan_build_report/ | ||
t | ||
LOG | ||
|
||
db_logs/ | ||
tp2/ | ||
fbcode/ | ||
fbcode | ||
buckifier/*.pyc | ||
buckifier/__pycache__ | ||
|
||
compile_commands.json | ||
clang-format-diff.py | ||
.py3/ | ||
|
||
fuzz/proto/gen/ | ||
fuzz/crash-* | ||
|
||
cmake-build-* | ||
third-party/folly/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
extraction: | ||
cpp: | ||
index: | ||
build_command: make static_lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"content_hash_warming": true, | ||
"content_hash_max_items": 333333, | ||
"hint_num_files_per_dir": 8, | ||
"fsevents_latency": 0.05 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Facebook Inc. | ||
Facebook Engineering Team | ||
|
||
Google Inc. | ||
# Initial version authors: | ||
Jeffrey Dean <jeff@google.com> | ||
Sanjay Ghemawat <sanjay@google.com> | ||
|
||
# Partial list of contributors: | ||
Kevin Regan <kevin.d.regan@gmail.com> | ||
Johan Bilien <jobi@litl.com> | ||
Matthew Von-Maszewski <https://github.com/matthewvon> (Basho Technologies) |
Oops, something went wrong.