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
/
include
/
ext
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-03
Update copyright years.
Jakub Jelinek
284
-284
/
+284
2021-12-14
libstdc++: Simplify typedefs by using __UINTPTR_TYPE__
Jonathan Wakely
1
-31
/
+19
2021-12-09
libstdc++: Fix non-reserved name in std::allocator base class [PR64135]
Jonathan Wakely
1
-155
/
+2
2021-11-23
libstdc++: Fix circular dependency for bitmap_allocator [PR103381]
Jonathan Wakely
1
-1
/
+1
2021-11-19
libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]
Jonathan Wakely
1
-0
/
+1
2021-11-16
libstdc++: Implement constexpr std::basic_string for C++20
Michael de Lang
1
-1
/
+3
2021-10-09
libstdc++: Enable vstring for wchar_t unconditionally [PR98725]
Jonathan Wakely
3
-6
/
+0
2021-08-28
libstdc++: Fix std::allocator<void> for versioned namespace
Jonathan Wakely
1
-0
/
+5
2021-08-25
libstdc++: Remove __gnu_cxx::rope::erase(size_type) [PR102048]
Jonathan Wakely
1
-5
/
+0
2021-08-18
libstdc++: Simplify n-ary arithmetic promotion traits
Jonathan Wakely
1
-1
/
+15
2021-08-12
libstdc++: Add additional overload of std::lerp [PR101870]
Jonathan Wakely
1
-1
/
+7
2021-07-22
libstdc++: Use __builtin_operator_new when available [PR94295]
Jonathan Wakely
1
-13
/
+25
2021-07-21
libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542]
Jonathan Wakely
1
-1
/
+8
2021-07-16
libstdc++: Use __extension__ instead of diagnostic pragmas
Jonathan Wakely
1
-3
/
+2
2021-07-16
libstdc++: Suppress pedantic warnings about __int128
Jonathan Wakely
1
-0
/
+3
2021-07-01
libstdc++: Improvements to Doxygen markup
Jonathan Wakely
1
-1
/
+1
2021-05-11
libstdc++: Fix missing members in std::allocator<void>
Jonathan Wakely
2
-2
/
+14
2021-05-04
libstdc++: Fix null dereference in pb_ds containers
Jonathan Wakely
1
-10
/
+16
2021-04-06
libstdc++: Fix Doxygen warnings
Jonathan Wakely
2
-1
/
+8
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
9
-22
/
+22
2021-02-09
libstdc++: Fix build failure for targets without unistd.h
Vladimir Vishnevsky
1
-1
/
+0
2021-01-04
Update copyright years.
Jakub Jelinek
284
-284
/
+284
2020-12-16
libstdc++: Add C++ runtime support for new 128-bit long double format
Jonathan Wakely
1
-0
/
+32
2020-12-16
libstdc++: Only use __builtin_sprintf if supported [PR 96083]
Jonathan Wakely
1
-0
/
+16
2020-12-02
libstdc++: Fix null pointer dereferences in __gnu_cxx::rope
Jonathan Wakely
2
-23
/
+31
2020-12-02
libstdc++: Fix indentation in rope
Jonathan Wakely
1
-4
/
+4
2020-11-12
libstdc++: Simplify __numeric_traits definition
Jonathan Wakely
1
-8
/
+21
2020-11-12
libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798]
Jonathan Wakely
1
-36
/
+68
2020-10-29
libstdc++: Do not use volatile for __gnu_cxx::rope reference counting
Jonathan Wakely
1
-2
/
+2
2020-10-29
libstdc++: Fix some warnings in headers
Jonathan Wakely
2
-2
/
+12
2020-10-28
libstdc++: Override BUFSIZ for Windows targets [PR 94268]
Jonathan Wakely
1
-2
/
+2
2020-10-05
libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190]
Jonathan Wakely
2
-4
/
+16
2020-09-26
libstdc++: Use __libc_single_threaded to optimise atomics [PR 96817]
Jonathan Wakely
1
-12
/
+23
2020-09-10
libstdc++: Add unused attributes to suppress warnings
Krystian Kuźniarek
1
-1
/
+1
2020-08-19
libstdc++: Make __int128 meet integer-class requirements [PR 96042]
Jonathan Wakely
1
-2
/
+16
2020-07-07
libstdc++: Replace __int_limits with __numeric_traits_integer
Jonathan Wakely
1
-0
/
+10
2020-04-30
libstdc++: Avoid errors in allocator's noexcept-specifier (PR 89510)
Jonathan Wakely
2
-6
/
+4
2020-04-17
libstdc++: Add comparison operators to sequence containers
Jonathan Wakely
1
-1
/
+7
2020-04-15
libstdc++: Add comparison operators to types from Utilities clause
Jonathan Wakely
8
-1
/
+17
2020-02-07
libstdc++: Implement P1878R1 "Constraining Readable Types"
Jonathan Wakely
1
-4
/
+4
2020-01-09
libstdc++: Fix <ext/pointer.h> incompatibilities with C++20
Jonathan Wakely
2
-4
/
+15
2020-01-01
Update copyright years.
Jakub Jelinek
284
-284
/
+284
2019-10-30
Remove some more using-declarations from namespace __gnu_cxx
Jonathan Wakely
3
-34
/
+29
2019-10-29
Fix compilation errors with Clang
Jonathan Wakely
1
-3
/
+5
2019-10-23
PR c++/91369 Implement P0784R7 changes to allocation and construction
Jonathan Wakely
3
-13
/
+11
2019-10-23
Qualify type names in <ext/throw_allocator.h>
Jonathan Wakely
1
-2
/
+2
2019-10-23
Adjust pb_ds extensions to use allocator_traits
Jonathan Wakely
36
-469
/
+328
2019-10-23
Adjust extension types to use allocator_traits
Jonathan Wakely
3
-7
/
+20
2019-10-22
Remove redundant std::allocator members for C++20
Jonathan Wakely
10
-45
/
+82
2019-08-09
skip Cholesky decomposition in is>>n_mv_dist
Alexandre Oliva
2
-3
/
+20
[next]