summaryrefslogtreecommitdiffstats
path: root/src/common/ring_buffer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-30ring_buffer: Fix const usage on std::spanMorph1-1/+1
2023-06-22Remove memory allocations in some hot pathsKelebek11-1/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-19common: Reduce unused includesameerj1-1/+0
2021-02-06ring_buffer: Remove granularity template argumentMerryMage1-11/+10
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash1-2/+2
2018-09-19ring_buffer: Use std::atomic_size_t in a static assertLioncash1-1/+1
2018-09-19ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharingLioncash1-2/+10
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-25/+25
2018-09-08common: Implement a ring bufferMerryMage1-0/+111