summaryrefslogtreecommitdiff
path: root/libc/shared
AgeCommit message (Expand)Author
2025-06-12[libc][math] Refactor expf implementation to header-only in src/__support/mat...lntue
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make LIBC_ERRNO_MODE_SYSTE...lntue
2025-03-26[libc] Make RPC allocation size query constexprJoseph Huber
2025-03-13[libc] Make RPC server handling header only (#131205)Joseph Huber
2025-01-04[libc][NFC] use `__has_builtin` instead of checking macros.Joseph Huber
2024-12-16[libc] Make the RPC headers work when included from CUDA or HIP (#120016)Joseph Huber
2024-12-15libc: Prefix RPC Status code to avoid conflict in windows build (#119991)Jinsong Ji
2024-12-02[libc][NFC] Rename RPC opcodes to better reflect their usageJoseph Huber
2024-11-27[libc] Move libc server handlers to a shared header (#117908)Joseph Huber
2024-11-25[libc][NFC] Move RPC opcodes to the 'shared/' directory as wellJoseph Huber
2024-11-25[libc][NFC] Add const to RPC header membersJoseph Huber
2024-11-25[libc] Make RPC header work with GCC9Joseph Huber
2024-11-25[libc] Remove RPC server API and use the header directly (#117075)Joseph Huber
2024-11-22[libc] Move RPC interface to `libc/shared` to export it (#117034)Joseph Huber
2024-10-21[libcxx][libc] Hand in Hand PoC with from_chars (#91651)Michael Jones