summaryrefslogtreecommitdiff
path: root/DevTools/IPCCompiler
AgeCommit message (Expand)Author
2019-12-14IPCCompiler: Use const references for message constructor parametersAndreas Kling
2019-12-02LibIPC: Rename IMessage id/name to message_id/message_nameAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-23IPCCompiler: Add support for String parameters in messagesAndreas Kling
2019-11-23LibIPC+AudioServer: Allow unsolicited server-to-client IPC messagesAndreas Kling
2019-10-01AK: Remove empty files JsonArray.cpp and JsonObject.cppAndreas Kling
2019-09-21LibCore: Convert CFile to ObjectPtrAndreas Kling
2019-08-17DevTools: Add CLocalServer to the host-side tool build dependenciesAndreas Kling
2019-08-03IPCCompiler: Don't generate "OwnPtr<void>" as a handle() return typeAndreas Kling
2019-08-03IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintionsAndreas Kling
2019-08-03IPCCompiler: More work towards AudioServer bringupAndreas Kling
2019-08-03IPCCompiler: Emit message parameter gettersAndreas Kling
2019-08-03IPCCompiler: Make decode_message() return nullptr for unknown messagesAndreas Kling
2019-08-03IPCCompiler: Generate message decoding functionsAndreas Kling
2019-08-03IPCCompiler: Emit IEndpoint::name() overridesAndreas Kling
2019-08-03IPCCompiler: Emit message constructors + include ID in serializationAndreas Kling
2019-08-03IPCCompiler: Generate getters for message ID's and message namesAndreas Kling
2019-08-03IPCCompiler: Typedef the response message types as "ResponseType"Andreas Kling
2019-08-03IPCCompiler: Generate endpoint and message classesAndreas Kling
2019-08-03IPCCompiler: Start working on a simple IPC definition languageAndreas Kling