summaryrefslogtreecommitdiff
path: root/libc/src/__support/str_to_integer.h
AgeCommit message (Expand)Author
2025-11-11[libc] Use function overloads to make string parsing code more generic. (#167...Alexey Samsonov
2025-10-31[libc] Templatize strtointeger implementation. (#165884)Alexey Samsonov
2025-07-10[libc] Addressed todo to make first_non_whitespace to return an idx instead o...Uzair Nawaz
2025-04-01[libc] Stop depending on .cpp files in libcxx_shared_headers library. (#133999)Alexey Samsonov
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
2024-12-03[libc] Change ctype to be encoding independent (#110574)Michael Jones
2024-10-21[libcxx][libc] Hand in Hand PoC with from_chars (#91651)Michael Jones
2024-10-15[libc] Fix compilation errors thrown by GCC (#112351)OverMighty
2024-10-11[libc] Make strtointeger handle all bigint types (#111926)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-06[libc] Add max length argument to decimal to float (#84091)Michael Jones
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
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-29[libc][NFC] Fix typoGuillaume Chatelet
2023-03-31[libc] Fix UBSan error after D147171Alex Brachet
2023-03-29[libc] fix strtointeger behavior on max valuesMichael Jones
2023-03-03[libc] move stdlib and stdio to new errno patternMichael Jones
2023-01-20[libc][NFC] Replace static inline and inline annotations with LIBC_INLINE.Siva Chandra Reddy
2022-12-09[libc] add result class to strtointegerMichael Jones
2022-08-01[libc][NFC] Use STL case for limitsGuillaume Chatelet
2021-12-07[libc] apply new lint rulesMichael Jones
2021-11-30[libc][clang-tidy] fix namespace check for externalsMichael Jones
2021-11-03[libc][NFC] rename str_conv_utils to str_to_integerMichael Jones