summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/condition_variable
AgeCommit message (Expand)Author
2025-10-14libstdc++: Avoid overflow in timeout conversions [PR113327]Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2023-01-13libstdc++: Do not include <system_error> in concurrency headersJonathan Wakely
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović
2022-05-13libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-12-09libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely
2021-10-07libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> headerJonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-11-25libstdc++: Encapsulate __gthread_cond_t as std::__condvarJonathan Wakely
2020-10-22libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely
2020-09-11libstdc++: Avoid rounding errors on custom clocks in condition_variableMike Crowe
2020-09-10libstdc++: Fix -Wdeprecated-declarations warningsJonathan Wakely
2020-04-22libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely
2020-03-25libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely
2020-01-08Rename condition_variable_any wait* methods to match current draft standardThomas Rodgers
2020-01-01Update copyright years.Jakub Jelinek
2019-11-15Support for jthread and stop_tokenThomas Rodgers
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe
2019-01-01Update copyright years.Jakub Jelinek
2018-09-25Use steady_clock to implement condition_variable::wait_for with predicateMike Crowe
2018-08-01Use steady_clock to implement condition_variable::wait_forMike Crowe
2018-08-01Report early wakeup of condition_variable::wait_until as no_timeoutMike Crowe
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely
2018-07-25Move std::unique_lock definition to a separate headerJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-12-14PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely
2016-01-06Rename bits/mutex.h to avoid clashing with glibcJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-09-28LWG 2135: terminate() in condition_variable::wait()Jonathan Wakely
2015-09-04Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely
2015-09-03Clean up libstdc++ includes slightly.Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely
2014-06-02condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-07-21re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any)Jonathan Wakely
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-15re PR libstdc++/53841 ([C++11] condition_variable::wait_until() fails with hi...Jonathan Wakely
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-07-05* include/std/condition_variable: Update copyright years.Jonathan Wakely
2012-07-04re PR libstdc++/53830 (condition_variable_any - deadlock issue)Jonathan Wakely
2011-10-27re PR libstdc++/50862 (deadlock in std::condition_variable_any)Jonathan Wakely