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-06-09
Daily bump.
GCC Administrator
1
-0
/
+11
2020-06-08
libstdc++: Fix failing tests
Jonathan Wakely
2
-2
/
+2
2020-06-08
libstdc++: Implement operator<< for std::unique_ptr (LWG 2948)
Jonathan Wakely
2
-2
/
+109
2020-06-05
Daily bump.
GCC Administrator
1
-0
/
+55
2020-06-04
libstdc++: Remove workarounds for constrained nested class templates
Jonathan Wakely
2
-94
/
+97
2020-06-04
libstdc++: Specialize copy/copy_n for istreambuf_iterator and deque iterators
François Dumont
10
-35
/
+349
2020-06-04
libstdc++: Make std::copy_n work with negative and non-integral sizes
Jonathan Wakely
4
-6
/
+137
2020-06-03
Daily bump.
GCC Administrator
1
-0
/
+33
2020-06-02
libstdc++: Make debug containers prefer copy ctor to base ctor (PR 90102)
Jonathan Wakely
23
-25
/
+545
2020-06-02
Daily bump.
GCC Administrator
1
-0
/
+42
2020-06-02
libstdc++: Fix filesystem::u8path for mingw targets (PR 95392)
Jonathan Wakely
1
-75
/
+57
2020-06-01
libstdc++: Fix __gnu_test::input_iterator_wrapper::operator++(int)
Jonathan Wakely
1
-1
/
+14
2020-06-01
libstdc++: Document API changes in GCC 10
Jonathan Wakely
2
-0
/
+20
2020-06-01
libstdc++: Fix incorrect Docbook links
Jonathan Wakely
4
-6
/
+8
2020-06-01
libstdc++: Update/streamline Valgrind references
Gerald Pfeifer
2
-4
/
+4
2020-06-01
Daily bump.
GCC Administrator
1
-0
/
+16
2020-06-01
libstdc++: Remove stray change from previous commit
Gerald Pfeifer
1
-1
/
+0
2020-06-01
libstdc++: Switch www.cs.princeton.edu to https
Gerald Pfeifer
2
-3
/
+3
2020-05-31
Check for more missing math decls on vxworks.
Douglas B Rupp
2
-1
/
+257
2020-05-30
Daily bump.
GCC Administrator
1
-0
/
+12
2020-05-29
Avoid nested save_CFLAGS and save_LDFLAGS
H.J. Lu
1
-2
/
+3
2020-05-29
libstdc++: Review unordered_map insert_or_assign/try_emplace (PR 95079)
François Dumont
2
-112
/
+82
2020-05-28
Daily bump.
GCC Administrator
1
-0
/
+28
2020-05-27
libstdc++: Fix atomic<FP>::load (PR 95282)
Jonathan Wakely
2
-1
/
+36
2020-05-27
libstdc++: Fix view adaptors for mixed-const sentinels and iterators (PR 95322)
Jonathan Wakely
2
-47
/
+68
2020-05-27
libstdc++: Fix std::reverse_iterator comparisons (PR 94354)
Jonathan Wakely
2
-5
/
+105
2020-05-27
libstdc++: Add new testcase for comparison category types
Jonathan Wakely
1
-0
/
+46
2020-05-27
Daily bump.
GCC Administrator
1
-0
/
+10
2020-05-26
libstdc++: Fix common_iterator::operator-> [PR95322]
Patrick Palka
3
-18
/
+129
2020-05-23
libstdc++: Compile PR93978 testcase with -Wall
Patrick Palka
2
-2
/
+9
2020-05-23
libstdc++: Fix function that can't be constexpr in C++11 (PR 95289)
Jonathan Wakely
3
-1
/
+37
2020-05-23
libstdc++: Refactor filesystem::path string conversions
Jonathan Wakely
4
-197
/
+198
2020-05-23
libstdc++: Remove incorrect static specifiers
Jonathan Wakely
3
-12
/
+17
2020-05-23
libstdc++: Simplify filesystem::path SFINAE constraints
Jonathan Wakely
3
-48
/
+100
2020-05-21
libstdc++: Enable simple invocation of runtest in testsuite
Matthias Kretz
3
-2
/
+8
2020-05-21
libstdc++: Avoid constraint recursion with iterator_traits (PR 93983)
Jonathan Wakely
3
-4
/
+55
2020-05-21
libstdc++: Use macro for nodiscard attribute
Jonathan Wakely
2
-2
/
+5
2020-05-21
libstdc++: Better requirements checking in Networking TS
Jonathan Wakely
3
-27
/
+169
2020-05-21
libstdc++: Fix net::basic_socket::close(error_code&)
Jonathan Wakely
5
-14
/
+189
2020-05-21
libstdc++: Use 'using' for types in Networking TS headers
Jonathan Wakely
6
-90
/
+99
2020-05-19
libstdc++: Use RDRAND as fallback if RDSEED keeps failing (PR 94087)
Jonathan Wakely
3
-2
/
+98
2020-05-18
c++: Explain fn template argument type/value mismatches [PR66439]
Patrick Palka
3
-0
/
+9
2020-05-15
x86: Also check if -fcf-protection works
H.J. Lu
2
-0
/
+8
2020-05-14
x86: Default CET run-time support to auto
H.J. Lu
2
-2
/
+6
2020-05-13
x86-vxworks malloc aligns to 8 bytes like solaris
Alexandre Oliva
3
-5
/
+15
2020-05-12
Actually comment the new tests
Ulrich Drepper
2
-0
/
+64
2020-05-12
Implent C++20 std::atomic_flag::test
Ulrich Drepper
3
-0
/
+29
2020-05-11
Revert "libstdc++ Enhance thread safety of debug mode iterators"
François Dumont
2
-52
/
+28
2020-05-10
libstdc++ Enhance thread safety of debug mode iterators
François Dumont
2
-28
/
+52
2020-05-07
libstdc++: Fix whitespace in Changelog
Jonathan Wakely
1
-8
/
+8
[next]