- 28 Dec, 2022 2 commits
- 25 Dec, 2022 8 commits
-
-
ameerj authored
The usages of the Parcel class were already unique to either Read or Write operations. Avoids needing a vector of the input payload for the InputParcel use-case, instead it can remain as a span.
-
ameerj authored
-
ameerj authored
-
ameerj authored
Returns a std::span to the buffer address, rather than create a copy of the memory into a std::vector
-
liamwhite authored
qt: prevent reentrant shutdown
-
liamwhite authored
kernel: workaround static shared memory initialization
-
liamwhite authored
time: add LockFreeAtomicType
-
Fernando S authored
common: Add ScratchBuffer Class
-
- 24 Dec, 2022 6 commits
- 23 Dec, 2022 1 commit
-
-
Liam authored
-
- 22 Dec, 2022 3 commits
- 20 Dec, 2022 5 commits
- 19 Dec, 2022 14 commits
-
-
liamwhite authored
externals: update Vulkan-Headers to v1.3.238 to fix -Werror=switch with system package
-
ameerj authored
-
ameerj authored
Uses ScratchBuffer and avoids overwriting the command_headers buffer with the prefetch_command_list
-
ameerj authored
-
ameerj authored
-
ameerj authored
This class creates a default initialized heap allocated buffer for cases where value initializing members during allocation or resize is redundant.
-
ameerj authored
-
Matías Locatti authored
kernel: add KHardwareTimer
-
Jan Beich authored
-
liamwhite authored
input_common: Cleanup project
-
liamwhite authored
overlay_dialog: Hide button dialog box when both buttons are hidden
-
Morph authored
-
Morph authored
This allows for the creation of a non-interactive dialog overlay to display system messages.
-
Liam authored
-
- 18 Dec, 2022 1 commit
-
-
Liam authored
-