summaryrefslogtreecommitdiffstats
path: root/src/common/ring_buffer.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/ring_buffer: Include <limits> headerwheremyfoodat2024-02-241-0/+1
* ring_buffer: Use feature macroFearlessTobi2023-12-251-1/+1
* ring_buffer: Fix const usage on std::spanMorph2023-06-301-1/+1
* Remove memory allocations in some hot pathsKelebek12023-06-221-1/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Reduce unused includesameerj2022-03-191-1/+0
* ring_buffer: Remove granularity template argumentMerryMage2021-02-061-11/+10
* common: Make use of [[nodiscard]] where applicableLioncash2020-08-151-2/+2
* ring_buffer: Use std::atomic_size_t in a static assertLioncash2018-09-191-1/+1
* ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharingLioncash2018-09-191-2/+10
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-25/+25
* common: Implement a ring bufferMerryMage2018-09-081-0/+111