summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/chrono.h
AgeCommit message (Expand)Author
2025-10-15libstdc++: Fix missing __to_timeout_timespec for targets using POSIX sleep [P...Jonathan Wakely
2025-10-14libstdc++: Avoid overflow in timeout conversions [PR113327]Jonathan Wakely
2025-06-04libstdc++: Make system_clock::to_time_t always_inline [PR99832]Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-09-15libstdc++: Enable most of <chrono> for freestandingJonathan Wakely
2024-01-21libstdc++: Fix std::chrono::file_clock conversions for low-precision timesJonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-08-09libstdc++: Fix constexpr functions to conform to older standardsJonathan Wakely
2023-07-19libstdc++: Check for std::ratio in arithmetic and comparisons [PR110593]Jonathan Wakely
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely
2023-03-14libstdc++: Fix preprocessor condition for inline variablesJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-12-22libstdc++: Define and use variable templates in <chrono>Jonathan Wakely
2022-12-09libstdc++: Add [[nodiscard]] to chrono conversion functionsJonathan Wakely
2022-12-09libstdc++: Change class-key for duration and time_point to classJonathan Wakely
2022-11-21libstdc++: Check static assertions earlier in chrono::durationJonathan Wakely
2022-06-27libstdc++: Invert relationship between std::is_clock and std::is_clock_vJonathan Wakely
2022-05-13libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-10-07libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> headerJonathan Wakely