index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
ring_buffer.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2025-01-06
common: Use consistent cache line size in RingBuffer
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-24
common/ring_buffer: Include <limits> header
wheremyfoodat
2023-12-25
ring_buffer: Use feature macro
FearlessTobi
2023-06-30
ring_buffer: Fix const usage on std::span
Morph
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-03-19
common: Reduce unused includes
ameerj
2021-02-06
ring_buffer: Remove granularity template argument
MerryMage
2020-08-15
common: Make use of [[nodiscard]] where applicable
Lioncash
2018-09-18
ring_buffer: Use std::atomic_size_t in a static assert
Lioncash
2018-09-18
ring_buffer: Use std::hardware_destructive_interference_size to determine ali...
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-08
common: Implement a ring buffer
MerryMage