]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/shared_mutex
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / shared_mutex
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-17  Jonathan WakelyImplement std::pmr::synchronized_pool_resource
2018-07-26  Jonathan WakelyRemove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
2018-01-03  Jakub JelinekUpdate copyright years.
2017-09-12  Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-08-03  Jonathan WakelyDefine C++17 feature-test macros
2016-04-28  Jonathan Wakelylibstdc++/70766 use std::addressof instead of operator&
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-09  Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-09-03  Jonathan WakelyClean up libstdc++ includes slightly.
2015-08-13  Eelis van der Weegenshared_mutex (shared_mutex::unlock()): Fix typo.
2015-06-05  Jonathan Wakelyshared_mutex (__shared_mutex_pthread, [...]): New helpe...
2015-04-10  Jonathan Wakelyshared_mutex (shared_timed_mutex): Only use pthread_rwl...
2015-04-10  Jonathan Wakelyshared_mutex (shared_timed_mutex): Add comments to...
2015-03-18  Jonathan Wakelyacinclude.m4 (GLIBCXX_CHECK_GTHREADS): Check for pthrea...
2015-01-29  Jonathan Wakelyatomic_base.h: Use __always_inline__ instead of always_...
2015-01-27  Jonathan Wakelyre PR target/64368 (Several libstdc++ test failures...
2015-01-16  Torvald Riegellibstdc++: Add POSIX variant of shared_timed_mutex.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-09  Jonathan Wakelyre PR libstdc++/64203 (shared_mutex compile errors...
2014-10-01  Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-02-20  Ed Smith-RowlandRename shared_mutex to shared_timed_mutex per C++14...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-06-18  Jonathan Wakelyre PR libstdc++/57641 (std::timed_mutex.try_lock_until...
2013-06-16  Jonathan Wakelyshared_mutex (shared_lock::operator=): Add missing...
2013-06-16  Jonathan Wakelyshared_mutex: Implement N3659.