index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
libsupc++
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-08
c++, libstdc++: Implement C++26 P2747R2 - constexpr placement new [PR115744]
Jakub Jelinek
1
-2
/
+13
2024-06-14
libstdc++: Make std::type_info::operator== always_inline for C++23 [PR110572]
Jonathan Wakely
1
-0
/
+3
2024-06-14
libstdc++: Fix declaration of posix_memalign for freestanding
Jonathan Wakely
1
-1
/
+1
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
[next]