Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |