Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-21 | refactor: Use move semantics in `CCheckQueue::Loop` | Hennadii Stepanov | |
Co-authored-by: Martin Leitner-Ankerl <martin.ankerl@gmail.com> | |||
2023-03-21 | refactor: Make move semantics explicit for callers | Hennadii Stepanov | |
2023-03-21 | refactor: Use move semantics in `CCheckQueue::Add` | Hennadii Stepanov | |
Co-authored-by: Martin Leitner-Ankerl <martin.ankerl@gmail.com> | |||
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov | |
-BEGIN VERIFY SCRIPT- ./contrib/devtools/copyright_header.py update ./ -END VERIFY SCRIPT- Commits of previous years: - 2021: f47dda2c58b5d8d623e0e7ff4e74bc352dfa83d7 - 2020: fa0074e2d82928016a43ca408717154a1c70a4db - 2019: aaaaad6ac95b402fe18d019d67897ced6b316ee0 | |||
2022-04-28 | test, bench: make prevector and checkqueue swap member functions noexcept | Jon Atack | |
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 | |||
2020-12-10 | fuzz: Link all targets once | MarcoFalke | |
2020-05-14 | Switch from Optional<T> to std::optional<T> (C++17). Run clang-format. | practicalswift | |
2020-04-08 | tests: Add fuzzing harness for classes/functions in checkqueue.h | practicalswift | |