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