Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 11 | -11/+11 |
2024-06-12 | [libstdc++] [testsuite] xfail double-prec from_chars for float128_t | Alexandre Oliva | 1 | -1/+1 |
2024-04-18 | [libstdc++] [testsuite] xfail double-prec from_chars for float128_t | Alexandre Oliva | 1 | -1/+2 |
2024-04-08 | libstdc++: Combine two std::from_chars tests into one | Jonathan Wakely | 2 | -43/+7 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 12 | -12/+12 |
2023-09-16 | libstdc++: Remove dg-options "-std=gnu++20" from 20_utils tests | Jonathan Wakely | 2 | -4/+2 |
2023-09-15 | libstdc++: Remove dg-options "-std=gnu++23" from remaining tests | Jonathan Wakely | 2 | -2/+0 |
2023-09-15 | libstdc++: Add operator bool to <charconv> result types (P2497R0) | Jonathan Wakely | 1 | -0/+21 |
2023-06-16 | [libstdc++] [testsuite] xfail dbl from_chars for aarch64 rtems ldbl | Alexandre Oliva | 1 | -1/+1 |
2023-06-07 | libstdc++: Fix some tests that fail with -fexcess-precision=standard | Jonathan Wakely | 2 | -5/+5 |
2023-05-31 | libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath> | Jonathan Wakely | 2 | -2/+2 |
2023-05-30 | [libstdc++] [testsuite] xfail double-prec from_chars for x86_64 ldbl | Alexandre Oliva | 1 | -1/+1 |
2023-05-05 | [libstdc++] [testsuite] xfail double-prec from_chars for ldbl | Alexandre Oliva | 1 | -1/+2 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 12 | -12/+12 |
2022-11-07 | libstdc++: Update from latest fast_float [PR107468] | Jakub Jelinek | 1 | -0/+42 |
2022-11-01 | libstdc++-v3: Some std::*float*_t charconv and i/ostream overloads | Jakub Jelinek | 1 | -0/+367 |
2022-10-15 | libstdc++: Implement constexpr std::to_chars for C++23 (P2291R3) | Jonathan Wakely | 1 | -0/+57 |
2022-06-28 | libstdc++: testsuite: Guard use of C99 std::log2 | Jonathan Wakely | 1 | -0/+2 |
2022-05-03 | [PR105324] libstdc++: testsuite: pr105324 requires FP from_char | Alexandre Oliva | 1 | -0/+2 |
2022-05-02 | libstdc++: case-sensitivity in hexfloat std::from_chars [PR105441] | Patrick Palka | 1 | -0/+1 |
2022-04-21 | libstdc++: Remove bogus assertion in std::from_chars [PR105324] | Jonathan Wakely | 1 | -0/+14 |
2022-03-22 | libstdc++-v3 testsuite: Call fesetround(FE_DOWNWARD) only if defined | Hans-Peter Nilsson | 1 | -0/+2 |
2022-01-17 | libstdc++: Directly implement hexfloat std::from_chars for binary32/64 | Patrick Palka | 1 | -0/+152 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2021-10-09 | libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98... | Jonathan Wakely | 1 | -4/+0 |
2021-05-10 | libstdc++: Remove redundant -std=gnu++17 option from remaining tests | Jonathan Wakely | 2 | -2/+0 |
2021-05-04 | libstdc++ Fix undefined behaviour in testsuite | Jonathan Wakely | 1 | -1/+1 |
2021-04-20 | libstdc++: Define __cpp_lib_to_chars for C++20 [PR 100146] | Jonathan Wakely | 3 | -9/+5 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 10 | -10/+10 |
2020-07-30 | libstdc++: Fix test for old string ABI | Jonathan Wakely | 1 | -1/+1 |
2020-07-30 | libstdc++: Add options for ieee float to relevant tests | Jonathan Wakely | 1 | -0/+1 |
2020-07-27 | libstdc++: Make std::from_chars always round to nearest | Jonathan Wakely | 3 | -2/+62 |
2020-07-20 | libstdc++: Add std::from_chars for floating-point types | Jonathan Wakely | 5 | -0/+544 |
2020-06-24 | libstdc++: Fix std::from_chars to ignore leading zeros in base 2 | Jonathan Wakely | 2 | -5/+93 |
2020-06-23 | libstdc++: Adjust std::from_chars negative tests | Jonathan Wakely | 2 | -1/+10 |
2020-04-08 | libstdc++: Add comparison operators to <charconv> result types | Jonathan Wakely | 1 | -0/+50 |
2020-04-07 | libstdc++: Restore ability to use <charconv> in C++14 (PR 94520) | Jonathan Wakely | 2 | -72/+74 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 5 | -5/+5 |
2019-04-17 | PR c++/90047 - ICE with enable_if alias template. | Jason Merrill | 2 | -0/+4 |
2019-02-22 | P0482R5 char8_t: Updates to existing standard library tests | Tom Honermann | 1 | -0/+38 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 4 | -4/+4 |
2017-10-24 | libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. | François Dumont | 1 | -0/+1 |
2017-10-02 | C++17 P0067R5 std::to_chars and std::from_chars (partial) | Jonathan Wakely | 4 | -0/+384 |