Age | Commit message (Expand) | Author | Files | Lines |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-09-25 | libstdc++: #ifdef out #pragma GCC system_header | Jason Merrill | 1 | -0/+2 |
2024-05-22 | libstdc++: Implement std::formatter<std::thread::id> without <sstream> [PR115... | Jonathan Wakely | 1 | -1/+10 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-03-03 | link pthread_join from std::thread ctor | Alexandre Oliva | 1 | -7/+17 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-08-22 | libstdc++: Fix for explicit copy ctors in <thread> and <future> [PR106695] | Jonathan Wakely | 1 | -1/+7 |
2022-05-13 | libstdc++: Make std::thread::_State private | Jonathan Wakely | 1 | -9/+12 |
2022-05-13 | libstdc++: Improve doxygen docs for <thread> and <future> | Jonathan Wakely | 1 | -4/+29 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-10-11 | libstdc++: Add wrapper for internal uses of std::terminate | Jonathan Wakely | 1 | -3/+2 |
2021-04-28 | libstdc++: Add missing noexcept on std::thread member function [PR 100298] | Jonathan Wakely | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-17 | libstdc++: Move std::hash<std::thread::id> to <bits/std_thread.h> | Jonathan Wakely | 1 | -0/+12 |
2020-11-19 | libstdc++: Avoid calling undefined __gthread_self weak symbol [PR 95989] | Jonathan Wakely | 1 | -19/+5 |
2020-11-19 | libstdc++: Move std::thread to a new header | Jonathan Wakely | 1 | -0/+337 |