summaryrefslogtreecommitdiff
path: root/libc/src/__support/CPP/stringstream.h
AgeCommit message (Expand)Author
2025-10-17Revert "[libc] add basic lifetime annotations for support data structures" (#...Schrodinger ZHU Yifan
2025-10-17[libc] add basic lifetime annotations for support data structures (#145933)Schrodinger ZHU Yifan
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] 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-08-09[libc] Better IntegerToString APIGuillaume Chatelet
2023-08-08Revert "[libc] Better IntegerToString API"Guillaume Chatelet
2023-08-08[libc] Better IntegerToString APIGuillaume Chatelet
2022-08-22[libc][NFC] Use STL case for string_viewGuillaume Chatelet
2022-08-22[reland][NFC][libc] Use span instead of ArrayRefGuillaume Chatelet
2022-08-22Revert "[NFC][libc] Use span instead of ArrayRef"Guillaume Chatelet
2022-08-22[NFC][libc] Use span instead of ArrayRefGuillaume Chatelet
2022-08-17[libc][NFC] Make IntegerToString simpler to use at call-sites.Siva Chandra Reddy
2022-08-04[libc][NFC] Add a few compiler warning flags.Siva Chandra Reddy
2022-08-02[libc] Add GNU extension functions pthread_setname_np and pthread_getname_np.Siva Chandra Reddy
2022-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet
2022-07-25[libc] Add a simple StringStream class.Siva Chandra Reddy