index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
IPCCompiler
Age
Commit message (
Expand
)
Author
2019-08-03
IPCCompiler: Don't generate "OwnPtr<void>" as a handle() return type
Andreas Kling
2019-08-03
IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintions
Andreas Kling
2019-08-03
IPCCompiler: More work towards AudioServer bringup
Andreas Kling
2019-08-03
IPCCompiler: Emit message parameter getters
Andreas Kling
2019-08-03
IPCCompiler: Make decode_message() return nullptr for unknown messages
Andreas Kling
2019-08-03
IPCCompiler: Generate message decoding functions
Andreas Kling
2019-08-03
IPCCompiler: Emit IEndpoint::name() overrides
Andreas Kling
2019-08-03
IPCCompiler: Emit message constructors + include ID in serialization
Andreas Kling
2019-08-03
IPCCompiler: Generate getters for message ID's and message names
Andreas Kling
2019-08-03
IPCCompiler: Typedef the response message types as "ResponseType"
Andreas Kling
2019-08-03
IPCCompiler: Generate endpoint and message classes
Andreas Kling
2019-08-03
IPCCompiler: Start working on a simple IPC definition language
Andreas Kling