summaryrefslogtreecommitdiff
path: root/libc/src/__support/RPC/rpc_client.cpp
AgeCommit message (Expand)Author
2024-11-27[libc] Export a pointer to the RPC client directly (#117913)Joseph Huber
2024-11-22[libc] Move RPC interface to `libc/shared` to export it (#117034)Joseph Huber
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2023-09-26[libc] Fix RPC server global after mass replace of __llvm_libcJoseph Huber
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-06-26[libc] Allow the RPC client to be initialized via a H2D memcpyJoseph Huber
2023-06-20[libc] Remove flexible array and replace with a templateJoseph Huber
2023-03-28[libc][NFC] Remove useless header guards from implementation fileJoseph Huber
2023-03-17[libc] Add initial support for an RPC mechanism for the GPUJoseph Huber