Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-13 | scripted-diff: Use new FUZZ_TARGET macro everywhere | MarcoFalke | |
-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- | |||
2022-09-05 | fuzz: Avoid timeout in bitdeque fuzz target | MacroFake | |
2022-08-23 | Add bitdeque, an std::deque<bool> analogue that does bit packing. | Pieter Wuille | |