Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-02 | refactor: Make 64-bit shift explicit | Hennadii Stepanov | |
This change fixes MSVC level-3 warning C4334. See: https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-3-c4334 All `DisableSpecificWarnings` dropped from `fuzz.vcxproj` as all remained are inherited from `common.init.vcxproj`. | |||
2023-03-23 | Add PoolResource fuzzer | Martin Leitner-Ankerl | |
Fuzzes PoolResource with random allocations/deallocations, and multiple asserts. Co-Authored-By: Pieter Wuille <pieter@wuille.net> |