summaryrefslogtreecommitdiff
path: root/DevTools/IPCCompiler
AgeCommit message (Expand)Author
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