fanquake
|
3ba2840e7e
|
scripted-diff: remove MakeUnique<T>()
-BEGIN VERIFY SCRIPT-
git rm src/util/memory.h
sed -i -e 's/MakeUnique/std::make_unique/g' $(git grep -l MakeUnique src)
sed -i -e '/#include <util\/memory.h>/d' $(git grep -l '#include <util/memory.h>' src)
sed -i -e '/util\/memory.h \\/d' src/Makefile.am
-END VERIFY SCRIPT-
|
2021-03-11 13:45:14 +08:00 |
|
MarcoFalke
|
44444ba759
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
MarcoFalke
|
fa488f131f
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
|
2020-04-16 13:33:09 -04:00 |
|
practicalswift
|
d3d4892ef4
|
tests: Simplify code by removing unwarranted use of unique_ptr:s
|
2020-03-11 12:51:26 +00:00 |
|
practicalswift
|
46ef4cfe5f
|
tests: Re-arrange test cases in parse_univalue to increase coverage
|
2020-03-11 12:37:59 +00:00 |
|
practicalswift
|
a1308b7e12
|
tests: Add fuzzing harnesses for various JSON/univalue parsing functions
|
2019-12-10 16:39:40 +00:00 |
|