]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/future
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / std / future
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.
2010-11-02  Paolo Carlinicinttypes: Remove, move contents to C++0x and TR1 headers.
2010-11-02  Benjamin Kosniklibstdc++: N3126 draft support.
2010-10-08  Paolo Carlinifuture (_Result_alloc): Derive from _Alloc, exploit...
2010-10-08  Paolo Carlinifuture (uses_allocator<packaged_task<>,>): Add; minor...
2010-10-08  Jonathan Wakelyfuture: Enable allocator support.
2010-10-08  Jonathan Wakelyre PR libstdc++/45893 ([C++0x] [DR 817] Finish updating...
2010-02-12  Jonathan WakelyPR libstdc++/42819, DR 1315
2010-02-10  Paolo Carlinihashtable.h: Fold in include/tr1_impl/hashtable.h contents.
2010-02-05  Paolo Carlinifuture (swap(packaged_task<>&, packaged_task<>&)):...
2010-02-05  Paolo Carlinifuture (swap(packaged_task<>&, packaged_task<>&), ...
2010-01-21  Jonathan Wakelyre PR libstdc++/42201 ([C++0x] std::vector<std::unique_...
2009-12-21  Benjamin Kosnikatomic: Update to N3000.
2009-12-15  Jonathan Wakelyfuture (unique_future::get, [...]): Remove workaround...
2009-11-03  Benjamin Kosnikfuture: Use base class with nested types.
2009-10-26  Jason MerrillPR c++/38796, Core issue 906
2009-10-16  Benjamin Kosnikre PR libstdc++/40654 ([C++0x] atomic.cc: 'd' is used...
2009-08-11  Benjamin Kosnikfuture: Move error handling bits outside macro guard.
2009-08-10  Benjamin Kosnikfuture: Fixes for -fno-exceptions.
2009-06-24  Jonathan Wakelyfuture (shared_future): Adjust doxygen comment.
2009-06-23  Benjamin Kosnikuser.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*.
2009-06-21  Jonathan Wakelyfuture: New.