]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/future
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / future
2024-01-03  Jakub JelinekUpdate copyright years.
2023-08-09  Jonathan Wakelylibstdc++: Fix some -Wmismatched-tags warnings
2023-08-09  Jonathan Wakelylibstdc++: Fix some -Wunused-parameter warnings
2023-01-16  Jakub JelinekUpdate copyright years.
2022-10-03  Arsen Arsenovićlibstdc++: Mark headers that must be hosted as such...
2022-09-27  Jonathan Wakelylibstdc++: Adjust deduction guides for static operator...
2022-09-14  Jonathan Wakelylibstdc++: Add assertion to std::promise::set_exception...
2022-08-22  Jonathan Wakelylibstdc++: Fix for explicit copy ctors in <thread>...
2022-05-17  Jonathan Wakelylibstdc++: Add attributes to <system_error> and related
2022-05-13  Jonathan Wakelylibstdc++: Add noexcept to std::launch operators
2022-05-13  Jonathan Wakelylibstdc++: Improve doxygen docs for <thread> and <future>
2022-04-25  Jonathan Wakelylibstdc++: Add deduction guides for std::packaged_task...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-07-23  Jonathan Wakelylibstdc++: Reduce headers included by <future>
2021-05-04  Jonathan Wakelylibstdc++: Fix null dereferences in std::promise
2021-04-06  Jonathan Wakelylibstdc++: Fix doxygen markup for group close commands
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-19  Jonathan Wakelylibstdc++: Move std::thread to a new header
2020-11-12  Jonathan Wakelylibstdc++: Optimise std::future::wait_for and fix futex...
2020-11-05  Jonathan Wakelylibstdc++: Fix multiple definitions of std::exception_p...
2020-10-22  Jonathan Wakelylibstdc++: Reduce header dependencies in and on <memory>
2020-08-25  Jonathan Wakelylibstdc++: Adjust static assertions in futures and...
2020-08-18  Jonathan Wakelylibstdc++: Remove redundant copying of std::async argum...
2020-07-22  Jonathan Wakelylibstdc++: Add static assertions to futures and promise...
2020-07-06  Jonathan Wakelylibstdc++: Fix -Wmismatched-tags warnings (PR 96063)
2020-03-25  Jonathan Wakelylibstdc++: Define and use chrono::is_clock for C++20
2020-01-01  Jakub JelinekUpdate copyright years.
2019-05-23  Jonathan WakelyLWG 2921 remove packaged_task constructors taking alloc...
2019-05-14  Jonathan WakelyUse INVOKE<R> in std::function, std::bind and std:...
2019-01-21  Ulrich DrepperFix after P0600.
2019-01-03  Jonathan WakelyPR libstdc++/88607 replace some more UTF-8 characters
2019-01-01  Jakub JelinekUpdate copyright years.
2018-07-26  Jonathan WakelyRemove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1
2018-06-15  Jonathan WakelyLWG 3039 Unnecessary decay in thread and packaged_task
2018-05-03  Jonathan WakelyUse std::invoke_result in std::async instead of std...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-16  Jonathan WakelyAdd noexcept to std::shared_future copy operations...
2017-04-21  Jonathan WakelyPR libstdc++/80316 make promise::set_value throw no_sta...
2017-02-13  Jonathan WakelyPR libstdc++/79486 use lvalues in result_of expressions
2017-01-04  Pauli NieminenSupport exception propagation without lock-free atomic int
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-14  Jonathan WakelyMake std::future::share() noexcept (LWG 2556)
2016-11-12  Jonathan Wakely* include/std/future (future_error): Fix public typo...
2016-11-12  Jonathan WakelyAdd std::future_error constructor from future_errc
2016-10-21  Jonathan WakelySplit <functional> into smaller pieces
2016-10-17  Jonathan WakelyPR77998 Remove std::thread::_Invoker::result_type
2016-10-13  Jonathan WakelyAvoid #include <functional> in other headers
2016-10-13  Jonathan WakelyReplace __bind_simple with std::thread::__make_invoker
2016-06-16  Jonathan WakelyRemove trailing whitespace from libstdc++ headers
2016-01-07  Jonathan WakelyUse std::addressof in insert iterators, allocators...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-10-25  Jonathan WakelyImplement C++17 std::invoke and LWG DR 2219
2015-10-24  Jonathan WakelyReturn deferred future if thread cannot be run
2015-05-29  Jonathan Wakelyfuture (__async_result_of): New alias template.
2015-05-13  Jonathan Wakelyfuture (packaged_task(allocator_arg_t, const A&, F...
2015-05-05  Jonathan Wakelyre PR libstdc++/51617 ([C++0x] async(f) isn't.)
2015-03-06  Jonathan Wakelyfuture (future_error(error_code)): Construct base class...
2015-01-16  Torvald Riegellibstdc++: Optimize synchronization in std::future...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-10  Jonathan Wakelyfuture (__future_base::_Setter::operator(), [...])...
2014-12-03  Jonathan Wakelyre PR libstdc++/64168 (FAIL: 30_threads/async/sync...
2014-12-02  Jonathan WakelyDefine *_at_thread_exit() functions.
2014-08-07  Jonathan Wakelyfuture (__location_invariant): Move specializations...
2014-08-07  Jonathan Wakelyfuture (_State_baseV2::_M_set_result): Pass pointers...
2014-06-25  Jonathan WakelyMakefile.am: Add new header.
2014-06-02  Jonathan Wakelycondition_variable (condition_variable_any::_Unlock...
2014-05-17  Jonathan Wakelyre PR libstdc++/60966 (std::call_once sometime hangs)
2014-03-18  Jonathan Wakelyre PR libstdc++/60564 ([C++11] The std::packaged_task...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-20  Jonathan Wakelyre PR libstdc++/49204 ([C++0x] remaining issues in...
2013-04-24  Jonathan Wakelyre PR libstdc++/56905 ([C++11][DR 1130] std::copy_excep...
2013-04-07  Jonathan WakelyMakefile.am: Add ext/aligned_buffer.h
2013-03-16  Jonathan Wakelyre PR libstdc++/56492 (std::packaged_task requires...
2013-01-19  Jonathan Wakelyre PR libstdc++/55861 ([C++11] `std::shared_future...
2012-12-17  Jonathan Wakely* include/std/future (__async_sfinae_helper): Remove.
2012-11-19  Jonathan Wakelystl_algo.h (reverse_copy): Update comment per DR 2074.
2012-11-12  Jonathan Wakelyfuture (atomic_future): Remove declaration of non-stand...
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-08-26  Jonathan Wakelyre PR libstdc++/54297 ([C++11] Segmentation fault with...
2012-08-25  Jonathan Wakelyre PR libstdc++/54297 ([C++11] Segmentation fault with...
2012-08-03  Jonathan Wakelymemory: Include auto_ptr.h later.
2012-02-05  Jonathan Wakelyre PR libstdc++/52104 (go1 fails to run on Solaris...
2012-02-01  Jonathan Wakelyre PR libstdc++/49204 ([C++0x] remaining issues in...
2011-12-23  Jonathan Wakelyre PR libstdc++/49204 ([C++0x] remaining issues in...
2011-12-01  Benjamin Kosnikacinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove...
2011-11-08  Jonathan Wakelyshared_ptr_base.h (_Sp_counted_ptr): Make 'final'.
2011-11-08  Jonathan Wakelyfuture (__future_base::_Ptr): Use alias-declaration.
2011-11-02  Jonathan Wakelyfuture (promise): Add constructors for uses-allocator...
2011-08-11  Paolo Carlinifuture: constexpr functions are implicitly inline.
2011-07-09  Jonathan Wakelyre PR libstdc++/49668 ([C++0x] std::thread does not...
2011-05-28  Jonathan Wakelyfuture (launch): Update enumerators and define operator...
2011-05-27  Jonathan Wakelyfuture: Use noexcept.
2011-04-19  Jonathan Wakelyre PR libstdc++/48521 ([C++0x] std::result_of doesn...
2011-03-25  Jonathan Wakelyfuture (future::share): Add.
2011-03-15  Benjamin KosnikMakefile.am: Add functional.cc, shared_ptr.cc.
2011-02-09  Jonathan Wakelyfuture (packaged_task::operator bool): Rename to...
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-12-14  Jonathan Wakelyre PR libstdc++/45133 ([c++0x] std::future will crash...
2010-11-23  Benjamin Kosnikchrono: Constexpr markup for is_monotonic.
next