Jon Atack
|
e5485e8e4b
|
test, bench: make prevector and checkqueue swap member functions noexcept
Reason:
A swap must not fail; when a class has a swap member function, it should be declared noexcept.
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c84-a-swap-function-must-not-fail
|
2022-04-28 20:34:43 +02:00 |
|
Hennadii Stepanov
|
f47dda2c58
|
scripted-diff: Bump copyright headers
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d8
* 2019: aaaaad6ac9
|
2021-12-30 19:36:57 +02:00 |
|
MarcoFalke
|
faa5fa9a78
|
fuzz: Use LIMITED_WHILE instead of limit_max_ops
|
2021-08-21 19:25:33 +02:00 |
|
MarcoFalke
|
faafda232e
|
fuzz: Speed up prevector fuzz target
|
2021-07-14 12:34:04 +02:00 |
|
MarcoFalke
|
44444ba759
|
fuzz: Link all targets once
|
2020-12-10 07:15:42 +01:00 |
|
practicalswift
|
cd34038cbd
|
Switch from Optional<T> to std::optional<T> (C++17). Run clang-format.
|
2020-05-14 18:52:57 +00:00 |
|
MarcoFalke
|
fac5c37300
|
scripted-diff: Sort test includes
-BEGIN VERIFY SCRIPT-
# Mark all lines with #includes
sed -i --regexp-extended -e 's/(#include <.*>)/\1 /g' $(git grep -l '#include' ./src/bench/ ./src/test ./src/wallet/test/)
# Sort all marked lines
git diff -U0 | ./contrib/devtools/clang-format-diff.py -p1 -i -v
-END VERIFY SCRIPT-
|
2020-04-16 13:32:36 -04:00 |
|
Pieter Wuille
|
b1d24d1d03
|
Reorder the test instructions by number
|
2020-04-06 14:51:38 -07:00 |
|
Pieter Wuille
|
c2ccadc26a
|
Merge and generalize case 3 and case 6
|
2020-04-06 14:39:42 -07:00 |
|
Pieter Wuille
|
402ad5aaca
|
Only run sanity check once at the end
|
2020-04-06 14:39:42 -07:00 |
|
Pieter Wuille
|
eda8309bfc
|
Assert immediately rather than caching failure
|
2020-04-06 14:39:38 -07:00 |
|
Pieter Wuille
|
55608455cb
|
Make a fuzzer-based copy of the prevector randomized test
|
2020-04-06 14:25:25 -07:00 |
|