aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics/headers
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek63-63/+63
2024-11-06libstdc++: Deprecate useless <cxxx> compatibility headers for C++17Jonathan Wakely6-54/+37
2024-11-04libstdc++: Fix up 117406.cc test [PR117406]Jakub Jelinek1-2/+2
2024-11-02libstdc++: Fix up std::{,b}float16_t std::{ilogb,l{,l}r{ound,int}} [PR117406]Jakub Jelinek1-0/+59
2024-10-29libstdc++: Use if consteval rather than if (std::__is_constant_evaluated()) f...Jakub Jelinek1-0/+5
2024-10-24libstdc++: Fix typos in tests using macros for std::float128_t supportJonathan Wakely3-3/+3
2024-10-21libstdc++: Improve 26_numerics/headers/cmath/types_std_c++0x_neg.ccJonathan Wakely1-23/+24
2024-09-10libstdc++: Add missing exception specifications in testsJonathan Wakely1-2/+2
2024-06-12[libstdc++] [testsuite] require cmath for c++23 cmath testsAlexandre Oliva3-0/+3
2024-01-03Update copyright years.Jakub Jelinek64-64/+64
2023-11-11libstdc++: Fix broken tests for <complex.h>Jonathan Wakely3-8/+13
2023-11-11libstdc++: Add missing functions to <cmath> [PR79700]Nathaniel Shead2-0/+269
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely4-4/+0
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely2-2/+2
2023-05-17libstdc++: Fix up some <cmath> templates [PR109883]Jakub Jelinek1-0/+129
2023-05-11libstdc++: Fix std::abs(__float128) for -NaN and -0.0 [PR109758]Jonathan Wakely1-0/+52
2023-01-16Update copyright years.Jakub Jelinek62-62/+62
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek3-122/+124
2022-10-31libstdc++: Small extended float support tweaksJakub Jelinek1-0/+2
2022-10-19libstdc++-v3: Implement {,b}float16_t nextafter and some fixes [PR106652]Jakub Jelinek2-3/+128
2022-10-18libstdc++: Partial library support for std::float{16,32,64,128}_t and std::bf...Jakub Jelinek2-0/+242
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović10-0/+24
2022-01-03Update copyright years.Jakub Jelinek59-59/+59
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely3-3/+0
2021-01-04Update copyright years.Jakub Jelinek59-59/+59
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely2-2/+2
2020-07-02libstdc++: Require c++98_only effective target for some testsJonathan Wakely5-6/+6
2020-02-28libstdc++: Update the <numeric> synopsis test to latest standardPatrick Palka1-0/+111
2020-01-01Update copyright years.Jakub Jelinek59-59/+59
2019-03-21In C++17 <math.h> should not put special functions in global namespaceJonathan Wakely3-111/+211
2019-02-14Document LWG 2735 status and add testJonathan Wakely1-0/+48
2019-01-29Fix tests for complex overloads of std::arg and std::projJonathan Wakely1-2/+2
2019-01-01Update copyright years.Jakub Jelinek57-57/+57
2018-11-23Implement P0415 More constexpr for std::complex.Edward Smith-Rowland1-35/+55
2018-09-21Un-split hypot<long double> testsJonathan Wakely2-30/+4
2018-09-20hypot-long-double.cc: Skip on arm*.Christophe Lyon1-1/+1
2018-09-03PR libstdc++/78179 run long double tests separatelyJonathan Wakely2-1/+29
2018-07-26Add missing dg-require-cstdint directives to testsJonathan Wakely1-0/+1
2018-01-03Update copyright years.Jakub Jelinek57-57/+57
2017-10-24libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont2-0/+2
2017-10-23PR libstdc++/82644 document IS 29124 supportJonathan Wakely2-0/+138
2017-10-10PR libstdc++/82417 do not include C99 <complex.h> in strict modesJonathan Wakely3-0/+140
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2-2/+2
2017-01-01Update copyright years.Jakub Jelinek52-52/+52
2016-12-01* testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX.David Edelsohn1-0/+1
2016-10-141.cc: Remove 'test' variables.Paolo Carlini8-12/+1
2016-09-30Implement LWG 2192 and LWG 2294 for std::absJonathan Wakely4-0/+131
2016-09-27Define 3-argument overloads of std::hypot for C++17 (P0030R1)Jonathan Wakely1-0/+138
2016-08-26Use effective-target instead of -std optionsJonathan Wakely14-26/+15
2016-08-17Adjust testcases for C++17 compatibilityJonathan Wakely1-2/+1