index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu
/
debugger
/
wait_tree.h
Age
Commit message (
Expand
)
Author
2024-12-31
chore: update project branding to citron
Zephyron
2023-03-12
kernel: convert KThread to new style
Liam
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-06-14
wait_tree: Eliminate variable shadowing
Morph
2022-03-20
yuzu: Reduce unused includes
ameerj
2021-10-07
yuzu qt: Remove global system instances from config, WaitTree, main
lat9nq
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
hle: kernel: Remove deprecated Object class.
bunnei
2021-05-05
hle: kernel: HandleTable: Remove deprecated APIs.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-11
core: hle: kernel: Update KSynchronizationObject.
bunnei
2020-02-11
Kernel: Change WaitObject to Synchronization object. In order to better refle...
Fernando Sahmkow
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-03-05
yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor
Lioncash
2019-01-31
kernel: Remove the Timer class
Lioncash
2018-12-05
yuzu/wait_tree: Pass QString by value and std::move in the initializer list f...
Lioncash
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
2018-10-30
general: Remove unused boost inclusions where applicable
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-06
qt: Add missing override specifiers where applicable
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-05-19
Qt/WaitTree: Display the callstack for each thread in the wait tree widget.
Subv
2018-04-20
Qt: Update the WaitTree widget to show info about the current mutex of each t...
Subv
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-12
Massive removal of unused modules
James Rowe