aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/charconv
AgeCommit message (Expand)AuthorFilesLines
2022-04-18libstdc++: Micro-optimize __from_chars_pow2_basePatrick Palka1-8/+20
2022-04-15libstdc++: Optimize integer std::from_charsPatrick Palka1-147/+100
2022-03-16libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely1-4/+4
2022-01-06libstdc++: Do not use std::isdigit in <charconv> [PR103911]Jonathan Wakely1-6/+5
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-19libstdc++: Don't check always-true condition [PR101965]Jonathan Wakely1-4/+2
2021-05-20libstdc++: Disable floating_to_chars.cc on 16 bit targetsJoern Rennecke1-1/+2
2021-05-06Revert "libstdc++: Use unsigned char argument to std::isdigit"Jonathan Wakely1-1/+1
2021-05-05libstdc++: Use unsigned char argument to std::isdigitJonathan Wakely1-1/+1
2021-05-04libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macroJonathan Wakely1-1/+1
2021-04-20libstdc++: Define __cpp_lib_to_chars for C++20 [PR 100146]Jonathan Wakely1-2/+3
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-21libstdc++: Disable floating-point std::to_chars on unsupported targetsPatrick Palka1-0/+2
2020-12-17libstdc++: Add floating-point std::to_chars implementationPatrick Palka1-0/+24
2020-10-27libstdc++: Add missing noexcept to std::from_chars declarationsJonathan Wakely1-3/+3
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely1-0/+14
2020-07-07libstdc++: Replace __int_limits with __numeric_traits_integerJonathan Wakely1-7/+7
2020-06-24libstdc++: Fix std::from_chars to ignore leading zeros in base 2Jonathan Wakely1-2/+6
2020-06-24libstdc++: Fix warnings with -Wsystem-headersJonathan Wakely1-1/+1
2020-06-24libstdc++: Fix std::to_chars buffer overflow (PR 95851)Jonathan Wakely1-1/+4
2020-04-08libstdc++: Add comparison operators to <charconv> result typesJonathan Wakely1-1/+12
2020-04-07libstdc++: Restore ability to use <charconv> in C++14 (PR 94520)Jonathan Wakely1-6/+6
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely1-2/+2
2020-02-17libstdc++: Add comment to <charconv> explaining C++14 statusJonathan Wakely1-0/+4
2020-02-17libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely1-7/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-09-10LWG 3266. to_chars(bool) should be deletedJonathan Wakely1-1/+38
2019-09-02Minor simplifications for std::to_chars implementationJonathan Wakely1-41/+17
2019-08-30Optimize std::to_charsAntony Polukhin1-34/+37
2019-06-26Define std::chars_format enumeration typeJonathan Wakely1-0/+34
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely1-16/+8
2019-06-12Replace std::to_string for integers with optimized versionJonathan Wakely1-53/+22
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann1-0/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-10-03charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT...Jakub Jelinek1-1/+5
2017-10-02C++17 P0067R5 std::to_chars and std::from_chars (partial)Jonathan Wakely1-0/+654