]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/mutex
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / mutex
2019-01-01  Jakub JelinekUpdate copyright years.
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-10-13  Jonathan WakelyPR libstdc++/82481 Suppress clang-tidy warnings
2017-09-12  Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-07-15  Jonathan WakelyReorder std::scoped_lock parameters as per P0739R0...
2017-05-17  Jonathan WakelyFixes to Doxygen comments in libstdc++ headers
2017-03-05  Jonathan WakelyAdd std::scoped_lock for C++17
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-21  Jonathan WakelySplit <functional> into smaller pieces
2016-10-13  Jonathan WakelyAvoid #include <functional> in other headers
2016-10-12  Jonathan WakelySimplify std::call_once implementation
2016-10-12  Jonathan WakelyDo not copy std:call_once arguments (LWG 2442)
2016-10-11  Jonathan WakelyMore noexcept for standard mutex types and locks
2016-01-06  Jonathan WakelyRename bits/mutex.h to avoid clashing with glibc
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-10  Jonathan WakelyImprove generated libstdc++ API docs
2015-09-09  Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-09-04  Jonathan Wakelyfix darwin bootstrap errors due to <mutex>.
2015-09-04  Jonathan WakelyAdd portable timed_mutex and recursive_timed_mutex.
2015-09-03  Jonathan WakelyClean up libstdc++ includes slightly.
2015-09-02  Sebastian Huberre PR libstdc++/67408 (<mutex> assumes that __gthread_m...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-09-22  Jonathan Wakelymutex (try_lock): Do not swallow exceptions.
2014-06-02  Jonathan Wakelycondition_variable (condition_variable_any::_Unlock...
2014-05-13  Jonathan Wakelyre PR libstdc++/60497 (unique_ptr<T> tries to complete...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-11  Jonathan Wakelyre PR libstdc++/54562 (mutex and condition variable...
2013-06-18  Jonathan Wakelyre PR libstdc++/57641 (std::timed_mutex.try_lock_until...
2013-06-09  Jonathan Wakelymutex (call_once): Remove parentheses to fix error...
2013-04-28  Jonathan Wakelyhashtable_policy.h (_Hashtable_ebo_helper): Fix comment.
2013-03-16  Jonathan Wakelyre PR libstdc++/56002 ([C++11] allow generic locks...
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-10-02  Jonathan Wakelyre PR other/53889 (Gthreads doesn't support destroying...
2012-06-15  Jonathan Wakelyre PR libstdc++/53578 (include/ext/concurrence.h relies...
2012-02-07  Jonathan Wakelyre PR libstdc++/51296 (Several 30_threads tests FAIL...
2011-11-07  Jonathan Wakelymutex (call_once): Store closure in __once_functor...
2011-11-07  Jonathan Wakelyre PR libstdc++/50982 (AIX libstdc++ GTHREADS incompati...
2011-11-05  Jonathan Wakelyre PR libstdc++/49894 ([C++0x] Uniform initialization...
2011-10-24  Jonathan Wakelyre PR libstdc++/49894 ([C++0x] Uniform initialization...
2011-10-22  Jonathan Wakelyre PR libstdc++/50196 ([C++0x] std::thread not availabl...
2011-07-21  Paolo Carlinimutex (timed_mutex, [...]): Update to use steady_clock...
2011-07-09  Jonathan Wakelyre PR libstdc++/49668 ([C++0x] std::thread does not...
2011-05-25  Jonathan Wakelymutex: Add doxygen comments.
2011-05-25  Paolo Carlinithread: Use noexcept throughout per the FDIS.
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-12-04  Jonathan Wakelymutex (try_lock, [...]): Fix.
2010-11-18  Jonathan Wakelyre PR libstdc++/46455 (resource leaks due to missing...
2010-11-02  Paolo Carlinicinttypes: Remove, move contents to C++0x and TR1 headers.
2010-11-02  Benjamin Kosniklibstdc++: N3126 draft support.
2010-10-08  Jonathan Wakelyre PR libstdc++/45893 ([C++0x] [DR 817] Finish updating...
2010-06-03  Paolo Carlinic++config (std::size_t, [...]): Provide typedefs.
2010-03-02  Jonathan Wakelymutex (lock_guard::lock_guard): Do not lock mutex when...
2010-02-10  Paolo Carlinihashtable.h: Fold in include/tr1_impl/hashtable.h contents.
2010-01-12  Jonathan Wakelyre PR libstdc++/24803 ([c++0x] reference_wrapper and...
2009-12-22  Jonathan Wakelymutex (call_once(once_flag&, _Callable, _Args&&......
2009-05-21  Benjamin Kosnikfunctional (function): Use explicit operator bool.
2009-05-18  Jonathan Wakelystl_pair.h (swap): Do not swap rvalues.
2009-05-16  Jonathan Wakelymutex: Move std::lock_error to ...
2009-05-05  Jonathan Wakelyre PR libstdc++/39909 (non-TLS version of std::call_onc...
2009-04-26  Paolo Carlini2009-04-26 Paolo Carlini <paolo.carlini@oracle.com>
2009-04-25  Jonathan Wakelymutex (__get_once_functor_lock, [...]): Replace global...
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-18  Benjamin Kosniksystem_error (system_category): To system_category().
2009-02-10  Benjamin Kosnikcondition_variable (condition_variable): Remove _M_inte...
2009-01-08  Benjamin Kosnikre PR libstdc++/36801 (config/cpu/generic/atomicity_mut...
2008-10-22  Chris Fairlessystem_error (is_error_code_enum): Specialize for errc.
2008-09-28  Chris Fairlesmutex (try_lock): Implement generic try_lock.
2008-09-04  Chris Fairlesmutex (once_flag): Construct __gthread_once_t in a...
2008-09-03  Chris Fairlescondition_variable: Use new deleted ctors.
2008-07-23  Chris Fairlescondition_variable: Update to N2691 WD.
2008-07-16  Benjamin Kosnikuser.cfg.in: Add complex, ratio, intializer_list.
2008-05-26  Paolo Carlinituple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error...
2008-05-15  Benjamin Kosnikmutex (mutex::try_lock): Eat errors.
2008-05-07  Benjamin Kosnikmutex (mutex::mutex): Fix usage of initializing macro.
2008-05-06  Benjamin Kosnikcondition_variable: New.