summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/condition_variable
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libstdc++: Do not include <system_error> in concurrency headersJonathan Wakely2023-01-131-1/+2
* libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović2022-10-031-0/+2
* libstdc++: Add macros for the inline namespace std::_V2Jonathan Wakely2022-05-131-2/+2
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Allow std::condition_variable waits to be cancelled [PR103382]Jonathan Wakely2021-12-091-1/+1
* libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> headerJonathan Wakely2021-10-071-2/+1
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libstdc++: Encapsulate __gthread_cond_t as std::__condvarJonathan Wakely2020-11-251-13/+5
* libstdc++: Reduce header dependencies in and on <memory>Jonathan Wakely2020-10-221-3/+0
* libstdc++: Avoid rounding errors on custom clocks in condition_variableMike Crowe2020-09-111-9/+9
* libstdc++: Fix -Wdeprecated-declarations warningsJonathan Wakely2020-09-101-0/+3
* libstdc++: Update value of __cpp_lib_jthread macroJonathan Wakely2020-04-221-2/+1
* libstdc++: Define and use chrono::is_clock for C++20Jonathan Wakely2020-03-251-0/+3
* Rename condition_variable_any wait* methods to match current draft standardThomas Rodgers2020-01-081-15/+15
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Support for jthread and stop_tokenThomas Rodgers2019-11-151-0/+84
* PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe2019-09-041-11/+51
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Use steady_clock to implement condition_variable::wait_for with predicateMike Crowe2018-09-251-2/+3
* Use steady_clock to implement condition_variable::wait_forMike Crowe2018-08-011-2/+3
* Report early wakeup of condition_variable::wait_until as no_timeoutMike Crowe2018-08-011-1/+8
* Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2018-07-261-4/+2
* Move std::unique_lock definition to a separate headerJonathan Wakely2018-07-251-0/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* PR libstdc++/68519 use native duration to avoid rounding errorsJonathan Wakely2017-12-141-2/+14
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Remove trailing whitespace from libstdc++ headersJonathan Wakely2016-06-161-2/+2
* Rename bits/mutex.h to avoid clashing with glibcJonathan Wakely2016-01-061-1/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* LWG 2135: terminate() in condition_variable::wait()Jonathan Wakely2015-09-281-1/+1
* Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely2015-09-041-1/+1
* Clean up libstdc++ includes slightly.Jonathan Wakely2015-09-031-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Define *_at_thread_exit() functions.Jonathan Wakely2014-12-021-0/+9
* condition_variable (condition_variable_any::_Unlock): Do not swallow __forced...Jonathan Wakely2014-06-021-1/+8
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any)Jonathan Wakely2013-07-211-13/+23
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* re PR libstdc++/53841 ([C++11] condition_variable::wait_until() fails with hi...Jonathan Wakely2012-11-151-11/+8
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-2/+2
* * include/std/condition_variable: Update copyright years.Jonathan Wakely2012-07-051-1/+1
* re PR libstdc++/53830 (condition_variable_any - deadlock issue)Jonathan Wakely2012-07-041-19/+27
* re PR libstdc++/50862 (deadlock in std::condition_variable_any)Jonathan Wakely2011-10-271-1/+7
* condition_variable (condition_variable_any): Remove unused native_handle_type...Jonathan Wakely2011-10-251-1/+0
* re PR libstdc++/50862 (deadlock in std::condition_variable_any)Jonathan Wakely2011-10-251-8/+13
* re PR libstdc++/49894 ([C++0x] Uniform initialization in constructor)Jonathan Wakely2011-10-251-8/+13
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-2/+5
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-1/+1