mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
-BEGIN VERIFY SCRIPT- sed -i 's/\<LogPrint\>/LogDebug/g' $( git grep -l '\<LogPrint\>' -- ./contrib/ ./src/ ./test/ ':(exclude)src/logging.h' ) -END VERIFY SCRIPT- |
||
|---|---|---|
| .. | ||
| bitcoin-tidy.cpp | ||
| CMakeLists.txt | ||
| example_logprintf.cpp | ||
| example_nontrivial-threadlocal.cpp | ||
| logprintf.cpp | ||
| logprintf.h | ||
| nontrivial-threadlocal.cpp | ||
| nontrivial-threadlocal.h | ||
| README.md | ||
Bitcoin Tidy
Example Usage:
cmake -S . -B build -DLLVM_DIR=$(llvm-config --cmakedir) -DCMAKE_BUILD_TYPE=Release
cmake --build build -j$(nproc)
cmake --build build --target bitcoin-tidy-tests -j$(nproc)