- Dec 28, 2022
- Dec 25, 2022
-
-
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
-
- Dec 24, 2022
- Dec 23, 2022
-
-
Liam authored
-
- Dec 22, 2022
- Dec 20, 2022
- Dec 19, 2022
-
-
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
-