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