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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-13
libstdc++: Deprecate the --enable-cheaders=c_std configuration
Jonathan Wakely
2
-12
/
+50
2020-08-13
Daily bump.
GCC Administrator
1
-0
/
+29
2020-08-12
libstdc++: ChangeLog corrections
Jonathan Wakely
1
-1
/
+2
2020-08-12
libstdc++: Make self-move well-defined for containers [PR 85828]
Jonathan Wakely
16
-19
/
+356
2020-08-12
Daily bump.
GCC Administrator
1
-0
/
+83
2020-08-11
libstdc++: Implement DR 526 on [forward_]list remove_if/unique [PR 91620]
François Dumont
6
-124
/
+382
2020-08-11
libstdc++: Fix failing tests for AIX
Jonathan Wakely
2
-0
/
+6
2020-08-11
libstdc++: Make Networking TS work without gthreads [PR 89760]
Jonathan Wakely
3
-38
/
+87
2020-08-11
libstdc++: Make net::system_context tag type constructor explicit
Jonathan Wakely
1
-1
/
+1
2020-08-11
libstdc++: Fix net::system_context stop condition
Jonathan Wakely
2
-1
/
+43
2020-08-11
libstdc++: Fix <stop_token> to compile without gthreads
Jonathan Wakely
1
-5
/
+5
2020-08-11
libstdc++: Make std::this_thread functions work without gthreads
Jonathan Wakely
9
-32
/
+127
2020-08-11
Daily bump.
GCC Administrator
1
-0
/
+40
2020-08-10
libstdc++: Fix build for targets without lstat [PR 94681]
Jonathan Wakely
2
-2
/
+2
2020-08-10
libstdc++: Fix compatibility support in unique_ptr pretty printer
Jonathan Wakely
2
-4
/
+6
2020-08-10
libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem-ts [PR 94681]
Jonathan Wakely
2
-350
/
+347
2020-08-10
libstdc++: Implement LWG 561 for std::inserter
Jonathan Wakely
2
-6
/
+50
2020-08-10
libstdc++: Check __cpp_exceptions in basic_string::reserve()
Jonathan Wakely
1
-0
/
+2
2020-08-10
libstdc++: Use _wstat64 for Windows [PR 95749]
Jonathan Wakely
1
-3
/
+3
2020-08-08
Daily bump.
GCC Administrator
1
-0
/
+21
2020-08-07
libstdc++: Fix ambiguous comparisons in __gnu_debug::bitset [PR 96303]
Jonathan Wakely
2
-2
/
+35
2020-08-07
libstdc++: Replace some VERIFY tests with static_assert
Jonathan Wakely
2
-57
/
+61
2020-08-07
libstdc++: Fix linker script patterns for 32-bit targets
Jonathan Wakely
1
-3
/
+3
2020-08-07
Daily bump.
GCC Administrator
1
-0
/
+64
2020-08-06
libstdc++: Implement P0966 std::string::reserve should not shrink
Andrew Luo
11
-79
/
+182
2020-08-06
libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])
Jonathan Wakely
8
-4
/
+225
2020-08-06
libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
Jonathan Wakely
2
-0
/
+12
2020-08-06
libstdc++: Adjust overflow prevention to operator>>
Jonathan Wakely
3
-10
/
+94
2020-08-06
Daily bump.
GCC Administrator
1
-0
/
+61
2020-08-05
libstdc++: Break long lines to fit in 80 columns
Jonathan Wakely
1
-2
/
+6
2020-08-05
libstdc++: Change URL for PSTL again
Jonathan Wakely
2
-2
/
+2
2020-08-05
libstdc++: Replace operator>>(istream&, char*) [LWG 2499]
Jonathan Wakely
18
-41
/
+386
2020-08-02
Daily bump.
GCC Administrator
1
-0
/
+6
2020-08-02
Move www.stroustrup.com to https
Gerald Pfeifer
2
-2
/
+2
2020-08-01
Daily bump.
GCC Administrator
1
-0
/
+489
2020-07-31
libstdc++: ParallelSTL is now part of oneAPI DPC++ Library
Gerald Pfeifer
2
-2
/
+2
2020-07-31
libstdc++: Fix and improve std::vector<bool> implementation.
François Dumont
4
-69
/
+130
2020-07-31
libstdc++: Fix tests that fail for C++98
Jonathan Wakely
2
-4
/
+4
2020-07-31
libstdc++: Fix test that fails for C++98
Jonathan Wakely
1
-9
/
+9
2020-07-31
libstdc++: Avoid using __float128 in strict modes
Jonathan Wakely
2
-2
/
+2
2020-07-31
libstdc++: Ensure c++NN effective-target present in more tests
Jonathan Wakely
4
-4
/
+4
2020-07-31
libstdc++: Add dg-require-effective-target to std::span assert tests
Jonathan Wakely
13
-13
/
+26
2020-07-31
libstdc++: Use c++NN_only effective target to tests
Jonathan Wakely
8
-12
/
+6
2020-07-31
libstdc++: Ensure c++NN effective target present in all C++17 tests
Jonathan Wakely
208
-101
/
+210
2020-07-31
libstdc++: Remove condition around friend declaration (PR 96382)
Jonathan Wakely
1
-2
/
+0
2020-07-31
libstdc++: Remove accidental -std=gnu++17 from test
Jonathan Wakely
1
-1
/
+1
2020-07-31
libstdc++: Adjust tests that give different results in C++20
Jonathan Wakely
2
-3
/
+15
2020-07-31
libstdc++: Add -Wno-deprecated for tests that warn in C++20
Jonathan Wakely
2
-3
/
+6
2020-07-31
libstdc++: Remove duplicate dg-do directive
Jonathan Wakely
1
-3
/
+1
2020-07-31
libstdc++: Fix use of newlocale in std:::from_chars
Jonathan Wakely
1
-1
/
+1
[next]