summaryrefslogtreecommitdiff
path: root/src/common/ring_buffer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* ring_buffer: Fix const usage on std::spanGravatar Morph2023-06-301-1/+1
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-221-1/+2
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* common: Reduce unused includesGravatar ameerj2022-03-191-1/+0
* ring_buffer: Remove granularity template argumentGravatar MerryMage2021-02-061-11/+10
* common: Make use of [[nodiscard]] where applicableGravatar Lioncash2020-08-151-2/+2
* ring_buffer: Use std::atomic_size_t in a static assertGravatar Lioncash2018-09-181-1/+1
* ring_buffer: Use std::hardware_destructive_interference_size to determine ali...Gravatar Lioncash2018-09-181-2/+10
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-25/+25
* common: Implement a ring bufferGravatar MerryMage2018-09-081-0/+111