summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_auto_object_container.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* general: Move deleted copy/move constructor/assignment operators to public interfaceLioncash2022-02-021-3/+1
* core: Remove unused includesameerj2021-11-041-5/+0
* hle: kernel: KAutoObjectWithListContainer: Use boost::instrusive::rbtree.bunnei2021-06-071-2/+3
* fixup! hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei2021-05-061-11/+9
* common: Rename NON_COPYABLE/NON_MOVABLE with YUZU_ prefix.bunnei2021-05-061-2/+2
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-2/+2
* hle: kernel: Add initial impl. of KAutoObjectWithListContainer.bunnei2021-05-061-0/+72