summaryrefslogtreecommitdiff
path: root/libc/src/__support/char_vector.h
AgeCommit message (Expand)Author
2024-11-03[libc] Add proxy headers to handle memory allocation associated with the head...Job Henandez Lara
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
2024-03-28[libc] s/NULL/nullptr (#86867)Nick Desaulniers
2023-11-22[libc][bazel] Enable __support tests (#73125)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-01-25[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE".Siva Chandra Reddy
2023-01-19[libc] add internal string classMichael Jones