MarcoFalke
|
fa5f297748
|
scripted-diff: [doc] Unify stale copyright headers
-BEGIN VERIFY SCRIPT-
sed --in-place --regexp-extended \
's;( 20[0-2][0-9])(-20[0-2][0-9])? The Bitcoin Core developers;\1-present The Bitcoin Core developers;g' \
$( git grep -l 'The Bitcoin Core developers' -- ':(exclude)COPYING' ':(exclude)src/ipc/libmultiprocess' ':(exclude)src/minisketch' )
-END VERIFY SCRIPT-
|
2025-12-16 22:21:15 +01:00 |
|
MarcoFalke
|
fad1903b8a
|
fuzz: Avoid timeout in bitdeque
|
2023-12-06 15:44:38 +01:00 |
|
MarcoFalke
|
fa6dfaaf45
|
scripted-diff: Use new FUZZ_TARGET macro everywhere
-BEGIN VERIFY SCRIPT-
ren() { sed --regexp-extended -i "s|$1|$2|g" $(git grep -l --extended-regexp "$1"); }
# Replace FUZZ_TARGET_INIT
ren 'FUZZ_TARGET_INIT\((.+), (.+)\)' 'FUZZ_TARGET(\1, .init = \2)'
# Delete unused FUZZ_TARGET_INIT
sed -i -e '37,39d' src/test/fuzz/fuzz.h
-END VERIFY SCRIPT-
|
2023-07-13 20:37:14 +02:00 |
|
MacroFake
|
fa642286b8
|
fuzz: Avoid timeout in bitdeque fuzz target
|
2022-09-05 15:38:33 +02:00 |
|
Pieter Wuille
|
84852bb6bb
|
Add bitdeque, an std::deque<bool> analogue that does bit packing.
|
2022-08-23 11:34:10 -04:00 |
|