aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/charconv
AgeCommit message (Expand)AuthorFilesLines
2024-02-28libstdc++: Consistently use noexcept, constexpr, nodiscard on bitmask opsJonathan Wakely1-0/+4
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-14libstdc++: Fix <charconv> uses of signed types with <bit> functionsJonathan Wakely1-3/+3
2023-10-20libstdc++: add casts to from_chars in <charconv> [PR111883]Marek Polacek1-6/+6
2023-09-25libstdc++: Shorten integer std::to/from_chars symbol namesPatrick Palka1-25/+9
2023-09-15libstdc++: Add operator bool to <charconv> result types (P2497R0)Jonathan Wakely1-0/+6
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-8/+3
2023-08-09libstdc++: Fix constexpr functions to conform to older standardsJonathan Wakely1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-11-22libstdc++: Replace std::isdigit and std::isxdigit in <format> [PR107817]Jonathan Wakely1-1/+1
2022-11-13libstdc++: Allow std::to_chars for 128-bit integers in strict modeJonathan Wakely1-10/+9
2022-11-12libstdc++: Fix up to_chars ppc64le _Float128 overloads [PR107636]Jakub Jelinek1-7/+9
2022-11-11libstdc++: Add missing definition for <charconv> in C++14 modeJonathan Wakely1-0/+6
2022-11-07libstdc++: Add _Float128 to_chars/from_chars support for x86, ia64 and ppc64l...Jakub Jelinek1-0/+61
2022-11-01libstdc++: std::from_chars std::{,b}float16_t supportJakub Jelinek1-0/+42
2022-11-01libstdc++: std::to_chars std::{,b}float16_t supportJakub Jelinek1-0/+44
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek1-0/+86
2022-10-20libstdc++: Redefine __from_chars_alnum_to_val's tablePatrick Palka1-31/+28
2022-10-17libstdc++: Fix value of __cpp_lib_constexpr_charconvJonathan Wakely1-1/+1
2022-10-15libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)Jonathan Wakely1-14/+27
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-1/+3
2022-07-19libstdc++: Make __from_chars_alnum_to_val conversion explicitMarco Falke1-1/+1
2022-04-21libstdc++: Avoid ASCII assumptions in floating_from_chars.ccPatrick Palka1-9/+3
2022-04-21libstdc++: Work around modules ICE in <charconv> [PR105297]Patrick Palka1-1/+3
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