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