Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-06 | hle: kernel: Separate KScheduler from GlobalSchedulerContext class. | bunnei | |
2020-10-20 | Revert "core: Fix clang build" | bunnei | |
2020-10-17 | core: Fix clang build | Lioncash | |
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795 | |||
2020-08-15 | common: Make use of [[nodiscard]] where applicable | Lioncash | |
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. | |||
2019-10-15 | Kernel Scheduler: Make sure the global scheduler shutdowns correctly. | Fernando Sahmkow | |
2019-04-05 | common/multi_level_queue: Silence truncation warning in iterator operator++ | Lioncash | |
2019-03-27 | Fixes and corrections on formatting. | Fernando Sahmkow | |
2019-03-27 | Fixes to multilevelqueue's iterator. | Fernando Sahmkow | |
2019-03-27 | Use MultiLevelQueue instead of old ThreadQueueList | Fernando Sahmkow | |
2019-03-27 | Implement a MultiLevelQueue | Fernando Sahmkow | |