]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/libsupc++/exception_ptr.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / exception_ptr.h
2020-01-01  Jakub JelinekUpdate copyright years.
2019-05-04  Jonathan WakelyImprove API docs for <system_error> header
2019-01-01  Jakub JelinekUpdate copyright years.
2018-05-17  Jonathan WakelyPR libstdc++/85812 fix memory leak in std::make_excepti...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-09-20  Jonathan WakelyRemove non-standard std::copy_exception function
2017-03-02  Jonathan WakelyPR libstdc++/79789 fix non-reserved names in headers
2017-01-04  Pauli NieminenSupport exception propagation without lock-free atomic int
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-21  Jonathan WakelyUse global operator new in std::make_exception_ptr
2016-08-22  Gleb Natapovlibstdc++/68297 avoid throw/catch in make_exception_ptr
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-11  Jonathan Wakelyre PR libstdc++/64651 (std::rethrow_exception not found...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-12  Jonathan Wakelyre PR libstdc++/64276 (would be better to use __cpp_exc...
2014-12-12  Jonathan Wakelyre PR libstdc++/64241 (make_exception_ptr returns garba...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-04-24  Jonathan Wakelyre PR libstdc++/56905 ([C++11][DR 1130] std::copy_excep...
2013-03-16  Jonathan Wakelyre PR libstdc++/56468 (Clang exposes bug with unexpecte...
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2011-12-06  Paolo Carlinire PR libstdc++/51438 (std::exception and derived class...
2011-12-01  Benjamin Kosnikacinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove...
2011-05-23  Jason Merrill* libsupc++/exception_ptr.h: Fix compilation in C+...
2011-03-31  Jeffrey Yasskinexception_ptr.h needs the forward declaration because...
2011-01-15  Benjamin Kosnikre PR libstdc++/36104 (gnu-versioned-namespace is broken)
2011-01-03  Jakub JelinekUpdate Copyright years for files modified in 2010.
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-06-06  Jonathan Wakelyre PR libstdc++/40296 ([C++0x] std::exception_ptr compa...
2010-05-07  Jonathan Wakelyexception_ptr.h (make_exception_ptr): Add.
2009-11-09  Benjamin Kosnikuser.cfg.in: Regenerate, add files.
2009-08-10  Benjamin Kosnikfuture: Fixes for -fno-exceptions.
2009-06-16  Jonathan Wakelyexception_ptr.h (exception_ptr::swap(exception_ptr...
2009-06-03  Paolo Carlinire PR libstdc++/40296 ([C++0x] std::exception_ptr compa...
2009-04-18  Jan Hubicka* eh_type.cc (__cxa_current_exception_type) Mark throw().
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2009-02-21  Benjamin Kosnikuser.cfg.in: Tweaks.
2009-02-03  Paolo Carlinire PR libstdc++/25191 (exception_defines.h #defines...
2008-08-23  Paolo Carlini[multiple changes]
2008-08-22  Paolo Carlini2008-08-22 Paolo Carlini <paolo.carlini@oracle.com>
2008-08-14  Paolo CarliniRe-instate last patch...
2008-08-13  Paolo Carlini2008-08-13 Paolo Carlini <paolo.carlini@oracle.com>
2008-08-13  Paolo Carlini2008-08-13 Paolo Carlini <paolo.carlini@oracle.com>
2008-08-13  Sebastian RedlAdd exception propagation support as per N2179.