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