aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics/bit
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek18-18/+18
2024-01-03Update copyright years.Jakub Jelinek18-18/+18
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely6-0/+6
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from remaining testsJonathan Wakely6-12/+6
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 26_numerics testsJonathan Wakely12-22/+11
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely2-2/+0
2023-01-16Update copyright years.Jakub Jelinek18-18/+18
2022-11-25libstdc++: Change return type of std::bit_width to int (LWG 3656)Jonathan Wakely1-0/+15
2022-03-23libstdc++: Add missing constraints to std::bit_cast [PR105027]Jonathan Wakely1-0/+18
2022-01-03Update copyright years.Jakub Jelinek18-18/+18
2021-11-28libstdc++: Implement std::byteswap for C++23Jakub Jelinek2-0/+139
2021-10-09libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuiteJonathan Wakely11-11/+51
2021-01-04Update copyright years.Jakub Jelinek16-16/+16
2020-12-03libstdc++: Fix typos in #error stringsJonathan Wakely2-4/+4
2020-12-03libstdc++: Add std::bit_cast for C++20 [PR 93121]Jonathan Wakely2-0/+108
2020-02-17libstdc++ P1956R1 On the names of low-level bit manipulation functionsJonathan Wakely7-289/+289
2020-02-17libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely12-0/+12
2020-01-01Update copyright years.Jakub Jelinek14-14/+14
2019-10-30Fix some missing/incorrect feature test macrosJonathan Wakely2-0/+54
2019-07-22Rename testsuite directory to match P0553R4 stable namesJonathan Wakely5-0/+0
2019-07-22Adjust std::rotl, std::rotr etc to match final P0553R4 proposalJonathan Wakely2-4/+38
2019-07-22Change std::ceil2 to be undefined if the result can't be representedJonathan Wakely2-6/+100
2019-06-26Add new helper traits for signed/unsigned integer typesJonathan Wakely11-143/+37
2019-03-04Remove redundant dg-do directive from testJonathan Wakely1-2/+0
2019-01-01Update copyright years.Jakub Jelinek11-11/+11
2018-08-30Avoid undefined shifts in ceil2 operationsJonathan Wakely1-0/+8
2018-08-21Remove redundant { dg-do run } directives in testsJonathan Wakely5-10/+0
2018-07-04Optimize std::rotl and std::rotr, add test for std::popcountJonathan Wakely1-0/+108
2018-07-03P0556R3 Integral power-of-2 operations, P0553R2 Bit operationsJonathan Wakely10-0/+1139