]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/atomic_wait.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / atomic_wait.h
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-07  Jonathan Wakelylibstdc++: Use <cstdint> instead of <stdint.h> in ...
2023-11-28  Jonathan Wakelylibstdc++: Include <stdint.h> in <bits/atomic_wait.h>
2023-11-16  Jonathan Wakelylibstdc++: Only declare feature test macros in standard...
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-12  Jonathan Wakelylibstdc++: Use lock-free type for __platform_wait_t
2022-11-06  Patrick Palkalibstdc++: Declare const global variables inline
2022-08-04  Jonathan Wakelylibstdc++: Unblock atomic wait on non-futex platforms...
2022-07-26  Thomas Rodgerslibstdc++: Minor codegen improvement for atomic wait...
2022-02-10  Thomas Rodgerslibstdc++: Strengthen memory order for atomic<T>::wait...
2022-02-09  Thomas Rodgerslibstdc++: Fix deadlock in atomic wait [PR104442]
2022-02-01  Thomas RodgersStrengthen memory order for atomic<T>::wait/notify
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-07  Jonathan Wakelylibstdc++: Avoid use of hardware interference non-const...
2021-09-28  Jonathan Wakelylibstdc++: Define macro before it is first checked
2021-05-17  Thomas Rodgerslibstdc++: Fix wrong thread waking on notify [PR100334]
2021-04-22  Thomas Rodgerslibstdc++: Fix "bare" notifications dropped by waiters...
2021-04-20  Thomas Rodgerslibstdc++: Refactor/cleanup of C++20 atomic wait implem...
2021-02-19  Jonathan Wakelylibstdc++: Fix __thread_relax for non-gthreads non...
2021-02-15  Jonathan Wakelylibstdc++: Fix __thread_yield for non-gthreads targets
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-01  Thomas RodgersAdd feature test macro for atomic<T>::wait
2020-11-26  Jonathan Wakelylibstdc++: Define (and use) _GLIBCXX_HAVE_ATOMIC_WAIT
2020-11-25  Jonathan Wakelylibstdc++: Encapsulate __gthread_cond_t as std::__condvar
2020-11-25  Jonathan Wakelylibstdc++: Fix silly typos [PR 97936]
2020-11-25  Jonathan Wakelylibstdc++: Fix handling of futex wake [PR 97936]
2020-11-23  Stephan Bergmannlibstdc++: Fix linker errors due to missing 'inline...
2020-11-23  Jonathan Wakelylibstdc++: make atomic waiting depend on gthreads or...
2020-11-21  Jonathan Wakelylibstdc++: Fix atomic waiting for non-linux targets
2020-11-20  Thomas Rodgerslibstdc++: Add C++2a synchronization support