]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/condition_variable
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / condition_variable
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-13  Jonathan Wakelylibstdc++: Do not include <system_error> in concurrency...
2022-10-03  Arsen Arsenovićlibstdc++: Mark headers that must be hosted as such...
2022-05-13  Jonathan Wakelylibstdc++: Add macros for the inline namespace std...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-09  Jonathan Wakelylibstdc++: Allow std::condition_variable waits to be...
2021-10-07  Jonathan Wakelylibstdc++: Move C++14 <chrono> components to new <bits...
2021-04-06  Jonathan Wakelylibstdc++: Fix doxygen markup for group close commands
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-25  Jonathan Wakelylibstdc++: Encapsulate __gthread_cond_t as std::__condvar
2020-10-22  Jonathan Wakelylibstdc++: Reduce header dependencies in and on <memory>
2020-09-11  Mike Crowelibstdc++: Avoid rounding errors on custom clocks in...
2020-09-10  Jonathan Wakelylibstdc++: Fix -Wdeprecated-declarations warnings
2020-04-22  Jonathan Wakelylibstdc++: Update value of __cpp_lib_jthread macro
2020-03-25  Jonathan Wakelylibstdc++: Define and use chrono::is_clock for C++20
2020-01-08  Thomas RodgersRename condition_variable_any wait* methods to match...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-15  Thomas RodgersSupport for jthread and stop_token
2019-09-04  Mike CrowePR libstdc++/41861 Add full steady_clock support to...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-09-25  Mike CroweUse steady_clock to implement condition_variable::wait_...
2018-08-01  Mike CroweUse steady_clock to implement condition_variable::wait_for
2018-08-01  Mike CroweReport early wakeup of condition_variable::wait_until...
2018-07-26  Jonathan WakelyRemove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
2018-07-25  Jonathan WakelyMove std::unique_lock definition to a separate header
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-14  Jonathan WakelyPR libstdc++/68519 use native duration to avoid roundin...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-06-16  Jonathan WakelyRemove trailing whitespace from libstdc++ headers
2016-01-06  Jonathan WakelyRename bits/mutex.h to avoid clashing with glibc
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-28  Jonathan WakelyLWG 2135: terminate() in condition_variable::wait()
2015-09-04  Jonathan WakelyAdd portable timed_mutex and recursive_timed_mutex.
2015-09-03  Jonathan WakelyClean up libstdc++ includes slightly.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-02  Jonathan WakelyDefine *_at_thread_exit() functions.
2014-06-02  Jonathan Wakelycondition_variable (condition_variable_any::_Unlock...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-07-21  Jonathan Wakelyre PR libstdc++/54352 (relaxed data race rules for...
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-15  Jonathan Wakelyre PR libstdc++/53841 ([C++11] condition_variable:...
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-07-05  Jonathan Wakely* include/std/condition_variable: Update copyright...
2012-07-04  Jonathan Wakelyre PR libstdc++/53830 (condition_variable_any - deadloc...
2011-10-26  Jonathan Wakelyre PR libstdc++/50862 (deadlock in std::condition_varia...
2011-10-25  Jonathan Wakelycondition_variable (condition_variable_any): Remove...
2011-10-25  Jonathan Wakelyre PR libstdc++/50862 (deadlock in std::condition_varia...
2011-10-24  Jonathan Wakelyre PR libstdc++/49894 ([C++0x] Uniform initialization...
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-11-02  Paolo Carlinicinttypes: Remove, move contents to C++0x and TR1 headers.
2010-02-10  Paolo Carlinihashtable.h: Fold in include/tr1_impl/hashtable.h contents.
2010-02-03  Jonathan Wakelycondition_variable (condition_variable_any): Provide...
2010-01-31  Paolo Carlinirevert: condition_variable (condition_variable_any...
2010-01-29  Paolo Carlinicondition_variable (condition_variable_any:: __wait_unt...
2010-01-29  Paolo Carlinicondition_variable (enum class cv_status): Add and...
2009-12-18  Paolo Carlinicondition_variable: Revert inadvertent changes.
2009-12-18  Jimmy Guore PR libstdc++/40088 (Creating a std::ostringstream...
2009-04-18  Jan Hubickacondition_variable.cc (condition_variable, [...]):...
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-02-21  Benjamin Kosnikuser.cfg.in: Tweaks.
2009-02-13  Benjamin Kosnikall.h (compare_type_to_native_type_sizes): To...
2009-02-10  Benjamin Kosnikcondition_variable (condition_variable): Remove _M_inte...
2008-09-23  Chris Fairleschrono: If _GLIBCXX_USE_MONOTONIC_CLOCK is defined...
2008-09-03  Chris Fairlescondition_variable: Use new deleted ctors.
2008-07-23  Chris Fairlescondition_variable: Update to N2691 WD.
2008-05-26  Paolo Carlinituple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error...
2008-05-06  Benjamin Kosnikcondition_variable: New.