summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC/Forward.h
AgeCommit message (Expand)Author
2023-01-04LibIPC+Everywhere: Change IPC::encode's return type to ErrorOrTimothy Flynn
2022-12-26LibIPC+Everywhere: Change IPC decoders to construct values in-placeTimothy Flynn
2022-11-15LibIPC: Forward declare the encode() and decode() template functionsTimothy Flynn
2021-10-24LibIPC: Add IPC::Stub to forwarding headerAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling