1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 00:50:59 +00:00
serenity/Userland/Applets
MacDue 3fc0350caf LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn
This makes the wrapper more like the rest in LibCore, and also
removes the annoying limitation of not supporting arguments.

There are three overloads one for String, char const *, and StringView
argument lists. As long as there are <= 10 arguments the argv list
will be allocated inline, otherwise on the heap.
2022-05-25 23:14:22 +01:00
..
Audio LibAudio+Userland: Use new audio queue in client-server communication 2022-04-21 13:55:00 +02:00
ClipboardHistory Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Keymap LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawn 2022-05-25 23:14:22 +01:00
Network Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
ResourceGraph Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
WorkspacePicker Userland: Rename WindowManagerServerConnection 2022-02-25 22:35:12 +01:00
CMakeLists.txt WindowServer+Keymap+LibGUI: Add widget to display current keymap 2022-02-03 00:47:22 +01:00