summaryrefslogtreecommitdiff
path: root/src/tests/common/scratch_buffer.cpp
AgeCommit message (Collapse)Author
2023-03-12general: fix spelling mistakesLiam
2023-01-05tests: update catch2 to 3.0.1Alexandre Bouvier
2022-12-26tests: add missing headerAlexandre Bouvier
<cstring> is needed for std::memcpy
2022-12-19scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj
resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows
2022-12-19tests: Add ScratchBuffer testsameerj