aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2022-09-07libstdc++: small dynamic_cast optimizationJason Merrill1-0/+6
2022-08-17Fix bug in emergency cxa pool freeKeef Aragon1-2/+2
2022-06-21libstdc++: eh_globals: gthreads: reset _S_init before deleting keyAlexandre Oliva1-2/+7
2022-06-10libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880]Jonathan Wakely1-14/+37
2022-05-13libstdc++: Allow std::swap to find overload for std::exception_ptrJonathan Wakely1-4/+15
2022-05-13libstdc++: Make std::rethrow_if_nested work without RTTIJonathan Wakely1-19/+97
2022-05-12libstdc++: Remove whitespace before preprocessor directivesJonathan Wakely1-5/+5
2022-05-06libstdc++: Do not use #include inside push visibility scope [PR99871]Jonathan Wakely6-33/+7
2022-03-31libstdc++: Add comment about memalign requirementsJonathan Wakely1-0/+2
2022-03-29libstdc++: Workaround for missing 'using enum' in Clang 12Jonathan Wakely1-0/+17
2022-03-27libstdc++: Define std::expected for C++23 (P0323R12)Jonathan Wakely1-1/+1
2022-03-10libstdc++: Fix std::strong_order to handle NaN on VAXJonathan Wakely1-2/+10
2022-03-10libstdc++: Support VAX floats in std::strong_orderJonathan Wakely1-0/+5
2022-03-04libstdc++: Fix -Wunused-local-typedefs warning in <compare>Jonathan Wakely1-2/+2
2022-03-03libstdc++: Implement std::strong_order for floating-point types [PR96526]Jonathan Wakely1-4/+249
2022-02-04libstdc++: Add suggestion to std::uncaught_exception() warningJonathan Wakely1-1/+1
2022-01-21libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely1-1/+1
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely1-0/+7
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely2-2/+3
2022-01-05libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"Jonathan Wakely2-33/+70
2022-01-03Update copyright years.Jakub Jelinek83-83/+83
2021-12-09libstdc++: Make std::make_exception_ptr work with -fno-exceptions [PR85813]Jonathan Wakely1-11/+19
2021-12-09libstdc++: Fix std::exception_ptr regressions [PR103630]Jonathan Wakely1-6/+13
2021-12-01libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely1-1/+1
2021-11-17libstdc++: Fix std::type_info::before for ARM [PR103240]Jonathan Wakely1-1/+4
2021-11-04libstdc++: Deprecate std::unexpected and handler functionsJonathan Wakely6-13/+38
2021-10-11libstdc++: Add wrapper for internal uses of std::terminateJonathan Wakely1-1/+1
2021-09-13c++: implement C++17 hardware interference sizeJason Merrill1-2/+8
2021-08-23libstdc++: Use __builtin_expect in __dynamic_castJonathan Wakely1-4/+4
2021-08-06libstdc++: Also move the [[nodiscard]] attributes in <compare>Jonathan Wakely1-14/+7
2021-08-05libstdc++: Add [[nodiscard]] to <compare>Jonathan Wakely1-0/+53
2021-07-01libstdc++: Improvements to Doxygen markupJonathan Wakely2-7/+14
2021-06-14libstdc++: Implement LWG 3465 for std::compare_partial_order_fallback [PR101056]Jonathan Wakely1-2/+12
2021-06-14libstdc++: Change [cmp.alg] assertions to constraintsJonathan Wakely1-24/+15
2021-04-15libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely2-7/+15
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely5-5/+7
2021-03-25libstdc++: Declare malloc for freestandingJonathan Wakely1-0/+4
2021-03-10libstdc++: Implement LWG 3530 for concept-constrained comparisonsJonathan Wakely1-1/+6
2021-02-23PR c++/99074 - crash in dynamic_cast<>() on null pointerMartin Sebor1-0/+3
2021-02-11libstdc++: Fix versioned namespace buildJonathan Wakely2-5/+9
2021-01-04Update copyright years.Jakub Jelinek83-83/+83
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely1-1/+5
2020-11-09libstdc++: Use 'inline' consistently in std::exception_ptr [PR 97729]Jonathan Wakely1-9/+0
2020-11-07libsupc++: Make the destructor parameter to `__cxa_thread_atexit()` use the `...Liu Hao2-4/+18
2020-11-05libstdc++: Fix multiple definitions of std::exception_ptr functions [PR 97729]Jonathan Wakely2-43/+33
2020-10-28libstdc++: Add comment to nothrow new explaining catch (...)Jonathan Wakely1-3/+7
2020-10-26libstdc++: Fix declarations of memalign etc. for freestanding [PR 97570]Jonathan Wakely1-1/+1
2020-10-12PR c++/97201 - ICE in -Warray-bounds writing to result of operator new(0)Martin Sebor1-6/+6
2020-10-08libstdc++: Fix non-reserved names in headersJonathan Wakely1-8/+9
2020-10-06libstdc++: Inline std::exception_ptr members [PR 90295]Jonathan Wakely2-52/+83