aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/duration
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek36-36/+36
2024-10-11libstdc++: Fix some test failures with -fno-char8_tJonathan Wakely1-2/+8
2024-10-09libstdc++: Fix formatting of chrono::duration with character rep [PR116755]Jonathan Wakely1-0/+66
2024-09-22libstdc++: Fix formatting of most negative chrono::duration [PR116755]Jonathan Wakely1-0/+8
2024-06-27libstdc++: Fix std::format for chrono::duration with unsigned rep [PR115668]Jonathan Wakely1-0/+6
2024-03-07libstdc++: Fix parsing of fractional seconds [PR114244]Jonathan Wakely2-0/+48
2024-01-08libstdc++: Implement P2905R2 "Runtime format strings" for C++20Jonathan Wakely1-1/+2
2024-01-03Update copyright years.Jakub Jelinek36-36/+36
2023-12-14libstdc++: Fix %S format of duration with floating-point repJonathan Wakely1-0/+4
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely1-0/+1
2023-10-26libstdc++: Add dg-timeout-factor to <chrono> IO testsJonathan Wakely1-0/+1
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 20_utils testsJonathan Wakely1-2/+1
2023-09-15libstdc++: Remove dg-options "-std=gnu++20" from std::chrono testsJonathan Wakely2-2/+0
2023-08-11libstdc++: Implement C++20 std::chrono::parse [PR104167]Jonathan Wakely2-2/+102
2023-07-19libstdc++: Check for std::ratio in arithmetic and comparisons [PR110593]Jonathan Wakely2-2/+2
2023-07-19libstdc++: Fix locale-specific duration formatting [PR110719]Jonathan Wakely1-0/+4
2023-06-07libstdc++: Fix some tests that fail with -fexcess-precision=standardJonathan Wakely1-2/+2
2023-01-16Update copyright years.Jakub Jelinek36-36/+36
2022-12-22libstdc++: Add std::format support to <chrono>Jonathan Wakely1-0/+48
2022-12-12libstdc++: Add a test checking for chrono::duration overflowsJonathan Wakely1-0/+29
2022-05-26libstdc++: Remove redundancy in test pathnamesJonathan Wakely1-0/+0
2022-01-03Update copyright years.Jakub Jelinek36-36/+36
2021-10-08libstdc++: Implement ostream insertion for chrono::durationJonathan Wakely1-0/+54
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely2-2/+0
2021-01-04Update copyright years.Jakub Jelinek36-36/+36
2020-09-01libstdc++: Constrain chrono::duration conversions [LWG 2094]Jonathan Wakely3-5/+70
2020-08-28libstdc++: Fix common_type specializations for durationJonathan Wakely1-0/+52
2020-08-27libstdc++: Make std::chrono::duration use reduced ratio for periodJonathan Wakely2-1/+133
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely1-1/+1
2020-04-18libstdc++: Add comparison operators to <chrono> typesJonathan Wakely1-0/+62
2020-01-01Update copyright years.Jakub Jelinek33-33/+33
2019-05-07PR libstdc++/89102 implement new common_type rules (P0435R1, P0548R1)Jonathan Wakely4-4/+4
2019-04-17PR c++/90047 - ICE with enable_if alias template.Jason Merrill1-0/+2
2019-01-11P0972R0 <chrono> zero(), min(), and max() should be noexceptJonathan Wakely1-0/+39
2019-01-01Update copyright years.Jakub Jelinek32-32/+32
2018-10-18Fix tests that fail when built with different optionsJonathan Wakely1-0/+1
2018-10-16Fix tests that fail when compiled without optimisationJonathan Wakely1-1/+1
2018-07-26Remove dg-require-cstdint directive from testsJonathan Wakely15-15/+0
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely4-4/+4
2018-06-20Add testcase accidentally not committed earlierJonathan Wakely1-0/+30
2018-06-18LWG 3050 Fix cv-qualification of convertibility constraintsJonathan Wakely2-1/+25
2018-03-02PR libstdc++/84671 handle digit separators in duration literalsJonathan Wakely1-0/+26
2018-01-03Update copyright years.Jakub Jelinek29-29/+29
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely1-1/+1
2017-11-29C++: improve location of static_assert errorsDavid Malcolm1-1/+1
2017-10-20Update value of __cpp_lib_chrono feature-test macroJonathan Wakely1-0/+7
2017-09-18PR libstdc++/81468 fix test for duration conversionsJonathan Wakely1-3/+3
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek1-1/+1
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely5-4/+45
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont4-4/+4