summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_auto_object_container.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common/logging: Move Log::Entry declaration to a separate headerameerj2021-10-021-0/+2
| | | | This reduces the load of requiring to include std::chrono in all files which include log.h
* hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.bunnei2021-06-071-2/+2
| | | | - Fixes some crashes introduced by our common intrusive red/black tree impl.
* fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei2021-05-061-9/+2
|
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
|
* hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei2021-05-061-0/+35