]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/libsupc++
libiberty: disable logging of list content for doubly-linked list tests
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ /
2025-07-14  Jonathan Wakelylibstdc++: Correct value of __cpp_lib_constexpr_excepti...
2025-07-14  Jonathan Wakelylibstdc++: Fix constexpr exceptions for -fno-exceptions
2025-07-11  Jakub Jelineklibstdc++: Implement C++26 P3748R0 - Inspecting excepti...
2025-07-10  Jakub Jelinekc++, libstdc++: Implement C++26 P3068R5 - constexpr...
2025-06-26  Jakub Jelineklibstdc++: Implement C++26 P2927R3 - Inspecting excepti...
2025-06-26  Jakub Jelinekc++, libstdc++: Implement C++26 P2830R10 - Constexpr...
2025-06-11  Jonathan Wakelylibstdc++: Remove redundant parentheses in preprocessor...
2025-01-02  Jakub JelinekUpdate copyright years.
2024-11-08  Jakub Jelinekibstdc++: Add some further attributes to ::operator...
2024-11-01  Jonathan Wakelylibstdc++: Remove stray whitespace in #endif
2024-10-31  Jonathan Wakelylibstdc++: Add align_alloc attribute to aligned operato...
2024-10-25  Jakub Jelineknon-gcc: Remove trailing whitespace
2024-09-26  Jonathan Wakelylibstdc++: Remove noexcept-specifier from MCF __cxa_gua...
2024-09-25  Jason Merrilllibstdc++: #ifdef out #pragma GCC system_header
2024-09-23  Jason Merrilllibstdc++: operator new/delete are transaction_safe
2024-09-22  Jonathan Wakelylibstdc++: Silence -Wattributes warning in exception_ptr
2024-09-19  Jason Merrilllibstdc++: add #pragma diagnostic
2024-09-12  Jonathan Wakelylibstdc++: Simplify std::launder definition
2024-09-02  Andreas Schwablibsupc++: Fix handling of m68k extended real in <compare>
2024-08-08  Jakub Jelinekc++, libstdc++: Implement C++26 P2747R2 - constexpr...
2024-06-14  Jonathan Wakelylibstdc++: Make std::type_info::operator== always_inlin...
2024-06-14  Jonathan Wakelylibstdc++: Fix declaration of posix_memalign for freest...
2024-02-19  Iain Sandoelibstdc++, Darwin: Handle a linker warning [PR112397].
2024-01-11  Marcus Haehnellibstdc++: use updated type for __unexpected_handler
2024-01-11  Jonathan Wakelylibstdc++: Prefer posix_memalign for aligned-new [PR113258]
2024-01-07  Jonathan Wakelylibstdc++: Avoid conflicting declaration in eh_call...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-07  Alexandre Olivalibsupc++: try cxa_thread_atexit_impl at runtime
2023-12-06  Alexandre OlivaRevert "libsupc++: try cxa_thread_atexit_impl at runtime"
2023-12-02  Alexandre Olivalibsupc++: try cxa_thread_atexit_impl at runtime
2023-09-07  Jonathan Wakelylibstdc++: Simplify C++20 poison pill overloads (P2602R2)
2023-09-07  Jonathan Wakelylibstdc++: Rename C++20 Customization Point Objects
2023-08-17  Jonathan Wakelylibstdc++: Make __cmp_cat::__unseq constructor consteval
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-06-28  Jan HubickaAdd cold attribute to throw wrappers and terminate
2023-06-04  Jason Merrillc++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]
2023-06-01  Jason Merrilllibstdc++: optimize EH phase 2
2023-04-18  Jonathan Wakelylibstdc++: Adjust uses of null pointer constants in...
2023-03-07  Jonathan Wakelylibstdc++: Fix comment typo in eh_personality.cc
2023-02-16  Jonathan Wakelylibstdc++: Fix uses of non-reserved names in headers
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-28  Jonathan Wakelylibstdc++: Fix _Hash_bytes for I16LP32 targets [PR107885]
2022-11-08  Jonathan Wakelylibstdc++: Fix -Wsystem-headers warnings
2022-11-05  Jakob Hasselibstdc++: fix pointer type exception catch (no RTTI...
2022-11-04  Jonathan Wakelylibstdc++: Simplify lifetime of eh_globals variable...
2022-11-04  Jonathan Wakelylibstdc++: Define _GNU_SOURCE for secure_getenv on...
2022-11-02  Jonathan Wakelylibstdc++: Remove more redundant union members
2022-11-02  Jakub Jelineklibstdc++: _Bfloat16 for <compare>
2022-10-28  Arsen Arsenovićlibstdc++: Don't use gstdint.h anymore
2022-10-19  LIU Haogcc: Add 'mcf' thread model support from mcfgthread
2022-10-14  Jonathan Wakelylibstdc++: Disable all emergency EH pool code if obj...
2022-10-11  Jonathan Wakelylibstdc++: Fix bootstrap for --disable-threads build...
2022-10-11  Jonathan Wakelylibstdc++: Allow emergency EH alloc pool size to be...
2022-09-07  Jason Merrilllibstdc++: small dynamic_cast optimization
2022-08-17  Keef AragonFix bug in emergency cxa pool free
2022-06-22  Alexandre Olivalibstdc++: eh_globals: gthreads: reset _S_init before...
2022-06-10  Jonathan Wakelylibstdc++: Fix lifetime bugs for non-TLS eh_globals...
2022-05-13  Jonathan Wakelylibstdc++: Allow std::swap to find overload for std...
2022-05-13  Jonathan Wakelylibstdc++: Make std::rethrow_if_nested work without...
2022-05-12  Jonathan Wakelylibstdc++: Remove whitespace before preprocessor directives
2022-05-06  Jonathan Wakelylibstdc++: Do not use #include inside push visibility...
2022-03-31  Jonathan Wakelylibstdc++: Add comment about memalign requirements
2022-03-29  Jonathan Wakelylibstdc++: Workaround for missing 'using enum' in Clang 12
2022-03-27  Jonathan Wakelylibstdc++: Define std::expected for C++23 (P0323R12)
2022-03-10  Jonathan Wakelylibstdc++: Fix std::strong_order to handle NaN on VAX
2022-03-10  Jonathan Wakelylibstdc++: Support VAX floats in std::strong_order
2022-03-04  Jonathan Wakelylibstdc++: Fix -Wunused-local-typedefs warning in ...
2022-03-03  Jonathan Wakelylibstdc++: Implement std::strong_order for floating...
2022-02-04  Jonathan Wakelylibstdc++: Add suggestion to std::uncaught_exception...
2022-01-21  Jonathan Wakelylibstdc++: Ensure all feature test macros have type...
2022-01-17  Jonathan Wakelylibstdc++: Define <stacktrace> header for C++23
2022-01-10  Jonathan Wakelylibstdc++: Fix and simplify freestanding configuration...
2022-01-05  Jonathan Wakelylibstdc++: Implement P1328 "Making std::type_info:...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-09  Jonathan Wakelylibstdc++: Make std::make_exception_ptr work with ...
2021-12-09  Jonathan Wakelylibstdc++: Fix std::exception_ptr regressions [PR103630]
2021-12-01  Jonathan Wakelylibstdc++: Define std::__is_constant_evaluated() for...
2021-11-17  Jonathan Wakelylibstdc++: Fix std::type_info::before for ARM [PR103240]
2021-11-04  Jonathan Wakelylibstdc++: Deprecate std::unexpected and handler functions
2021-10-11  Jonathan Wakelylibstdc++: Add wrapper for internal uses of std::terminate
2021-09-13  Jason Merrillc++: implement C++17 hardware interference size
2021-08-23  Jonathan Wakelylibstdc++: Use __builtin_expect in __dynamic_cast
2021-08-06  Jonathan Wakelylibstdc++: Also move the [[nodiscard]] attributes in...
2021-08-05  Jonathan Wakelylibstdc++: Add [[nodiscard]] to <compare>
2021-07-01  Jonathan Wakelylibstdc++: Improvements to Doxygen markup
2021-06-14  Jonathan Wakelylibstdc++: Implement LWG 3465 for std::compare_partial_...
2021-06-14  Jonathan Wakelylibstdc++: Change [cmp.alg] assertions to constraints
2021-04-15  Jonathan Wakelylibstdc++: Move atomic functions to libsupc++ [PR 96657]
2021-04-06  Jonathan Wakelylibstdc++: Fix doxygen markup for group close commands
2021-03-25  Jonathan Wakelylibstdc++: Declare malloc for freestanding
2021-03-10  Jonathan Wakelylibstdc++: Implement LWG 3530 for concept-constrained...
2021-02-23  Martin SeborPR c++/99074 - crash in dynamic_cast<>() on null pointer
2021-02-11  Jonathan Wakelylibstdc++: Fix versioned namespace build
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-16  Jonathan Wakelylibstdc++: Add C++ runtime support for new 128-bit...
2020-11-09  Jonathan Wakelylibstdc++: Use 'inline' consistently in std::exception_...
2020-11-07  Liu Haolibsupc++: Make the destructor parameter to `__cxa_thre...
2020-11-05  Jonathan Wakelylibstdc++: Fix multiple definitions of std::exception_p...
2020-10-28  Jonathan Wakelylibstdc++: Add comment to nothrow new explaining catch...
2020-10-26  Jonathan Wakelylibstdc++: Fix declarations of memalign etc. for freest...
next