aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2025-12-08libstdc++: Implement P2404R3 relaxations to comparable_with concepts [PR122946]Jonathan Wakely1-4/+3
2025-11-26libstdc++: Make C++20s operator wrappers operator() static.Tomasz Kamiński1-2/+5
2025-11-19libstdc++: Implement proposed resolution of LWG4477 [PR122671]Jakub Jelinek1-4/+5
2025-11-10libstdc++: Implement final wording of C++26 P3778R0 - type_orderJakub Jelinek1-1/+0
2025-11-03libstdc++: add ADL friendsJason Merrill1-0/+4
2025-10-05*: regenerate autotoolsSam James1-0/+3
2025-09-11libstdc++: Make atomicity helpers use unsigned arithmetic [PR121148]Jonathan Wakely2-0/+10
2025-09-02libstdc++: Rename __cmp_cat::__unspec to __cmp_cat::__literal_zero.Tomasz Kamiński1-35/+35
2025-08-28libstdc++: Provide helpers to interoperate between __cmp_cat::_Ord and orderi...Tomasz Kamiński1-44/+41
2025-08-27libstdc++: Use _M_reverse to reverse partial_ordering using operator<=>Tomasz Kamiński1-6/+1
2025-08-27libsupc++: Change _Unordered comparison value to minimum value of signed char.Tomasz Kamiński1-7/+15
2025-07-14libstdc++: Correct value of __cpp_lib_constexpr_exceptions [PR117785]Jonathan Wakely1-0/+1
2025-07-14libstdc++: Fix constexpr exceptions for -fno-exceptionsJonathan Wakely1-58/+55
2025-07-11libstdc++: Implement C++26 P3748R0 - Inspecting exception_ptr should be const...Jakub Jelinek1-5/+28
2025-07-10c++, libstdc++: Implement C++26 P3068R5 - constexpr exceptions [PR117785]Jakub Jelinek6-40/+152
2025-06-26libstdc++: Implement C++26 P2927R3 - Inspecting exception_ptrJakub Jelinek3-0/+45
2025-06-26c++, libstdc++: Implement C++26 P2830R10 - Constexpr Type OrderingJakub Jelinek1-0/+23
2025-06-11libstdc++: Remove redundant parentheses in preprocessor conditionJonathan Wakely1-3/+3
2025-01-02Update copyright years.Jakub Jelinek83-83/+83
2024-11-08ibstdc++: Add some further attributes to ::operator new in <new>Jakub Jelinek1-6/+6
2024-11-01libstdc++: Remove stray whitespace in #endifJonathan Wakely1-1/+1
2024-10-31libstdc++: Add align_alloc attribute to aligned operator newJonathan Wakely1-3/+3
2024-10-25non-gcc: Remove trailing whitespaceJakub Jelinek29-131/+131
2024-09-26libstdc++: Remove noexcept-specifier from MCF __cxa_guard_acquire [PR116857]Jonathan Wakely1-10/+10
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill11-0/+22
2024-09-23libstdc++: operator new/delete are transaction_safeJason Merrill1-18/+38
2024-09-22libstdc++: Silence -Wattributes warning in exception_ptrJonathan Wakely1-2/+1
2024-09-19libstdc++: add #pragma diagnosticJason Merrill2-0/+10
2024-09-12libstdc++: Simplify std::launder definitionJonathan Wakely1-21/+15
2024-09-02libsupc++: Fix handling of m68k extended real in <compare>Andreas Schwab1-1/+6
2024-08-08c++, libstdc++: Implement C++26 P2747R2 - constexpr placement new [PR115744]Jakub Jelinek1-2/+13
2024-06-14libstdc++: Make std::type_info::operator== always_inline for C++23 [PR110572]Jonathan Wakely1-0/+3
2024-06-14libstdc++: Fix declaration of posix_memalign for freestandingJonathan Wakely1-1/+1
2024-02-19libstdc++, Darwin: Handle a linker warning [PR112397].Iain Sandoe2-0/+14
2024-01-11libstdc++: use updated type for __unexpected_handlerMarcus Haehnel1-1/+1
2024-01-11libstdc++: Prefer posix_memalign for aligned-new [PR113258]Jonathan Wakely1-11/+15
2024-01-07libstdc++: Avoid conflicting declaration in eh_call.cc [PR112997]Jonathan Wakely1-1/+1
2024-01-03Update copyright years.Jakub Jelinek83-83/+83
2023-12-07libsupc++: try cxa_thread_atexit_impl at runtimeAlexandre Oliva1-1/+22
2023-12-05Revert "libsupc++: try cxa_thread_atexit_impl at runtime"Alexandre Oliva1-14/+1
2023-12-02libsupc++: try cxa_thread_atexit_impl at runtimeAlexandre Oliva1-1/+14
2023-09-07libstdc++: Simplify C++20 poison pill overloads (P2602R2)Jonathan Wakely1-0/+6
2023-09-07libstdc++: Rename C++20 Customization Point ObjectsJonathan Wakely1-13/+18
2023-08-17libstdc++: Make __cmp_cat::__unseq constructor constevalJonathan Wakely1-1/+1
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović4-22/+23
2023-06-28Add cold attribute to throw wrappers and terminateJan Hubicka1-2/+2
2023-06-03c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]Jason Merrill1-1/+3
2023-06-01libstdc++: optimize EH phase 2Jason Merrill1-0/+4
2023-04-19libstdc++: Adjust uses of null pointer constants in docsJonathan Wakely1-2/+2
2023-03-07libstdc++: Fix comment typo in eh_personality.ccJonathan Wakely1-1/+1