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