serenity/Userland/DevTools
Timothy Flynn ab99ed5fba LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
In doing so, this removes all uses of the Encoder's stream operator,
except for where it is currently still used in the generated IPC code.
So the stream operator currently discards any errors, which is the
existing behavior. A subsequent commit will propagate the errors.
2023-01-04 11:49:15 +01:00
..
GMLPlayground LibGUI+Userland: Make GML unregistered_child_handler fallible 2023-01-01 09:55:05 -05:00
HackStudio LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr 2023-01-04 11:49:15 +01:00
Inspector Everywhere: Remove unused includes of LibC/stdlib.h 2023-01-02 20:27:20 -05:00
Profiler Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
SQLStudio SQLStudio: Remove (unimplemented) ability to open database storage files 2022-12-30 14:17:18 +01:00
UserspaceEmulator Everywhere: Move AK/Debug.h include to using files or remove 2023-01-02 20:27:20 -05:00
CMakeLists.txt DevTools: Remove i686 support 2022-12-28 11:53:41 +01:00