summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: fix pointer type exception catch (no RTTI) [PR105387]Jakob Hasse2022-11-051-1/+6
* libstdc++: Simplify lifetime of eh_globals variable [PR107500]Jonathan Wakely2022-11-041-15/+5
* libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR107511]Jonathan Wakely2022-11-041-0/+5
* libstdc++: Remove more redundant union membersJonathan Wakely2022-11-021-1/+0
* libstdc++: _Bfloat16 for <compare>Jakub Jelinek2022-11-021-1/+6
* libstdc++: Don't use gstdint.h anymoreArsen Arsenović2022-10-291-1/+0
* gcc: Add 'mcf' thread model support from mcfgthreadLIU Hao2022-10-192-0/+51
* libstdc++: Disable all emergency EH pool code if obj-count == 0Jonathan Wakely2022-10-141-1/+19
* libstdc++: Fix bootstrap for --disable-threads build [PR107221]Jonathan Wakely2022-10-111-2/+2
* libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely2022-10-113-67/+163
* libstdc++: small dynamic_cast optimizationJason Merrill2022-09-071-0/+6
* Fix bug in emergency cxa pool freeKeef Aragon2022-08-171-2/+2
* libstdc++: eh_globals: gthreads: reset _S_init before deleting keyAlexandre Oliva2022-06-211-2/+7
* libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880]Jonathan Wakely2022-06-101-14/+37
* libstdc++: Allow std::swap to find overload for std::exception_ptrJonathan Wakely2022-05-131-4/+15
* libstdc++: Make std::rethrow_if_nested work without RTTIJonathan Wakely2022-05-131-19/+97
* libstdc++: Remove whitespace before preprocessor directivesJonathan Wakely2022-05-121-5/+5
* libstdc++: Do not use #include inside push visibility scope [PR99871]Jonathan Wakely2022-05-066-33/+7
* libstdc++: Add comment about memalign requirementsJonathan Wakely2022-03-311-0/+2
* libstdc++: Workaround for missing 'using enum' in Clang 12Jonathan Wakely2022-03-291-0/+17
* libstdc++: Define std::expected for C++23 (P0323R12)Jonathan Wakely2022-03-271-1/+1
* libstdc++: Fix std::strong_order to handle NaN on VAXJonathan Wakely2022-03-101-2/+10
* libstdc++: Support VAX floats in std::strong_orderJonathan Wakely2022-03-101-0/+5
* libstdc++: Fix -Wunused-local-typedefs warning in <compare>Jonathan Wakely2022-03-041-2/+2
* libstdc++: Implement std::strong_order for floating-point types [PR96526]Jonathan Wakely2022-03-031-4/+249
* libstdc++: Add suggestion to std::uncaught_exception() warningJonathan Wakely2022-02-041-1/+1
* libstdc++: Ensure all feature test macros have type long [PR87193]Jonathan Wakely2022-01-211-1/+1
* libstdc++: Define <stacktrace> header for C++23Jonathan Wakely2022-01-171-0/+7
* libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely2022-01-102-2/+3
* libstdc++: Implement P1328 "Making std::type_info::operator== constexpr"Jonathan Wakely2022-01-052-33/+70
* Update copyright years.Jakub Jelinek2022-01-0383-83/+83
* libstdc++: Make std::make_exception_ptr work with -fno-exceptions [PR85813]Jonathan Wakely2021-12-091-11/+19
* libstdc++: Fix std::exception_ptr regressions [PR103630]Jonathan Wakely2021-12-091-6/+13
* libstdc++: Define std::__is_constant_evaluated() for internal useJonathan Wakely2021-12-011-1/+1
* libstdc++: Fix std::type_info::before for ARM [PR103240]Jonathan Wakely2021-11-171-1/+4
* libstdc++: Deprecate std::unexpected and handler functionsJonathan Wakely2021-11-046-13/+38
* libstdc++: Add wrapper for internal uses of std::terminateJonathan Wakely2021-10-111-1/+1
* c++: implement C++17 hardware interference sizeJason Merrill2021-09-131-2/+8
* libstdc++: Use __builtin_expect in __dynamic_castJonathan Wakely2021-08-231-4/+4
* libstdc++: Also move the [[nodiscard]] attributes in <compare>Jonathan Wakely2021-08-061-14/+7
* libstdc++: Add [[nodiscard]] to <compare>Jonathan Wakely2021-08-051-0/+53
* libstdc++: Improvements to Doxygen markupJonathan Wakely2021-07-012-7/+14
* libstdc++: Implement LWG 3465 for std::compare_partial_order_fallback [PR101056]Jonathan Wakely2021-06-141-2/+12
* libstdc++: Change [cmp.alg] assertions to constraintsJonathan Wakely2021-06-141-24/+15
* libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely2021-04-152-7/+15
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-065-5/+7
* libstdc++: Declare malloc for freestandingJonathan Wakely2021-03-251-0/+4
* libstdc++: Implement LWG 3530 for concept-constrained comparisonsJonathan Wakely2021-03-101-1/+6
* PR c++/99074 - crash in dynamic_cast<>() on null pointerMartin Sebor2021-02-231-0/+3
* libstdc++: Fix versioned namespace buildJonathan Wakely2021-02-112-5/+9