aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++11/future.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-20libstdc++: Use Clang attribute instead of __constinitJonathan Wakely1-0/+4
2022-01-05libstdc++: Improvements to standard error category objects (part deux)Jonathan Wakely1-10/+16
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-02-03PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely1-0/+5
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-2/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-03-18re PR c++/65046 (-Wabi-tag doesn't warn about variables or function return ty...Jonathan Wakely1-0/+1
2015-03-06future (future_error(error_code)): Construct base class with error_code's mes...Jonathan Wakely1-1/+1
2015-01-16libstdc++: Optimize synchronization in std::future if futexes are available.Torvald Riegel1-5/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-02Define *_at_thread_exit() functions.Jonathan Wakely1-0/+25
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-11-20re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely1-2/+0
2013-04-21system_error.cc (generic_category_instance): Add initializer.Evgeniy Stepanov1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-08-26re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...Jonathan Wakely1-11/+0
2012-08-26re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...Jonathan Wakely1-0/+3
2012-03-29re PR libstdc++/52689 (static linking with libstdc++ fails)Benjamin Kosnik1-20/+0
2012-02-06re PR libstdc++/52128 (r183788 caused massive libstdc++ testsuite regression ...Jonathan Wakely1-0/+1
2012-02-05re PR libstdc++/52104 (go1 fails to run on Solaris 10/11 x86 with with gld)Jonathan Wakely1-0/+2
2012-02-01re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely1-1/+6
2012-01-23[multiple changes]Benjamin Kosnik1-0/+110