index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
handle_table.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-5
/
+5
*
core: Remove Core::CurrentProcess()
Lioncash
2019-10-06
1
-1
/
+1
*
kernel/handle_table: Make local variables as const where applicable
Lioncash
2019-02-25
1
-4
/
+5
*
kernel/handle_table: Allow process capabilities to limit the handle table size
Lioncash
2019-02-25
1
-5
/
+21
*
kernel/handle-table: In-class initialize data members
Lioncash
2019-02-25
1
-1
/
+0
*
kernel/handle_table: Resolve truncation warnings
Lioncash
2019-02-25
1
-2
/
+2
*
kernel/handle_table: Amend reference to CTR-OS in Create()
Lioncash
2018-12-04
1
-2
/
+3
*
kernel/handle_table: Move private static functions into the cpp file
Lioncash
2018-11-22
1
-0
/
+9
*
kernel/handle_table: Default destructor in the cpp file
Lioncash
2018-11-22
1
-0
/
+2
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-2
/
+0
*
kernel/error: Add error code for the handle table being full
Lioncash
2018-08-25
1
-1
/
+1
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+0
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-2
/
+2
*
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-26
1
-2
/
+2
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-1
/
+2
*
handle_table: Remove ConvertSessionToDomain.
bunnei
2018-01-25
1
-10
/
+0
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-0
/
+10
*
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+97