1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 10:18:13 +00:00
serenity/Userland
Sam Atkins 92f8514a85 Services: Cast unused IPC::new_client_connection() results to void
These ones all manage their storage internally, whereas the WebContent
and ImageDecoder ones require the caller to manage their lifetime. This
distinction is not obvious to the user without looking through the code,
so an API that makes this clearer would be nice.
2021-12-05 15:31:03 +01:00
..
Applets Applets/ClipboardHistory: Port to LibMain :^) 2021-12-04 14:24:04 +01:00
Applications SoundPlayer: Port to LibMain :^) 2021-12-04 15:07:18 -08:00
Demos Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
DevTools HackStudio: Fix cursor not jumping to column 1 in the embedded terminal 2021-12-04 14:44:00 +03:30
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
Libraries LibELF: Cast unused smart-pointer return value to void 2021-12-05 15:31:03 +01:00
Services Services: Cast unused IPC::new_client_connection() results to void 2021-12-05 15:31:03 +01:00
Shell Shell: Cast unused smart-pointer return values to void 2021-12-05 15:31:03 +01:00
Utilities LibC: Add a couple of missing errno codes 2021-12-05 12:53:29 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00