ladybird/Libraries/LibIPC
Andreas Kling a4d857e3c5 LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves
This shaves ~5 seconds off of a full build, not too bad. Also it just
seems nicer to push this logic out to classes. It could be better but
it's a start. :^)
2020-02-15 12:11:19 +01:00
..
ClientConnection.h LibCore: Add a forward declaration header 2020-02-14 23:31:18 +01:00
Decoder.cpp LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves 2020-02-15 12:11:19 +01:00
Decoder.h LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves 2020-02-15 12:11:19 +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+IPCCompiler: Add IPC::Decoder, let classes decode themselves 2020-02-15 12:11:19 +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