index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
object.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
1
-98
/
+0
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
1
-0
/
+2
2021-05-05
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
1
-2
/
+2
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
1
-2
/
+5
2021-01-28
core: hle: kernel: object: Implement Finalize() virtual method.
bunnei
1
-0
/
+2
2021-01-11
core: hle: kernel: Update KConditionVariable.
bunnei
1
-0
/
+5
2019-11-28
kernel: Implement a more accurate IPC dispatch.
bunnei
1
-0
/
+1
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
1
-21
/
+9
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
1
-5
/
+0
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
1
-2
/
+2
2019-04-03
kernel/object: Remove unused handle type entry
Lioncash
1
-1
/
+0
2019-03-13
core/hle/kernel: Split transfer memory handling out into its own class
Lioncash
1
-0
/
+1
2019-01-31
kernel: Remove the Timer class
Lioncash
1
-1
/
+0
2019-01-04
Removed pulse event type
David Marcec
1
-1
/
+0
2018-12-04
kernel/object: Amend handle types to distinguish between readable and writabl...
Lioncash
1
-1
/
+2
2018-11-29
kernel/object: Add descriptions to ResetTypes
Zach Hilman
1
-3
/
+3
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
1
-1
/
+0
2018-09-28
kernel/object: Remove unnecessary std::move from DynamicObjectCast()
Lioncash
1
-2
/
+1
2018-08-28
kernel: Eliminate kernel global state
Lioncash
1
-3
/
+7
2018-08-13
kernel/object: Tighten object against data races
Lioncash
1
-7
/
+8
2018-08-01
kernel: Move object class to its own source files
Lioncash
1
-33
/
+6
2018-04-20
Qt: Update the WaitTree widget to show info about the current mutex of each t...
Subv
1
-4
/
+0
2018-03-16
kernel: Move stack region outside of application heap.
bunnei
1
-4
/
+0
2018-01-24
hle: Remove Domain and SyncObject kernel objects.
bunnei
1
-16
/
+0
2018-01-16
clang-format
MerryMage
1
-1
/
+0
2018-01-14
kernel: Increase default stack size to 64K.
bunnei
1
-1
/
+1
2018-01-08
kernel: Rename Semaphore to ConditionVariable.
bunnei
1
-2
/
+2
2017-12-28
kernel: Add basic support for Domain object.
bunnei
1
-0
/
+17
2017-08-22
Kernel/HLE: Use a mutex to synchronize access to the HLE kernel state betwee...
Subv
1
-1
/
+1
2017-08-21
Warnings: Add UNREACHABLE macros to switches that contemplate all possible va...
Subv
1
-0
/
+3
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
1
-115
/
+1
2017-05-29
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
1
-53
/
+0
2017-05-29
Kernel: Removed HandleTable::GetWaitObject
Yuri Kunde Schlesner
1
-9
/
+0
2017-05-29
Kernel: Extract dynamic Object pointer cast into its own function
Yuri Kunde Schlesner
1
-11
/
+24
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
1
-7
/
+0
2017-01-05
Kernel: Implemented Pulse event and timers.
Subv
1
-1
/
+1
2017-01-04
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
1
-1
/
+1
2017-01-04
Kernel/Mutex: Implemented priority inheritance.
Subv
1
-1
/
+1
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
1
-4
/
+5
2016-12-21
core: Remove HLE module, consolidate code & various cleanups.
bunnei
1
-1
/
+2
2016-12-09
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
1
-1
/
+4
2016-12-05
Kernel: Remove the Redirection handle type.
Subv
1
-2
/
+0
2016-12-03
Threading: Reworked the way our scheduler works.
Subv
1
-0
/
+3
2016-11-30
Fixed the rebase mistakes.
Subv
1
-18
/
+16
2016-11-30
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
1
-2
/
+3
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
1
-17
/
+19
2016-11-19
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
1
-2
/
+2
2016-09-22
move ResetType to kernel.h
wwylele
1
-0
/
+6
2016-09-22
implement wait tree widget
wwylele
1
-0
/
+3
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-4
/
+1
[next]