Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-08-12 | thread_queue_list: Make contains() and get_first() const member functions | Lioncash | 1 | -4/+4 |
2018-08-12 | thread_queue_list: Convert typedef to a type alias | Lioncash | 1 | -1/+1 |
2018-01-21 | Format: Run the new clang format on everything | James Rowe | 1 | -1/+1 |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -1/+0 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -11/+11 |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -2/+0 |
2015-04-10 | Thread: Implement priority boost for starved threads. | bunnei | 1 | -0/+18 |
2015-01-07 | Common: Clean up ThreadQueueList | Yuri Kunde Schlesner | 1 | -144/+74 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-12-03 | Change NULLs to nullptrs. | Rohit Nirmal | 1 | -6/+6 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -2/+2 |
2014-05-16 | added ThreadQueueList class to common (taken from PPSSPP) | bunnei | 1 | -0/+216 |