summaryrefslogtreecommitdiffstats
path: root/src/tests/common/scratch_buffer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-01-05tests: update catch2 to 3.0.1Alexandre Bouvier1-1/+1
2022-12-26tests: add missing headerAlexandre Bouvier1-0/+1
<cstring> is needed for std::memcpy
2022-12-20scratch_buffer: Explicitly defing resize and resize_destructive functionsameerj1-3/+75
resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows
2022-12-20tests: Add ScratchBuffer testsameerj1-0/+127