summaryrefslogtreecommitdiff
path: root/libc/src/__support/integer_to_string.h
AgeCommit message (Expand)Author
2025-11-05[libc] Migrate ctype_utils to use char instead of int where applicable. (#166...Alexey Samsonov
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue
2025-03-10[libc] Add `-Wno-sign-conversion` & re-attempt `-Wconversion` (#129811)Vinay Deshmukh
2025-03-05Revert "[libc] Enable -Wconversion for tests. (#127523)"Augie Fackler
2025-03-04[libc] Enable -Wconversion for tests. (#127523)Vinay Deshmukh
2025-02-06[libc] Fix recently introduced integer-type warnings (#125864)Simon Tatham
2025-02-04[libc] Optimize BigInt→decimal in IntegerToString (#123580)Simon Tatham
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones
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-04-06[libc][NFC] Rename `UInt.h` to `big_int.h` and `UInt128.h` to `uint128.h` for...Guillaume Chatelet
2024-03-15[libc][math][c23] adds `nanf128` (#85201)Michael Flanders
2024-03-08[libc][NFC] Move `BigInt` out of the `cpp` namespace (#84445)Guillaume Chatelet
2024-03-07[reland][libc] Remove UB specializations of type traits for `BigInt` (#84299)Guillaume Chatelet
2024-03-07Revert "[libc] Remove UB specializations of type traits for `BigInt`" (#84297)Guillaume Chatelet
2024-03-07[libc] Remove UB specializations of type traits for `BigInt` (#84035)Guillaume Chatelet
2024-03-05[libc] fix more readability-identifier-naming lints (#83914)Nick Desaulniers
2023-11-29[libc] Fix cast semantic in integer_to_string (#73804)Guillaume Chatelet
2023-10-31[libc] Add a few missing casts (#70850)Roland McGrath
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-10[libc] add the CPP algorithm header for min/maxGuillaume 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
2023-06-13[libc] Add Int<> type and fix (U)Int<128> compatibility issues.Tue Ly
2023-05-18[libc] Extend IntegerToString to convert UInt* numbers to hex string.Siva Chandra Reddy
2023-01-25[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE".Siva Chandra Reddy
2023-01-10[libc] Fix -Wimplicit-int-conversion warningsAlex Brachet
2022-09-20[libc] add strerrorMichael Jones
2022-08-25[NFC][libc] Move Uint implementation to parent directoryGuillaume 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-11[libc] move int conversion out of base templateMichael Jones
2022-08-10[libc][NFC] clean int to string static templatesMichael Jones
2022-08-10[libc] add int to string for extended basesMichael Jones
2022-08-01[libc][NFC] Make the buffer size of the integer to string converter public.Siva Chandra Reddy
2022-07-29[libc][NFC] Use STL case for type_traitsGuillaume Chatelet
2022-07-21[libc] Add a convenience class and function for integer to string conversion.Siva Chandra Reddy