Age | Commit message (Expand) | Author | Files | Lines |
2024-02-19 | libstdc++, Darwin: Handle a linker warning [PR112397]. | Iain Sandoe | 2 | -0/+14 |
2024-01-11 | libstdc++: use updated type for __unexpected_handler | Marcus Haehnel | 1 | -1/+1 |
2024-01-11 | libstdc++: Prefer posix_memalign for aligned-new [PR113258] | Jonathan Wakely | 1 | -11/+15 |
2024-01-07 | libstdc++: Avoid conflicting declaration in eh_call.cc [PR112997] | Jonathan Wakely | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 83 | -83/+83 |
2023-12-07 | libsupc++: try cxa_thread_atexit_impl at runtime | Alexandre Oliva | 1 | -1/+22 |
2023-12-05 | Revert "libsupc++: try cxa_thread_atexit_impl at runtime" | Alexandre Oliva | 1 | -14/+1 |
2023-12-02 | libsupc++: try cxa_thread_atexit_impl at runtime | Alexandre Oliva | 1 | -1/+14 |
2023-09-07 | libstdc++: Simplify C++20 poison pill overloads (P2602R2) | Jonathan Wakely | 1 | -0/+6 |
2023-09-07 | libstdc++: Rename C++20 Customization Point Objects | Jonathan Wakely | 1 | -13/+18 |
2023-08-17 | libstdc++: Make __cmp_cat::__unseq constructor consteval | Jonathan Wakely | 1 | -1/+1 |
2023-08-16 | libstdc++: Replace all manual FTM definitions and use | Arsen Arsenović | 4 | -22/+23 |
2023-06-28 | Add cold attribute to throw wrappers and terminate | Jan Hubicka | 1 | -2/+2 |
2023-06-03 | c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720] | Jason Merrill | 1 | -1/+3 |
2023-06-01 | libstdc++: optimize EH phase 2 | Jason Merrill | 1 | -0/+4 |
2023-04-19 | libstdc++: Adjust uses of null pointer constants in docs | Jonathan Wakely | 1 | -2/+2 |
2023-03-07 | libstdc++: Fix comment typo in eh_personality.cc | Jonathan Wakely | 1 | -1/+1 |
2023-02-16 | libstdc++: Fix uses of non-reserved names in headers | Jonathan Wakely | 1 | -2/+3 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 83 | -83/+83 |
2022-11-28 | libstdc++: Fix _Hash_bytes for I16LP32 targets [PR107885] | Jonathan Wakely | 1 | -3/+7 |
2022-11-08 | libstdc++: Fix -Wsystem-headers warnings | Jonathan Wakely | 1 | -1/+1 |
2022-11-05 | libstdc++: fix pointer type exception catch (no RTTI) [PR105387] | Jakob Hasse | 1 | -1/+6 |
2022-11-04 | libstdc++: Simplify lifetime of eh_globals variable [PR107500] | Jonathan Wakely | 1 | -15/+5 |
2022-11-04 | libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR107511] | Jonathan Wakely | 1 | -0/+5 |
2022-11-02 | libstdc++: Remove more redundant union members | Jonathan Wakely | 1 | -1/+0 |
2022-11-02 | libstdc++: _Bfloat16 for <compare> | Jakub Jelinek | 1 | -1/+6 |
2022-10-29 | libstdc++: Don't use gstdint.h anymore | Arsen Arsenović | 1 | -1/+0 |
2022-10-19 | gcc: Add 'mcf' thread model support from mcfgthread | LIU Hao | 2 | -0/+51 |
2022-10-14 | libstdc++: Disable all emergency EH pool code if obj-count == 0 | Jonathan Wakely | 1 | -1/+19 |
2022-10-11 | libstdc++: Fix bootstrap for --disable-threads build [PR107221] | Jonathan Wakely | 1 | -2/+2 |
2022-10-11 | libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606] | Jonathan Wakely | 3 | -67/+163 |
2022-09-07 | libstdc++: small dynamic_cast optimization | Jason Merrill | 1 | -0/+6 |
2022-08-17 | Fix bug in emergency cxa pool free | Keef Aragon | 1 | -2/+2 |
2022-06-21 | libstdc++: eh_globals: gthreads: reset _S_init before deleting key | Alexandre Oliva | 1 | -2/+7 |
2022-06-10 | libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880] | Jonathan Wakely | 1 | -14/+37 |
2022-05-13 | libstdc++: Allow std::swap to find overload for std::exception_ptr | Jonathan Wakely | 1 | -4/+15 |
2022-05-13 | libstdc++: Make std::rethrow_if_nested work without RTTI | Jonathan Wakely | 1 | -19/+97 |
2022-05-12 | libstdc++: Remove whitespace before preprocessor directives | Jonathan Wakely | 1 | -5/+5 |
2022-05-06 | libstdc++: Do not use #include inside push visibility scope [PR99871] | Jonathan Wakely | 6 | -33/+7 |
2022-03-31 | libstdc++: Add comment about memalign requirements | Jonathan Wakely | 1 | -0/+2 |
2022-03-29 | libstdc++: Workaround for missing 'using enum' in Clang 12 | Jonathan Wakely | 1 | -0/+17 |
2022-03-27 | libstdc++: Define std::expected for C++23 (P0323R12) | Jonathan Wakely | 1 | -1/+1 |
2022-03-10 | libstdc++: Fix std::strong_order to handle NaN on VAX | Jonathan Wakely | 1 | -2/+10 |
2022-03-10 | libstdc++: Support VAX floats in std::strong_order | Jonathan Wakely | 1 | -0/+5 |
2022-03-04 | libstdc++: Fix -Wunused-local-typedefs warning in <compare> | Jonathan Wakely | 1 | -2/+2 |
2022-03-03 | libstdc++: Implement std::strong_order for floating-point types [PR96526] | Jonathan Wakely | 1 | -4/+249 |
2022-02-04 | libstdc++: Add suggestion to std::uncaught_exception() warning | Jonathan Wakely | 1 | -1/+1 |
2022-01-21 | libstdc++: Ensure all feature test macros have type long [PR87193] | Jonathan Wakely | 1 | -1/+1 |
2022-01-17 | libstdc++: Define <stacktrace> header for C++23 | Jonathan Wakely | 1 | -0/+7 |
2022-01-10 | libstdc++: Fix and simplify freestanding configuration [PR103866] | Jonathan Wakely | 2 | -2/+3 |