aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/chrono
AgeCommit message (Expand)AuthorFilesLines
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-08libstdc++: Implement ostream insertion for chrono::durationJonathan Wakely1-0/+99
2021-10-07libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> headerJonathan Wakely1-1354/+26
2021-07-01libstdc++: Improvements to Doxygen markupJonathan Wakely1-20/+52
2021-06-23libstdc++: Fix comment in chrono::year::is_leap()Jonathan Wakely1-2/+2
2021-06-23libstdc++: More efficient std::chrono::year::leapCassio Neri1-1/+6
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely1-3/+3
2021-02-27libstdc++: Fix conversions from date types to integers [PR 99301]Jonathan Wakely1-2/+2
2021-02-25libstdc++: Use uint32_t for all year_month_day::_S_from_days arithmeticJonathan Wakely1-1/+1
2021-02-25libstdc++: Fix narrowing conversion in year_month_day [PR 99265]Jonathan Wakely1-2/+2
2021-02-24libstdc++: More efficient last day of monthCassio Neri1-6/+18
2021-02-24libstdc++: More efficient is_leapCassio Neri1-1/+20
2021-02-24libstdc++: More efficient days from dateCassio Neri1-15/+23
2021-02-24libstdc++: More efficient date from daysCassio Neri1-13/+36
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-28libstdc++: Fix arithmetic bug in year_month_weekday conversion [PR96713]Patrick Palka1-1/+2
2020-09-11libstdc++: Fix chrono::__detail::ceil to work with C++11Jonathan Wakely1-15/+30
2020-09-11libstdc++: Avoid rounding errors in std::future::wait_* [PR 91486]Mike Crowe1-4/+15
2020-09-10libstdc++: Fix -Wnarrowing warningsJonathan Wakely1-1/+1
2020-09-07libstdc++: Simplify chrono::duration::_S_gcdJonathan Wakely1-3/+4
2020-09-03libstdc++: Optimise GCD algorithmsJonathan Wakely1-1/+13
2020-09-01libstdc++: Constrain chrono::duration conversions [LWG 2094]Jonathan Wakely1-1/+20
2020-08-28libstdc++: Fix common_type specializations for durationJonathan Wakely1-6/+12
2020-08-27libstdc++: Make std::chrono::duration use reduced ratio for periodJonathan Wakely1-10/+35
2020-08-27libstdc++: Fix arithmetic bug in chrono::year_month::operator+Patrick Palka1-1/+1
2020-08-27libstdc++: Fix operator overload ambiguity with calendar typesPatrick Palka1-119/+167
2020-08-26libstdc++: Fix typo in chrono::year_month_weekday::operator==Patrick Palka1-1/+1
2020-08-25libstdc++: Fix debug-mode build failure in <chrono>Patrick Palka1-1/+1
2020-08-25libstdc++: Add more C++20 additions to <chrono>Patrick Palka1-0/+1907
2020-04-18libstdc++: Add comparison operators to <chrono> typesJonathan Wakely1-0/+24
2020-03-26libstdc++: Add some C++20 additions to <chrono>Jonathan Wakely1-20/+44
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely1-0/+142
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-07Improve API docs for <chrono> and <ratio>Jonathan Wakely1-2/+95
2019-05-07PR libstdc++/89102 implement new common_type rules (P0435R1, P0548R1)Jonathan Wakely1-21/+24
2019-05-02Improve Doxygen docs for nested namespacesJonathan Wakely1-1/+1
2019-01-11P0972R0 <chrono> zero(), min(), and max() should be noexceptJonathan Wakely1-8/+8
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-14Simplify overflow checks in duration literalsJonathan Wakely1-14/+4
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-10/+18
2018-06-18LWG 3050 Fix cv-qualification of convertibility constraintsJonathan Wakely1-3/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely1-1/+4
2017-10-20Update value of __cpp_lib_chrono feature-test macroJonathan Wakely1-2/+2
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely1-32/+43
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-20/+5
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler1-1/+1
2017-02-19C++17 GB50 resolution (P0505R0)Dinka Ranns1-10/+12
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Replace non-constexpr decrement in std::chrono::floorJonathan Wakely1-1/+1