Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-22 | scripted-diff: Rename MakeFuzzingContext to MakeNoLogFileContext | MarcoFalke | |
-BEGIN VERIFY SCRIPT- # Rename sed -i -e 's/MakeFuzzingContext/MakeNoLogFileContext/g' $(git grep -l MakeFuzzingContext) # Bump the copyright of touched files in this scripted diff to avoid touching them again later ./contrib/devtools/copyright_header.py update ./src/test/fuzz/ -END VERIFY SCRIPT- | |||
2021-02-08 | fuzz: Hide script_assets_test_minimizer | MarcoFalke | |
Can be reviewed with --ignore-all-space | |||
2021-02-03 | fuzz: Avoid extraneous copy of input data, using Span<> | MarcoFalke | |
2020-12-31 | scripted-diff: Bump copyright headers | MarcoFalke | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- | |||
2020-12-20 | inline non-member functions with body in fuzzing headers | Patrick Strateman | |
2020-12-10 | fuzz: Link all targets once | MarcoFalke | |
2019-10-23 | tests: Allow for using non-default fuzzing initialization | practicalswift | |
2019-10-07 | tests: Pass fuzzing inputs as constant references | practicalswift | |
2019-06-26 | tests: Reduce compilation time and unneccessary recompiles by removing ↵ | practicalswift | |
unused includes in tests | |||
2019-02-28 | fuzz: Link BasicTestingSetup (shared with unit tests) | MarcoFalke | |
2019-01-29 | test: Build fuzz targets into seperate executables | MarcoFalke | |