Age | Commit message (Collapse) | Author |
|
qt: Minor cleanup-related changes
|
|
|
|
Makes code consistent with our style of defaulting special member
functions where applicable.
|
|
Instead we can simply provide accessors to the required data instead of
giving external read/write access to the variables directly.
|
|
kernel: Move object class to its own source files
|
|
Makes the signal/slot connections type-safe instead of string-based.
|
|
General moving to keep kernel object types separate from the direct
kernel code. Also essentially a preliminary cleanup before eliminating
global kernel state in the kernel code.
|
|
Instead, we can just expose functions that return the queryable state
instead of letting anything modify it.
|
|
We were missing the enum entry for WaitIPC
|
|
If code execution hits this spot, something has gone very wrong, so mark
the path as unreachable. This silences a warning on MSVC.
|
|
This makes it match its const qualified equivalent.
|
|
Makes the thread status strongly typed, so implicit conversions can't
happen. It also makes it easier to catch mistakes at compile time.
|
|
|
|
|
|
|
|
|
|
It was crashing and nobody actually uses this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Kernel: Reworked the new kernel synchronization primitives.
|
|
as the A2BGR10 texture format.
|
|
thread.
|
|
|
|
|
|
global.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|