Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
| | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
* | ring_buffer: Remove granularity template argument | MerryMage | 2021-02-06 | 1 | -5/+5 |
| | | | | | | Non-obvious bug in RingBuffer::Push(std::vector<T>&) when granularity != 1 Just remove it altogether because we do not have a use for granularity != 1 | ||||
* | tests/ring_buffer: Silence signed/unsigned mismatch warnings | ReinUsesLisp | 2021-01-09 | 1 | -15/+15 |
| | |||||
* | Port #4182 from Citra: "Prefix all size_t with std::" | fearlessTobi | 2018-09-15 | 1 | -10/+10 |
| | |||||
* | common: Implement a ring buffer | MerryMage | 2018-09-08 | 1 | -0/+130 |