aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/from_chars
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek11-11/+11
2024-06-12[libstdc++] [testsuite] xfail double-prec from_chars for float128_tAlexandre Oliva1-1/+1
2024-04-18[libstdc++] [testsuite] xfail double-prec from_chars for float128_tAlexandre Oliva1-1/+2
2024-04-08libstdc++: Combine two std::from_chars tests into oneJonathan Wakely2-43/+7
2024-01-03Update copyright years.Jakub Jelinek12-12/+12
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 20_utils testsJonathan Wakely2-4/+2
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely2-2/+0
2023-09-15libstdc++: Add operator bool to <charconv> result types (P2497R0)Jonathan Wakely1-0/+21
2023-06-16[libstdc++] [testsuite] xfail dbl from_chars for aarch64 rtems ldblAlexandre Oliva1-1/+1
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely2-5/+5
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely2-2/+2
2023-05-30[libstdc++] [testsuite] xfail double-prec from_chars for x86_64 ldblAlexandre Oliva1-1/+1
2023-05-05[libstdc++] [testsuite] xfail double-prec from_chars for ldblAlexandre Oliva1-1/+2
2023-01-16Update copyright years.Jakub Jelinek12-12/+12
2022-11-07libstdc++: Update from latest fast_float [PR107468]Jakub Jelinek1-0/+42
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek1-0/+367
2022-10-15libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3)Jonathan Wakely1-0/+57
2022-06-28libstdc++: testsuite: Guard use of C99 std::log2Jonathan Wakely1-0/+2
2022-05-03[PR105324] libstdc++: testsuite: pr105324 requires FP from_charAlexandre Oliva1-0/+2
2022-05-02libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441]Patrick Palka1-0/+1
2022-04-21libstdc++: Remove bogus assertion in std::from_chars [PR105324]Jonathan Wakely1-0/+14
2022-03-22libstdc++-v3 testsuite: Call fesetround(FE_DOWNWARD) only if definedHans-Peter Nilsson1-0/+2
2022-01-17libstdc++: Directly implement hexfloat std::from_chars for binary32/64Patrick Palka1-0/+152
2022-01-03Update copyright years.Jakub Jelinek10-10/+10
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely1-4/+0
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely2-2/+0
2021-05-04libstdc++ Fix undefined behaviour in testsuiteJonathan Wakely1-1/+1
2021-04-20libstdc++: Define __cpp_lib_to_chars for C++20 [PR 100146]Jonathan Wakely3-9/+5
2021-01-04Update copyright years.Jakub Jelinek10-10/+10
2020-07-30libstdc++: Fix test for old string ABIJonathan Wakely1-1/+1
2020-07-30libstdc++: Add options for ieee float to relevant testsJonathan Wakely1-0/+1
2020-07-27libstdc++: Make std::from_chars always round to nearestJonathan Wakely3-2/+62
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely5-0/+544
2020-06-24libstdc++: Fix std::from_chars to ignore leading zeros in base 2Jonathan Wakely2-5/+93
2020-06-23libstdc++: Adjust std::from_chars negative testsJonathan Wakely2-1/+10
2020-04-08libstdc++: Add comparison operators to <charconv> result typesJonathan Wakely1-0/+50
2020-04-07libstdc++: Restore ability to use <charconv> in C++14 (PR 94520)Jonathan Wakely2-72/+74
2020-01-01Update copyright years.Jakub Jelinek5-5/+5
2019-04-17PR c++/90047 - ICE with enable_if alias template.Jason Merrill2-0/+4
2019-02-22P0482R5 char8_t: Updates to existing standard library testsTom Honermann1-0/+38
2019-01-01Update copyright years.Jakub Jelinek4-4/+4
2018-01-03Update copyright years.Jakub Jelinek4-4/+4
2017-10-24libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont1-0/+1
2017-10-02C++17 P0067R5 std::to_chars and std::from_chars (partial)Jonathan Wakely4-0/+384