summaryrefslogtreecommitdiff
path: root/src/common/ring_buffer.h
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2025-01-06common: Use consistent cache line size in RingBufferZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-24common/ring_buffer: Include <limits> headerwheremyfoodat
2023-12-25ring_buffer: Use feature macroFearlessTobi
2023-06-30ring_buffer: Fix const usage on std::spanMorph
2023-06-22Remove memory allocations in some hot pathsKelebek1
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-03-19common: Reduce unused includesameerj
2021-02-06ring_buffer: Remove granularity template argumentMerryMage
2020-08-15common: Make use of [[nodiscard]] where applicableLioncash
2018-09-18ring_buffer: Use std::atomic_size_t in a static assertLioncash
2018-09-18ring_buffer: Use std::hardware_destructive_interference_size to determine ali...Lioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-08common: Implement a ring bufferMerryMage