Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-06-30 | ring_buffer: Fix const usage on std::span | Morph | 1 | -1/+1 |
2023-06-22 | Remove memory allocations in some hot paths | Kelebek1 | 1 | -1/+2 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2022-03-19 | common: Reduce unused includes | ameerj | 1 | -1/+0 |
2021-02-06 | ring_buffer: Remove granularity template argument | MerryMage | 1 | -11/+10 |
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | 1 | -2/+2 |
2018-09-19 | ring_buffer: Use std::atomic_size_t in a static assert | Lioncash | 1 | -1/+1 |
2018-09-19 | ring_buffer: Use std::hardware_destructive_interference_size to determine alignment size for avoiding false sharing | Lioncash | 1 | -2/+10 |
2018-09-15 | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 1 | -25/+25 |
2018-09-08 | common: Implement a ring buffer | MerryMage | 1 | -0/+111 |