ladybird/Libraries/LibIPC
Andreas Kling 2ae9a56c3f LibIPC: Move IPC::Encoder functions out of line
Compiling anything that includes generated IPC messages is painfully
slow at the moment. This moves the encoding helpers out of line, which
helps a bit. Doing the same for decoding will help more.
2020-02-15 12:10:48 +01:00
..
ClientConnection.h LibCore: Add a forward declaration header 2020-02-14 23:31:18 +01:00
Encoder.cpp LibIPC: Move IPC::Encoder functions out of line 2020-02-15 12:10:48 +01:00
Encoder.h LibIPC: Move IPC::Encoder functions out of line 2020-02-15 12:10:48 +01:00
Endpoint.cpp LibIPC: Remove leading I from filenames 2020-02-06 14:54:09 +01:00
Endpoint.h LibIPC: Remove leading I from filenames 2020-02-06 14:54:09 +01:00
Makefile LibIPC: Move IPC::Encoder functions out of line 2020-02-15 12:10:48 +01:00
Message.cpp LibIPC: Remove leading I from filenames 2020-02-06 14:54:09 +01:00
Message.h LibIPC+IPCCompiler: Remove some unused members from generated messages 2020-02-15 12:10:48 +01:00
ServerConnection.h LibCore: Add a forward declaration header 2020-02-14 23:31:18 +01:00