summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/charconv
AgeCommit message (Expand)Author
2022-07-21libstdc++: Make __from_chars_alnum_to_val conversion explicitMarco Falke
2022-04-21libstdc++: Avoid ASCII assumptions in floating_from_chars.ccPatrick Palka
2022-04-21libstdc++: Work around modules ICE in <charconv> [PR105297]Patrick Palka
2022-04-18libstdc++: Micro-optimize __from_chars_pow2_basePatrick Palka
2022-04-15libstdc++: Optimize integer std::from_charsPatrick Palka
2022-03-16libstdc++: Ensure that std::from_chars is declared when supportedJonathan Wakely
2022-01-06libstdc++: Do not use std::isdigit in <charconv> [PR103911]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-08-19libstdc++: Don't check always-true condition [PR101965]Jonathan Wakely
2021-05-20libstdc++: Disable floating_to_chars.cc on 16 bit targetsJoern Rennecke
2021-05-06Revert "libstdc++: Use unsigned char argument to std::isdigit"Jonathan Wakely
2021-05-05libstdc++: Use unsigned char argument to std::isdigitJonathan Wakely
2021-05-04libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macroJonathan Wakely
2021-04-20libstdc++: Define __cpp_lib_to_chars for C++20 [PR 100146]Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-12-21libstdc++: Disable floating-point std::to_chars on unsupported targetsPatrick Palka
2020-12-17libstdc++: Add floating-point std::to_chars implementationPatrick Palka
2020-10-27libstdc++: Add missing noexcept to std::from_chars declarationsJonathan Wakely
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely
2020-07-07libstdc++: Replace __int_limits with __numeric_traits_integerJonathan Wakely
2020-06-24libstdc++: Fix std::from_chars to ignore leading zeros in base 2Jonathan Wakely
2020-06-24libstdc++: Fix warnings with -Wsystem-headersJonathan Wakely
2020-06-24libstdc++: Fix std::to_chars buffer overflow (PR 95851)Jonathan Wakely
2020-04-08libstdc++: Add comparison operators to <charconv> result typesJonathan Wakely
2020-04-07libstdc++: Restore ability to use <charconv> in C++14 (PR 94520)Jonathan Wakely
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely
2020-02-17libstdc++: Add comment to <charconv> explaining C++14 statusJonathan Wakely
2020-02-17libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-09-10LWG 3266. to_chars(bool) should be deletedJonathan Wakely
2019-09-02Minor simplifications for std::to_chars implementationJonathan Wakely
2019-08-30Optimize std::to_charsAntony Polukhin
2019-06-26Define std::chars_format enumeration typeJonathan Wakely
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely
2019-06-12Replace std::to_string for integers with optimized versionJonathan Wakely
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-10-03charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT...Jakub Jelinek
2017-10-02C++17 P0067R5 std::to_chars and std::from_chars (partial)Jonathan Wakely