aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/exception_ptr.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-05-17PR libstdc++/85812 fix memory leak in std::make_exception_ptrJonathan Wakely1-9/+15
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-09-20Remove non-standard std::copy_exception functionJonathan Wakely1-13/+0
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely1-2/+2
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-4/+0
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-21Use global operator new in std::make_exception_ptrJonathan Wakely1-4/+4
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov1-2/+23
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11re PR libstdc++/64651 (std::rethrow_exception not found by ADL)Jonathan Wakely1-0/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely1-1/+1
2014-12-12re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)Jonathan Wakely1-4/+6
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely1-4/+9
2013-03-16re PR libstdc++/56468 (Clang exposes bug with unexpected forward-declaration ...Jonathan Wakely1-1/+3
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-4/+4
2011-12-06re PR libstdc++/51438 (std::exception and derived classes are not compatible ...Paolo Carlini1-27/+30
2011-12-01acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.Benjamin Kosnik1-1/+1
2011-05-23* libsupc++/exception_ptr.h: Fix compilation in C++0x mode.Jason Merrill1-1/+3
2011-03-31exception_ptr.h needs the forward declaration because it's included from...Jeffrey Yasskin1-1/+1
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik1-3/+3
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik1-2/+2
2010-06-06re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)Jonathan Wakely1-7/+20
2010-05-07exception_ptr.h (make_exception_ptr): Add.Jonathan Wakely1-0/+8
2009-11-09user.cfg.in: Regenerate, add files.Benjamin Kosnik1-22/+16
2009-08-10future: Fixes for -fno-exceptions.Benjamin Kosnik1-1/+3
2009-06-16exception_ptr.h (exception_ptr::swap(exception_ptr&&)): Remove.Jonathan Wakely1-11/+1
2009-06-03re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)Paolo Carlini1-3/+9
2009-04-18* eh_type.cc (__cxa_current_exception_type) Mark throw().Jan Hubicka1-7/+7
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik1-31/+42
2009-02-03re PR libstdc++/25191 (exception_defines.h #defines try/catch)Paolo Carlini1-3/+4
2008-08-23[multiple changes]Paolo Carlini1-0/+171
2008-08-222008-08-22 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-169/+0
2008-08-14Re-instate last patch...Paolo Carlini1-0/+169
2008-08-132008-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-0/+0
2008-08-132008-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-169/+0
2008-08-13Add exception propagation support as per N2179.Sebastian Redl1-0/+169