summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_auto_object.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.bunnei2021-06-071-4/+7
| | | | - Fixes some crashes introduced by our common intrusive red/black tree impl.
* kernel: Eliminate variable shadowingLioncash2021-05-081-5/+1
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei2021-05-061-46/+46
|
* fixup! hle: kernel: Add initial impl. of KAutoObject.bunnei2021-05-061-1/+1
|
* common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.bunnei2021-05-061-3/+3
|
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-2/+0
|
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-2/+2
|
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-4/+10
|
* hle: kernel: Migrate more of KThread to KAutoObject.bunnei2021-05-061-8/+20
|
* hle: kernel: Add initial impl. of KAutoObject.bunnei2021-05-061-0/+290