| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | hle: kernel: Separate KScheduler from GlobalSchedulerContext class. | 2020-12-06 | 1 | -345/+0 | |
| | | |||||
| * | Revert "core: Fix clang build" | 2020-10-20 | 1 | -1/+1 | |
| | | |||||
| * | core: Fix clang build | 2020-10-17 | 1 | -1/+1 | |
| | | | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | ||||
| * | common: Make use of [[nodiscard]] where applicable | 2020-08-15 | 1 | -18/+19 | |
| | | | | | | | Now that clang-format makes [[nodiscard]] attributes format sensibly, we can apply them to several functions within the common library to allow the compiler to complain about any misuses of the functions. | ||||
| * | Kernel Scheduler: Make sure the global scheduler shutdowns correctly. | 2019-10-15 | 1 | -0/+7 | |
| | | |||||
| * | common/multi_level_queue: Silence truncation warning in iterator operator++ | 2019-04-05 | 1 | -1/+1 | |
| | | |||||
| * | Fixes and corrections on formatting. | 2019-03-27 | 1 | -4/+10 | |
| | | |||||
| * | Fixes to multilevelqueue's iterator. | 2019-03-27 | 1 | -1/+5 | |
| | | |||||
| * | Use MultiLevelQueue instead of old ThreadQueueList | 2019-03-27 | 1 | -12/+10 | |
| | | |||||
| * | Implement a MultiLevelQueue | 2019-03-27 | 1 | -0/+329 | |