Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-06 | Merge pull request #942 from lioncash/default | bunnei | |
qt: Minor cleanup-related changes | |||
2018-08-06 | qt: Default destructors where applicable | Lioncash | |
Makes code consistent with our style of defaulting special member functions where applicable. | |||
2018-08-06 | kernel/event: Make data members private | Lioncash | |
Instead we can simply provide accessors to the required data instead of giving external read/write access to the variables directly. | |||
2018-07-26 | kernel/timer: Make data members private where applicable | Lioncash | |
Instead, we can just expose functions that return the queryable state instead of letting anything modify it. | |||
2018-07-25 | wait_tree: Add missing switch case for WaitTreeThread::GetText() | Lioncash | |
We were missing the enum entry for WaitIPC | |||
2018-07-24 | wait_tree: Silence warning about all code paths not returning a value | Lioncash | |
If code execution hits this spot, something has gone very wrong, so mark the path as unreachable. This silences a warning on MSVC. | |||
2018-07-19 | thread: Convert ThreadStatus into an enum class | Lioncash | |
Makes the thread status strongly typed, so implicit conversions can't happen. It also makes it easier to catch mistakes at compile time. | |||
2018-06-21 | Kernel/Arbiters: Mostly implement SignalToAddress | Michael Scire | |
2018-06-21 | Kernel/Arbiters: Implement WaitForAddress | Michael Scire | |
2018-05-19 | Qt/WaitTree: Display the callstack for each thread in the wait tree widget. | Subv | |
2018-05-10 | thread: Rename mask to affinity_masks. | bunnei | |
2018-05-10 | wait_tree: Add ideal core and affinity mask. | bunnei | |
2018-05-10 | wait_tree: Show all threads on all schedulers. | bunnei | |
2018-05-10 | core: Implement multicore support. | bunnei | |
2018-04-20 | Qt: Update the WaitTree widget to show info about the current mutex of each ↵ | Subv | |
thread. | |||
2018-03-18 | thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB. | bunnei | |
2018-02-18 | kernel: Use Scheduler class for threading. | bunnei | |
2018-02-14 | debugger: Fix wait_tree crash. | bunnei | |
2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |
2018-01-12 | Massive removal of unused modules | James Rowe | |