summaryrefslogtreecommitdiff
path: root/Userland/DevTools/IPCCompiler
AgeCommit message (Expand)Author
2021-06-13IPCCompiler: Avoid copies for IPC method return valuesGunnar Beutner
2021-05-14IPCCompiler: Fix declaration of static functionsJean-Baptiste Boric
2021-05-13IPCCompiler: Add "u64" and "i64" to the list of primitive typesAndreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-03Userland: Add try_* IPC handlersGunnar Beutner
2021-05-03IPCCompiler: Don't generate handlers for response messagesGunnar Beutner
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-14IPCCompiler: Use move semantics in generated IPC message constructorsAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling