aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics/gcd
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek4-4/+4
2024-01-03Update copyright years.Jakub Jelinek4-4/+4
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely1-0/+1
2023-07-25c++: Improve location information in constant evaluationNathaniel Shead1-4/+6
2023-01-16Update copyright years.Jakub Jelinek4-4/+4
2022-06-10libstdc++: Make std::lcm and std::gcd detect overflow [PR105844]Jonathan Wakely2-4/+27
2022-01-03Update copyright years.Jakub Jelinek4-4/+4
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely1-1/+0
2021-01-04Update copyright years.Jakub Jelinek4-4/+4
2020-10-05libstdc++: Minor header cleanup in <numeric>Jonathan Wakely1-4/+4
2020-09-03libstdc++: Optimise GCD algorithmsJonathan Wakely3-8/+150
2020-08-29libstdc++: Fix deleted overload of __absu(bool)Jonathan Wakely1-0/+1
2020-08-28libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978]Jonathan Wakely2-6/+45
2020-01-01Update copyright years.Jakub Jelinek2-2/+2
2019-06-24Fix std::midpoint for denormal valuesJonathan Wakely1-3/+3
2019-01-01Update copyright years.Jakub Jelinek2-2/+2
2018-01-03Update copyright years.Jakub Jelinek2-2/+2
2017-11-14Implement LWG 2733 and LWG 2759Ville Voutilainen1-1/+16
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2-4/+4
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely2-6/+6
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-4/+4
2017-01-01Update copyright years.Jakub Jelinek2-2/+2
2016-10-10LWG 2733, LWG 2759 reject bool in gcd and lcmJonathan Wakely1-0/+39
2016-10-03Define std::gcd and std::lcm for C++17Jonathan Wakely1-0/+44