summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/exception_ptr.h
AgeCommit message (Expand)Author
2025-11-03libstdc++: add ADL friendsJason Merrill
2025-07-14libstdc++: Fix constexpr exceptions for -fno-exceptionsJonathan Wakely
2025-07-11libstdc++: Implement C++26 P3748R0 - Inspecting exception_ptr should be const...Jakub Jelinek
2025-07-10c++, libstdc++: Implement C++26 P3068R5 - constexpr exceptions [PR117785]Jakub Jelinek
2025-06-26libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptrJakub Jelinek
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek
2024-09-22libstdc++: Silence -Wattributes warning in exception_ptrJonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-11-08libstdc++: Fix -Wsystem-headers warningsJonathan Wakely
2022-05-13libstdc++: Allow std::swap to find overload for std::exception_ptrJonathan Wakely
2022-05-06libstdc++: Do not use #include inside push visibility scope [PR99871]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-12-09libstdc++: Make std::make_exception_ptr work with -fno-exceptions [PR85813]Jonathan Wakely
2021-12-09libstdc++: Fix std::exception_ptr regressions [PR103630]Jonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-02-11libstdc++: Fix versioned namespace buildJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-11-09libstdc++: Use 'inline' consistently in std::exception_ptr [PR 97729]Jonathan Wakely
2020-11-05libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]Jonathan Wakely
2020-10-08libstdc++: Fix non-reserved names in headersJonathan Wakely
2020-10-06libstdc++: Inline std::exception_ptr members [PR 90295]Jonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-05-04Improve API docs for <system_error> headerJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-05-17PR libstdc++/85812 fix memory leak in std::make_exception_ptrJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-09-20Remove non-standard std::copy_exception functionJonathan Wakely
2017-03-02PR libstdc++/79789 fix non-reserved names in headersJonathan Wakely
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen
2017-01-01Update copyright years.Jakub Jelinek
2016-10-21Use global operator new in std::make_exception_ptrJonathan Wakely
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov
2016-01-04Update copyright years.Jakub Jelinek
2015-11-11re PR libstdc++/64651 (std::rethrow_exception not found by ADL)Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely
2014-12-12re PR libstdc++/64241 (make_exception_ptr returns garbage with -fno-exceptions)Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely
2013-03-16re PR libstdc++/56468 (Clang exposes bug with unexpected forward-declaration ...Jonathan Wakely
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2011-12-06re PR libstdc++/51438 (std::exception and derived classes are not compatible ...Paolo Carlini
2011-12-01acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.Benjamin Kosnik
2011-05-23* libsupc++/exception_ptr.h: Fix compilation in C++0x mode.Jason Merrill
2011-03-31exception_ptr.h needs the forward declaration because it's included from...Jeffrey Yasskin
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek