aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics
AgeCommit message (Expand)AuthorFilesLines
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 Wakely4-4/+4
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-08-22libstdc++: Add some missing ranges feature-test macro testsPatrick Palka1-0/+4
2024-08-01libstdc++: Fix incomplete change to reduce iterations for simulatorsJonathan Wakely1-3/+3
2024-06-13[libstdc++] [testsuite] require cmath for [PR114359]Alexandre Oliva1-0/+13
2024-06-12[libstdc++] [testsuite] require cmath for c++23 cmath testsAlexandre Oliva3-0/+3
2024-06-08libstdc++: Fix std::ranges::iota is not included in numeric [PR108760]Michael Levine1-0/+28
2024-03-19libstdc++: Fix infinite loop in std::binomial_distribution [PR114359]Jonathan Wakely1-0/+12
2024-02-16libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc again [PR113961]Jonathan Wakely1-1/+1
2024-02-16libstdc++: Fix FAIL: 26_numerics/random/pr60037-neg.cc [PR113931]Jonathan Wakely1-2/+2
2024-02-15libstdc++: Avoid aliasing violation in std::valarray [PR99117]Jonathan Wakely1-0/+17
2024-02-15libstdc++: Use 128-bit arithmetic for std::linear_congruential_engine [PR87744]Jonathan Wakely2-1/+23
2024-01-13libstdc++: Fix non-portable results from 64-bit std::subtract_with_carry_engi...Jonathan Wakely2-3/+18
2024-01-03Update copyright years.Jakub Jelinek483-483/+483
2023-12-05libstdc++: Redefine __glibcxx_assert to work in C++23 constexprJonathan Wakely1-1/+1
2023-11-17libstdc++: Define C++26 saturation arithmetic functions (P0543R3)Jonathan Wakely6-0/+281
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely18-0/+18
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-18c++: non-dependent assignment checking [PR63198, PR18474]Patrick Palka6-6/+6
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from remaining testsJonathan Wakely7-14/+7
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 26_numerics testsJonathan Wakely50-98/+49
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely8-8/+0
2023-09-04libstdc++: Remove unnecessary dg-options and outdated commentJonathan Wakely1-4/+1
2023-09-04libstdc++: Add { target c++98_only } to testsJonathan Wakely1-1/+1
2023-07-25c++: Improve location information in constant evaluationNathaniel Shead2-10/+14
2023-06-26libstdc++: Synchronize PSTL with upstreamThomas Rodgers5-55/+57
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely4-6/+6
2023-06-01libstdc++: Fix PSTL test that fails in C++20Jonathan Wakely1-1/+1
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely3-4/+4
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-03-14libstdc++: Add assertions to std::mask_array operations [PR62196]Jonathan Wakely9-0/+190
2023-01-16Update copyright years.Jakub Jelinek481-481/+481
2022-11-28libstdc++: Replace non-ASCII character in commentJonathan Wakely1-1/+1
2022-11-28libstdc++: Make 16-bit std::subtract_with_carry_engine work [PR107466]Jonathan Wakely1-0/+26
2022-11-25libstdc++: Change return type of std::bit_width to int (LWG 3656)Jonathan Wakely1-0/+15
2022-11-11libstdc++: Fix tests with non-const operator==Jonathan Wakely1-1/+1
2022-11-01libstdc++-v3: Some std::*float*_t charconv and i/ostream overloadsJakub Jelinek3-122/+124
2022-10-31libstdc++-v3: <complex> support for extended floating point typesJakub Jelinek1-0/+89
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 Jelinek3-0/+364
2022-10-03libstdc++: Disable hosted-only tests [PR103626]Arsen Arsenović13-0/+27
2022-06-27libstdc++: testsuite: complex proj requirementsAlexandre Oliva1-0/+13