summaryrefslogtreecommitdiff
path: root/src/tests/common/scratch_buffer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: fix spelling mistakesGravatar Liam2023-03-121-1/+1
|
* tests: update catch2 to 3.0.1Gravatar Alexandre Bouvier2023-01-051-1/+1
|
* tests: add missing headerGravatar Alexandre Bouvier2022-12-261-0/+1
| | | <cstring> is needed for std::memcpy
* scratch_buffer: Explicitly defing resize and resize_destructive functionsGravatar ameerj2022-12-191-3/+75
| | | | | resize keeps previous data intact when the buffer grows resize_destructive destroys the previous data when the buffer grows
* tests: Add ScratchBuffer testsGravatar ameerj2022-12-191-0/+127