Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-03-12 | general: fix spelling mistakes | Liam | 1 | -1/+1 | |
2023-01-05 | tests: update catch2 to 3.0.1 | Alexandre Bouvier | 1 | -1/+1 | |
2022-12-26 | tests: add missing header | Alexandre Bouvier | 1 | -0/+1 | |
<cstring> is needed for std::memcpy | |||||
2022-12-20 | scratch_buffer: Explicitly defing resize and resize_destructive functions | ameerj | 1 | -3/+75 | |
resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows | |||||
2022-12-20 | tests: Add ScratchBuffer tests | ameerj | 1 | -0/+127 | |