aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-26libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]Jonathan Wakely1-7/+40
2020-09-25libstdc++: Remove redundant -std=gnu++1z flags from makefileJonathan Wakely2-44/+0
2020-09-11libstdc++-v3/libsupc++/eh_call.cc: Avoid "set but not used" warningChristophe Lyon1-1/+1
2020-09-11libstdc++-v3/libsupc++/eh_call.cc: Avoid warning with -fno-exceptions.Christophe Lyon1-1/+1
2020-09-02libstdc++: Break header cycle between <new> and <exception>Jonathan Wakely2-3/+4
2020-06-23libstdc++: Regenerate makefilesJonathan Wakely1-0/+1
2020-05-04libstdc++: Fix the return type of __cxa_finalizeFangrui Song1-1/+1
2020-05-04libstdc++: Avoid negating a size_t [pr 94747]Nathan Sidwell1-5/+6
2020-04-20libstdc++: Update __cpp_lib_three_way_comparison macroJonathan Wakely1-2/+14
2020-04-14libstdc++: Fix constraints on std::compare_three_wayJonathan Wakely1-3/+5
2020-04-14libstdc++: Make comparison category comparisons noexcept (PR 94565)Jonathan Wakely1-1/+1
2020-04-09libstdc++: Implement LWG 3324 for [cmp.alg] function objects (LWG 3324)Jonathan Wakely1-20/+29
2020-02-20libstdc++: Remove std::type_info::operator!= for C++20Jonathan Wakely1-0/+3
2020-02-19libstdc++: Simplify std::three_way_comparable_with (LWG 3360)Jonathan Wakely1-6/+4
2020-02-19libstdc++: Simplify std::totally_ordered (LWG 3331)Jonathan Wakely1-14/+0
2020-02-17libstdc++: P1964R2 Wording for boolean-testableJonathan Wakely1-10/+10