summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/exception
AgeCommit message (Expand)Author
2025-07-14libstdc++: Correct value of __cpp_lib_constexpr_exceptions [PR117785]Jonathan Wakely
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-06-11libstdc++: Remove redundant parentheses in preprocessor conditionJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-01-03Update copyright years.Jakub Jelinek
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-06-28Add cold attribute to throw wrappers and terminateJan Hubicka
2023-01-16Update copyright years.Jakub Jelinek
2022-05-06libstdc++: Do not use #include inside push visibility scope [PR99871]Jonathan Wakely
2022-03-27libstdc++: Define std::expected for C++23 (P0323R12)Jonathan Wakely
2022-02-04libstdc++: Add suggestion to std::uncaught_exception() warningJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-04libstdc++: Deprecate std::unexpected and handler functionsJonathan Wakely
2021-07-01libstdc++: Improvements to Doxygen markupJonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-05-04Improve API docs for <system_error> headerJonathan Wakely
2019-01-15Fix missing or incorrect feature test macrosJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-09-20PR libstdc++/81469 deprecate std::uncaught_exception for C++17Jonathan Wakely
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen
2017-01-01Update copyright years.Jakub Jelinek
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel
2016-01-04Update copyright years.Jakub Jelinek
2015-04-28exception (uncaught_exceptions): Add comment.Jonathan Wakely
2015-04-27Add support for std::uncaught_exceptions.Ville Voutilainen
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-04-03exception (get_terminate(), [...]): Declare.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-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik
2010-02-18typeinfo: Add system_header pragma.Paolo Carlini
2009-11-06user.cfg.in: Adjust includes.Benjamin Kosnik
2009-10-05[multiple changes]Benjamin Kosnik
2009-05-12exception: Include nested_exception.h in C++0x mode.Jonathan Wakely
2009-04-18* eh_type.cc (__cxa_current_exception_type) Mark throw().Jan Hubicka
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik
2008-08-23[multiple changes]Paolo Carlini
2008-08-222008-08-22 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2008-08-14Re-instate last patch...Paolo Carlini