aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/handle_table.cpp
AgeCommit message (Expand)Author
2019-02-25kernel/handle_table: Make local variables as const where applicableLioncash
2019-02-25kernel/handle_table: Allow process capabilities to limit the handle table sizeLioncash
2019-02-25kernel/handle-table: In-class initialize data membersLioncash
2019-02-25kernel/handle_table: Resolve truncation warningsLioncash
2018-12-04kernel/handle_table: Amend reference to CTR-OS in Create()Lioncash
2018-11-21kernel/handle_table: Move private static functions into the cpp fileLioncash
2018-11-21kernel/handle_table: Default destructor in the cpp fileLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-25kernel/error: Add error code for the handle table being fullLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-25kernel: Migrate logging macros to fmt-compatible onesLioncash
2018-03-14core: Move process creation out of global state.bunnei
2018-01-24handle_table: Remove ConvertSessionToDomain.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-05-29Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner