summaryrefslogtreecommitdiffstats
path: root/src/tests/common/ring_buffer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-03msvc: set warning level to /W4 globallyDanila Malyutin1-1/+1
And fix a bunch of warnings
2023-03-12general: fix spelling mistakesLiam1-1/+1
2023-01-05tests: update catch2 to 3.0.1Alexandre Bouvier1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-02-06ring_buffer: Remove granularity template argumentMerryMage1-5/+5
Non-obvious bug in RingBuffer::Push(std::vector<T>&) when granularity != 1 Just remove it altogether because we do not have a use for granularity != 1
2021-01-09tests/ring_buffer: Silence signed/unsigned mismatch warningsReinUsesLisp1-15/+15
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-10/+10
2018-09-08common: Implement a ring bufferMerryMage1-0/+130