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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-29
Daily bump.
GCC Administrator
1
-0
/
+12
2021-03-28
libstdc++: _GLIBCXX_DEBUG Fix allocator-extended move constructor
François Dumont
5
-7
/
+23
2021-03-27
Daily bump.
GCC Administrator
1
-0
/
+26
2021-03-26
libstdc++: Add PRNG fallback to std::random_device
Jonathan Wakely
7
-128
/
+189
2021-03-26
Daily bump.
GCC Administrator
1
-0
/
+61
2021-03-25
libstdc++: Fix and complete __gnu_debug::basic_string implementation
François Dumont
15
-25
/
+245
2021-03-25
c++: Fix source_location inconsistency between calls from templates and non-t...
Jakub Jelinek
2
-19
/
+19
2021-03-25
libstdc++: Declare malloc for freestanding
Jonathan Wakely
1
-0
/
+4
2021-03-25
libstdc++: Allow seeding random engines in testsuite
Jonathan Wakely
2
-30
/
+73
2021-03-24
Daily bump.
GCC Administrator
1
-0
/
+18
2021-03-23
libstdc++: Improve test for views::reverse
Jonathan Wakely
1
-3
/
+4
2021-03-23
libstdc++: Avoid accidental ADL when calling make_reverse_iterator
Moritz Sichert
2
-6
/
+24
2021-03-23
libstdc++: Disable "ALT128" long double support for Clang
Jonathan Wakely
1
-1
/
+4
2021-03-23
Daily bump.
GCC Administrator
1
-0
/
+21
2021-03-22
libstdc++: Implement string_view range constructor for C++20
Jonathan Wakely
3
-2
/
+371
2021-03-22
libstdc++: Add noexcept to std::begin etc as per LWG 2280 and 3537
Jonathan Wakely
4
-6
/
+65
2021-03-20
Daily bump.
GCC Administrator
1
-0
/
+7
2021-03-19
libstdc++: Add std::is_scoped_enum for C++23
Jonathan Wakely
4
-0
/
+107
2021-03-17
Daily bump.
GCC Administrator
1
-0
/
+30
2021-03-16
libstdc++: Remove symbols for new std::call_once implementation [PR 99341]
Jonathan Wakely
6
-97
/
+0
2021-03-16
libstdc++: Revert to old std::call_once implementation [PR 99341]
Jonathan Wakely
3
-176
/
+156
2021-03-16
Daily bump.
GCC Administrator
1
-0
/
+26
2021-03-15
libstdc++-v3: Update VTV vars for libtool link commands [PR99172]
Caroline Tice
3
-2
/
+14
2021-03-15
libstdc++, testsuite, Darwin : Adjust for names used in system headers.
Iain Sandoe
1
-0
/
+5
2021-03-15
libstdc++, Darwin, ppc : Add new long double symbols.
Iain Sandoe
1
-0
/
+3
2021-03-15
libstdc++: Implement missing operator overloads in max_size_type.h
Patrick Palka
2
-2
/
+112
2021-03-12
Daily bump.
GCC Administrator
1
-0
/
+68
2021-03-11
libstdc++: Add a fallback 128-bit integer class type and use it
Patrick Palka
3
-24
/
+332
2021-03-11
libstdc++: Remove Ryu's uint128_t aliases
Patrick Palka
4
-9
/
+3
2021-03-11
libstdc++: Add a LOCAL_PATCHES file to Ryu source directory
Patrick Palka
1
-0
/
+1
2021-03-11
libstdc++: Factor out uses of __int128 into a type alias
Patrick Palka
1
-9
/
+16
2021-03-11
libstdc++: Make barrier::arrival_token a move-only class type
Jonathan Wakely
1
-6
/
+18
2021-03-11
libstdc++: Fix find_type helper to work consistently
Jonathan Wakely
1
-2
/
+2
2021-03-11
libstdc++: Use acq_rel memory ordering [PR 99537]
Jonathan Wakely
1
-1
/
+1
2021-03-11
libstdc++: Handle EPERM for filesystem access errors on MacOS [PR 99537]
Jonathan Wakely
3
-2
/
+14
2021-03-11
libstdc++: Initialize std::normal_distribution::_M_saved [PR 99536]
Jonathan Wakely
1
-4
/
+4
2021-03-11
Daily bump.
GCC Administrator
1
-0
/
+55
2021-03-10
Add options to link with libatomic in various tests.
John David Anglin
12
-0
/
+12
2021-03-10
libstdc++: Fix headers that can't be used as header units [PR 99413]
Jonathan Wakely
16
-17
/
+26
2021-03-10
libstdc++: Implement LWG 3530 for concept-constrained comparisons
Jonathan Wakely
4
-22
/
+68
2021-03-10
libstdc++: Uncomment more parts of <chrono> synopsis test
Jonathan Wakely
1
-1
/
+4
2021-03-07
Daily bump.
GCC Administrator
1
-0
/
+6
2021-03-06
libstdc++: Improve std::rot[lr] [PR99396]
Jakub Jelinek
1
-0
/
+16
2021-03-05
Daily bump.
GCC Administrator
1
-0
/
+9
2021-03-04
libstdc++: Fix buffer overflows in tests [PR 99382]
Jonathan Wakely
2
-2
/
+9
2021-03-04
Daily bump.
GCC Administrator
1
-0
/
+16
2021-03-03
libstdc++: Update Solaris baselines for GCC 11.1
Rainer Orth
4
-0
/
+392
2021-03-03
libstdc++: Don't use reserved identifiers in simd headers
Rainer Orth
3
-10
/
+10
2021-02-28
Daily bump.
GCC Administrator
1
-0
/
+7
2021-02-27
libstdc++: Fix conversions from date types to integers [PR 99301]
Jonathan Wakely
1
-2
/
+2
[next]