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/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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-03
libstdc++: Fix some warnings seen during bootstrap
Jonathan Wakely
2
-1
/
+4
2024-10-03
libstdc++: [_Hashtable] Fix some implementation inconsistencies
François Dumont
2
-27
/
+29
2024-10-02
libstdc++: Fix rounding in chrono::parse
Jonathan Wakely
1
-7
/
+57
2024-10-02
libstdc++: Fix -Wlong-long warning in <bits/postypes.h>
Jonathan Wakely
1
-0
/
+3
2024-09-27
libstdc++: Fix more pedwarns in headers for C++98
Jonathan Wakely
17
-15
/
+97
2024-09-27
libstdc++: Refactor experimental::filesystem::path string conversions
Jonathan Wakely
1
-84
/
+53
2024-09-27
libstdc++: Fix -Wsign-compare warning in std::string::resize_for_overwrite
Jonathan Wakely
2
-2
/
+2
2024-09-27
libstdc++: Fix test FAIL due to -Wpointer-arith
Jonathan Wakely
2
-34
/
+31
2024-09-27
libstdc++: Add missing 'inline' to always_inline function
Jonathan Wakely
1
-1
/
+1
2024-09-27
libgcc, libstdc++: Make declarations no longer TU-local [PR115126]
Nathaniel Shead
6
-20
/
+20
2024-09-26
libstdc++: Preserve signbit of nan when converting float to double [PR113578]
Jonathan Wakely
1
-6
/
+37
2024-09-26
libstdc++: Add [[nodiscard]] to iostream members
Jonathan Wakely
5
-0
/
+47
2024-09-26
libstdc++: Suppress an attribute suggestion warning [PR116853].
Iain Sandoe
1
-0
/
+3
2024-09-26
libstdc++: Fix std::basic_stracktrace to not assume allocators throw std::bad...
Jonathan Wakely
1
-2
/
+2
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
331
-4
/
+663
2024-09-25
libstdc++: more #pragma diagnostic
Jason Merrill
2
-0
/
+10
2024-09-24
libstdc++: Remove unnecessary 'static' from __is_specialization_of
Nathaniel Shead
1
-3
/
+2
2024-09-23
libstdc++: guard c++config pragmas
Jason Merrill
1
-0
/
+2
2024-09-22
libstdc++: Disable std::formatter<char8_t, C> specialization
Jonathan Wakely
1
-25
/
+28
2024-09-22
libstdc++: Fix condition for ranges::copy to use memmove [PR116754]
Jonathan Wakely
1
-1
/
+1
2024-09-22
libstdc++: Fix formatting of most negative chrono::duration [PR116755]
Jonathan Wakely
1
-2
/
+14
2024-09-22
libstdc++: Use constexpr instead of _GLIBCXX20_CONSTEXPR in <vector>
Jonathan Wakely
1
-3
/
+3
2024-09-22
libstdc++: Reorder C++26 entries in version.def
Jonathan Wakely
2
-37
/
+37
2024-09-22
libstdc++: add default template parameters to algorithms
Jonathan Wakely
17
-81
/
+210
2024-09-20
libstdc++: fix C header include guards
Jason Merrill
37
-95
/
+92
2024-09-20
libstdc++: Avoid forming T* in unique_ptr(auto_ptr<U>&&) constraints [PR116529]
Jonathan Wakely
1
-2
/
+3
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
62
-1
/
+298
2024-09-18
libstdc++: add braces
Jason Merrill
1
-1
/
+1
2024-09-16
libstdc++: Add .editorconfig files
Jonathan Wakely
1
-0
/
+10
2024-09-15
libstdc++: Adjust std::span::iterator to be ADL-proof
Jonathan Wakely
2
-2
/
+7
2024-09-15
libstdc++: Enable most of <chrono> for freestanding
Jonathan Wakely
4
-13
/
+38
2024-09-15
libstdc++: Add assertion for valid facet type arguments
Jonathan Wakely
2
-0
/
+10
2024-09-15
libstdc++: Make PSTL algorithms accept C++20 iterators [PR110512]
Jonathan Wakely
1
-5
/
+16
2024-09-14
libstdc++: Tweak localized formatting for floating-point types
Jonathan Wakely
1
-7
/
+10
2024-09-14
libstdc++: Refactor loops in std::__platform_semaphore
Jonathan Wakely
1
-38
/
+20
2024-09-13
libstdc++: Do not use use memmove for 1-element ranges [PR108846,PR116471]
Giuseppe D'Angelo
1
-25
/
+21
2024-09-12
libstdc++: Remove unused alias template in std::optional
Jonathan Wakely
1
-2
/
+0
2024-09-11
libstdc++: Restore unrolling in std::find using pragma [PR116140]
Alex Coplan
1
-0
/
+1
2024-09-10
libstdc++: Only use std::ios_base_library_init() for ELF [PR116159]
Jonathan Wakely
1
-1
/
+1
2024-09-10
libstdc++: std::string move assignment should not use POCCA trait [PR116641]
Jonathan Wakely
1
-1
/
+1
2024-09-06
libstdc++: Fix std::chrono::parse for TAI and GPS clocks
Jonathan Wakely
1
-5
/
+7
2024-09-06
libstdc++: add missing __
Jason Merrill
1
-1
/
+1
2024-09-06
libstdc++: avoid __GLIBCXX__ redefinition
Jason Merrill
1
-0
/
+1
2024-09-05
c-family: add attribute flag_enum [PR81665]
Jason Merrill
1
-1
/
+1
2024-09-05
libstdc++: -Wswitch and ios::openmode
Jason Merrill
1
-5
/
+14
2024-09-03
libstdc++: Specialize std::disable_sized_sentinel_for for std::move_iterator ...
Jonathan Wakely
1
-0
/
+8
2024-09-03
libstdc++: Simplify std::any to fix -Wdeprecated-declarations warning
Jonathan Wakely
2
-2
/
+2
2024-09-03
libstdc++: Add missing feature-test macro in various headers
Dhruv Chawla
10
-0
/
+12
2024-08-28
libstdc++: Fix -Wunused-parameter warnings in Networking TS headers
Jonathan Wakely
2
-2
/
+2
2024-08-28
libstdc++: Fix -Wunused-variable warning in <format>
Jonathan Wakely
1
-0
/
+5
[prev]
[next]