Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-15 | Adressed review comments | B3n30 | |
2019-02-15 | threadsafe_queue: Add WaitIfEmpty and use it in logging | B3n30 | |
2019-02-12 | threadsafe_queue: Use std::size_t for representing size | Lioncash | |
Makes it consistent with the regular standard containers in terms of size representation. This also gets rid of dependence on our own type aliases, removing the need for an include. | |||
2019-02-12 | threadsafe_queue: Remove NeedSize template parameter | Lioncash | |
The necessity of this parameter is dubious at best, and in 2019 probably offers completely negligible savings as opposed to just leaving this enabled. This removes it and simplifies the overall interface. | |||
2018-07-29 | remove polymorphism issue | B3n30 | |
2018-01-08 | CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) | B3n30 | |
* CoreTiming: New CoreTiming; Add Test for CoreTiming |