dergoegge
|
9f243cd7fa
|
Introduce g_fuzzing global for fuzzing checks
|
2024-10-25 13:12:55 +01:00 |
|
Sebastian Falbesoner
|
1786be7b4a
|
scripted-diff: drop config/ subdir for bitcoin-config.h, rename to bitcoin-build-config.h
Follow-up for PR #30856, commit 0dd66251 .
-BEGIN VERIFY SCRIPT-
sed -i "s|config/bitcoin-config\.h|bitcoin-build-config.h|g" $(git grep -l config/bitcoin-config\.h)
sed -i "s|bitcoin-config\.h|bitcoin-build-config.h|g" $(git grep -l "bitcoin-config\.h" ./src ./test ./cmake)
git mv ./cmake/bitcoin-config.h.in ./cmake/bitcoin-build-config.h.in
-END VERIFY SCRIPT-
|
2024-10-10 12:22:12 +02:00 |
|
MarcoFalke
|
dddd40ba82
|
scripted-diff: Add IWYU pragma keep to bitcoin-config.h includes
-BEGIN VERIFY SCRIPT-
perl -0777 -pi -e 's/#if defined\(HAVE_CONFIG_H\)\n#include <config\/bitcoin-config.h>.*\n#endif.*\n/#include <config\/bitcoin-config.h> \/\/ IWYU pragma: keep\n/g' $( git grep -l '#include <config/bitcoin-config.h>' )
-END VERIFY SCRIPT-
|
2024-05-01 08:33:04 +02:00 |
|
Reese Russell
|
6e8f6468cb
|
removed StrFormatInternalBug quote delimitation
|
2023-08-18 04:04:06 +00:00 |
|
MarcoFalke
|
fab958290b
|
refactor: Remove c_str from util/check
|
2023-01-24 12:09:29 +01:00 |
|
MarcoFalke
|
fa825bd227
|
util: Include full version id in bug reports
|
2022-12-06 11:14:47 +01:00 |
|
MarcoFalke
|
c6e7f224c1
|
util: Add StrFormatInternalBug and STR_INTERNAL_BUG
|
2022-12-01 12:22:47 -05:00 |
|
MacroFake
|
2222ec71fd
|
util: Move error message formatting of NonFatalCheckError to cpp
This allows to strip down the header file
|
2022-11-16 12:21:33 +01:00 |
|
Anthony Towns
|
2ef47ba6c5
|
util/check: stop using lambda for Assert/Assume
|
2022-03-30 23:09:13 +10:00 |
|