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 |
|
Hennadii Stepanov
|
306ccd4927
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
- 2021: f47dda2c58
- 2020: fa0074e2d8
- 2019: aaaaad6ac9
|
2022-12-24 23:49:50 +00:00 |
|
Hennadii Stepanov
|
88044a14d9
|
Guard #include <config/bitcoin-config.h>
|
2022-05-02 16:41:30 +02:00 |
|
fanquake
|
ebc4ab721b
|
refactor: post Optional<> removal cleanups
|
2021-03-17 14:56:20 +08:00 |
|
Wladimir J. van der Laan
|
612f746a8f
|
util: Add RAII TokenPipe
|
2021-03-04 18:24:00 +01:00 |
|