Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 63 | -63/+63 |
2024-11-06 | libstdc++: Deprecate useless <cxxx> compatibility headers for C++17 | Jonathan Wakely | 6 | -54/+37 |
2024-11-04 | libstdc++: Fix up 117406.cc test [PR117406] | Jakub Jelinek | 1 | -2/+2 |
2024-11-02 | libstdc++: Fix up std::{,b}float16_t std::{ilogb,l{,l}r{ound,int}} [PR117406] | Jakub Jelinek | 1 | -0/+59 |
2024-10-29 | libstdc++: Use if consteval rather than if (std::__is_constant_evaluated()) f... | Jakub Jelinek | 1 | -0/+5 |
2024-10-24 | libstdc++: Fix typos in tests using macros for std::float128_t support | Jonathan Wakely | 3 | -3/+3 |
2024-10-21 | libstdc++: Improve 26_numerics/headers/cmath/types_std_c++0x_neg.cc | Jonathan Wakely | 1 | -23/+24 |
2024-09-10 | libstdc++: Add missing exception specifications in tests | Jonathan Wakely | 1 | -2/+2 |
2024-06-12 | [libstdc++] [testsuite] require cmath for c++23 cmath tests | Alexandre Oliva | 3 | -0/+3 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 64 | -64/+64 |
2023-11-11 | libstdc++: Fix broken tests for <complex.h> | Jonathan Wakely | 3 | -8/+13 |
2023-11-11 | libstdc++: Add missing functions to <cmath> [PR79700] | Nathaniel Shead | 2 | -0/+269 |
2023-09-15 | libstdc++: Remove dg-options "-std=gnu++23" from remaining tests | Jonathan Wakely | 4 | -4/+0 |
2023-05-31 | libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath> | Jonathan Wakely | 2 | -2/+2 |
2023-05-17 | libstdc++: Fix up some <cmath> templates [PR109883] | Jakub Jelinek | 1 | -0/+129 |
2023-05-11 | libstdc++: Fix std::abs(__float128) for -NaN and -0.0 [PR109758] | Jonathan Wakely | 1 | -0/+52 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 62 | -62/+62 |
2022-11-01 | libstdc++-v3: Some std::*float*_t charconv and i/ostream overloads | Jakub Jelinek | 3 | -122/+124 |
2022-10-31 | libstdc++: Small extended float support tweaks | Jakub Jelinek | 1 | -0/+2 |
2022-10-19 | libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652] | Jakub Jelinek | 2 | -3/+128 |
2022-10-18 | libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf... | Jakub Jelinek | 2 | -0/+242 |
2022-10-03 | libstdc++: Disable hosted-only tests [PR103626] | Arsen Arsenović | 10 | -0/+24 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 59 | -59/+59 |
2021-05-10 | libstdc++: Remove redundant -std=gnu++17 option from remaining tests | Jonathan Wakely | 3 | -3/+0 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 59 | -59/+59 |
2020-07-31 | libstdc++: Ensure c++NN effective target present in all C++17 tests | Jonathan Wakely | 2 | -2/+2 |
2020-07-02 | libstdc++: Require c++98_only effective target for some tests | Jonathan Wakely | 5 | -6/+6 |
2020-02-28 | libstdc++: Update the <numeric> synopsis test to latest standard | Patrick Palka | 1 | -0/+111 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 59 | -59/+59 |
2019-03-21 | In C++17 <math.h> should not put special functions in global namespace | Jonathan Wakely | 3 | -111/+211 |
2019-02-14 | Document LWG 2735 status and add test | Jonathan Wakely | 1 | -0/+48 |
2019-01-29 | Fix tests for complex overloads of std::arg and std::proj | Jonathan Wakely | 1 | -2/+2 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 57 | -57/+57 |
2018-11-23 | Implement P0415 More constexpr for std::complex. | Edward Smith-Rowland | 1 | -35/+55 |
2018-09-21 | Un-split hypot<long double> tests | Jonathan Wakely | 2 | -30/+4 |
2018-09-20 | hypot-long-double.cc: Skip on arm*. | Christophe Lyon | 1 | -1/+1 |
2018-09-03 | PR libstdc++/78179 run long double tests separately | Jonathan Wakely | 2 | -1/+29 |
2018-07-26 | Add missing dg-require-cstdint directives to tests | Jonathan Wakely | 1 | -0/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 57 | -57/+57 |
2017-10-24 | libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include. | François Dumont | 2 | -0/+2 |
2017-10-23 | PR libstdc++/82644 document IS 29124 support | Jonathan Wakely | 2 | -0/+138 |
2017-10-10 | PR libstdc++/82417 do not include C99 <complex.h> in strict modes | Jonathan Wakely | 3 | -0/+140 |
2017-09-15 | invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+... | Jakub Jelinek | 2 | -2/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 52 | -52/+52 |
2016-12-01 | * testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX. | David Edelsohn | 1 | -0/+1 |
2016-10-14 | 1.cc: Remove 'test' variables. | Paolo Carlini | 8 | -12/+1 |
2016-09-30 | Implement LWG 2192 and LWG 2294 for std::abs | Jonathan Wakely | 4 | -0/+131 |
2016-09-27 | Define 3-argument overloads of std::hypot for C++17 (P0030R1) | Jonathan Wakely | 1 | -0/+138 |
2016-08-26 | Use effective-target instead of -std options | Jonathan Wakely | 14 | -26/+15 |
2016-08-17 | Adjust testcases for C++17 compatibility | Jonathan Wakely | 1 | -2/+1 |