]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/future
Update copyright years in libstdc++-v3/
[thirdparty/gcc.git] / libstdc++-v3 / include / std / future
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.