]> 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
2024-01-03  Jakub JelinekUpdate copyright years.
2023-10-26  Jonathan Wakelylibstdc++: Fix exception thrown by std::shared_lock...
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-13  Jonathan Wakelylibstdc++: Do not include <system_error> in concurrency...
2022-12-06  Jonathan Wakelylibstdc++: Add nodiscard attribute to mutex try_lock...
2022-10-03  Arsen Arsenovićlibstdc++: Mark headers that must be hosted as such...
2022-01-03  Jakub JelinekUpdate copyright years.
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-10-22  Jonathan Wakelylibstdc++: Only include <condition_variable> in <shared...
2020-03-25  Jonathan Wakelylibstdc++: Define and use chrono::is_clock for C++20
2020-03-06  Jonathan Wakelylibstdc++: Fix call to __glibcxx_rwlock_init (PR 93244)
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-02  Mike Crowelibstdc++: Fix try_lock_until and try_lock_shared_until...
2019-12-02  Mike Crowelibstdc++: Add full steady_clock support to shared_time...
2019-05-02  Jonathan WakelyImprove docs for mutexes
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.