]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/src/c++11/futex.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / src / c++11 / futex.cc
2023-01-16  Jakub JelinekUpdate copyright years.
2022-01-03  Jakub JelinekUpdate copyright years.
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-19  Jonathan Wakelylibstdc++: Fix overflow checks to use the correct ...
2020-11-17  Jonathan Wakelylibstdc++: Revert changes for SYS_clock_gettime64 ...
2020-11-13  Jonathan Wakelylibstdc++: Use custom timespec in system calls [PR...
2020-11-13  Jonathan Wakelylibstdc++: Remove redundant overflow check for futex...
2020-11-13  Jonathan Wakelylibstdc++: Avoid more 32-bit time_t overflows in futex...
2020-11-13  Jonathan Wakelylibstdc++: Avoid 32-bit time_t overflows in futex calls
2020-11-12  Jonathan Wakelylibstdc++: Optimise std::future::wait_for and fix futex...
2020-09-11  Mike Crowelibstdc++: Support futex waiting on chrono::steady_cloc...
2020-09-11  Mike Crowelibstdc++: Use FUTEX_CLOCK_REALTIME for futex wait
2020-01-01  Jakub JelinekUpdate copyright years.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-01  Jonathan WakelyAdd -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGS
2018-07-26  Jonathan WakelyRemove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
2018-01-03  Jakub JelinekUpdate copyright years.
2017-01-01  Jakub JelinekUpdate copyright years.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-16  Jonathan Wakelylibstdc++/68921 add timeout argument to futex(2)
2015-03-23  Jonathan Wakelyre PR libstdc++/64967 (Bootstrap fails due to errors...
2015-02-01  Jonathan Wakely* src/c++11/futex.cc: Do not define for gthr-single...
2015-01-18  Jonathan Wakely* src/c++11/futex.cc: Fix order of includes and preproc...
2015-01-18  Jonathan Wakelyatomic_futex.h: Use mutex and condition_variable when...
2015-01-16  Torvald Riegellibstdc++: Optimize synchronization in std::future...