Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-12 | LibIPC+LibGfx: Templatize IPC encoding as well as decoding | Andreas Kling | |
Now most classes dictate how they are serialized and deserialized when transmitted across LibIPC sockets. This also makes the IPC compiler a bit simpler. :^) | |||
2020-05-03 | LibIPC: Add a simple IPC::Dictionary type (String key -> String value) | Andreas Kling | |
2020-02-15 | LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves | Andreas Kling | |
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. :^) |