aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)Author
2024-02-19libstdc++, Darwin: Handle a linker warning [PR112397].Iain Sandoe
2024-01-11libstdc++: use updated type for __unexpected_handlerMarcus Haehnel
2024-01-11libstdc++: Prefer posix_memalign for aligned-new [PR113258]Jonathan Wakely
2024-01-07libstdc++: Avoid conflicting declaration in eh_call.cc [PR112997]Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-12-07libsupc++: try cxa_thread_atexit_impl at runtimeAlexandre Oliva
2023-12-05Revert "libsupc++: try cxa_thread_atexit_impl at runtime"Alexandre Oliva
2023-12-02libsupc++: try cxa_thread_atexit_impl at runtimeAlexandre Oliva
2023-09-07libstdc++: Simplify C++20 poison pill overloads (P2602R2)Jonathan Wakely
2023-09-07libstdc++: Rename C++20 Customization Point ObjectsJonathan Wakely
2023-08-17libstdc++: Make __cmp_cat::__unseq constructor constevalJonathan Wakely
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović
2023-06-28Add cold attribute to throw wrappers and terminateJan Hubicka
2023-06-03c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]Jason Merrill
2023-06-01libstdc++: optimize EH phase 2Jason Merrill
2023-04-19libstdc++: Adjust uses of null pointer constants in docsJonathan Wakely
2023-03-07libstdc++: Fix comment typo in eh_personality.ccJonathan Wakely
2023-02-16libstdc++: Fix uses of non-reserved names in headersJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-11-28libstdc++: Fix _Hash_bytes for I16LP32 targets [PR107885]Jonathan Wakely
2022-11-08libstdc++: Fix -Wsystem-headers warningsJonathan Wakely
2022-11-05libstdc++: fix pointer type exception catch (no RTTI) [PR105387]Jakob Hasse
2022-11-04libstdc++: Simplify lifetime of eh_globals variable [PR107500]Jonathan Wakely
2022-11-04libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR107511]Jonathan Wakely
2022-11-02libstdc++: Remove more redundant union membersJonathan Wakely
2022-11-02libstdc++: _Bfloat16 for <compare>Jakub Jelinek
2022-10-29libstdc++: Don't use gstdint.h anymoreArsen Arsenović
2022-10-19gcc: Add 'mcf' thread model support from mcfgthreadLIU Hao
2022-10-14libstdc++: Disable all emergency EH pool code if obj-count == 0Jonathan Wakely
2022-10-11libstdc++: Fix bootstrap for --disable-threads build [PR107221]Jonathan Wakely
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely
2022-09-07libstdc++: small dynamic_cast optimizationJason Merrill
2022-08-17Fix bug in emergency cxa pool freeKeef Aragon
2022-06-21libstdc++: eh_globals: gthreads: reset _S_init before deleting keyAlexandre Oliva
2022-06-10libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880]Jonathan Wakely
2022-05-13libstdc++: Allow std::swap to find overload for std::exception_ptrJonathan Wakely
2022-05-13libstdc++: Make std::rethrow_if_nested work without RTTIJonathan Wakely
2022-05-12libstdc++: Remove whitespace before preprocessor directivesJonathan Wakely
2022-05-06libstdc++: Do not use #include inside push visibility scope [PR99871]Jonathan Wakely
2022-03-31libstdc++: Add comment about memalign requirementsJonathan Wakely
2022-03-29libstdc++: Workaround for missing 'using enum' in Clang 12Jonathan Wakely
2022-03-27libstdc++: Define std::expected for C++23 (P0323R12)Jonathan Wakely
2022-03-10libstdc++: Fix std::strong_order to handle NaN on VAXJonathan Wakely
2022-03-10libstdc++: Support VAX floats in std::strong_orderJonathan Wakely
2022-03-04libstdc++: Fix -Wunused-local-typedefs warning in <compare>Jonathan Wakely
2022-03-03libstdc++: Implement std::strong_order for floating-point types [PR96526]Jonathan Wakely
2022-02-04libstdc++: Add suggestion to std::uncaught_exception() warningJonathan Wakely
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely