Age | Commit message (Expand) | Author |
---|---|---|
2020-06-08 | LibIPC+LibGfx+IPCCompiler: Drop some unused includes | Sergey Bugaev |
2020-06-07 | LibIPC+Services: Support URL as a native IPC type | Andreas Kling |
2020-05-12 | LibIPC+IPCCompiler: Templatize encoding/decoding of Optional<T> | Andreas Kling |
2020-05-12 | LibIPC+LibGfx: Templatize IPC encoding as well as decoding | Andreas Kling |
2020-05-03 | LibIPC: Add a simple IPC::Dictionary type (String key -> String value) | Andreas Kling |
2020-03-29 | LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpers | Andreas Kling |
2020-02-15 | LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves | Andreas Kling |