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
2017-02-03
PR libstdc++/60936 reduce coupling between objects in libstdc++.a
Jonathan Wakely
18
-194
/
+438
2017-02-02
Update libstdc++ baseline symbols for x32
H.J. Lu
2
-0
/
+84
2017-02-02
Separate Solaris/SPARC and x86 baselines
Rainer Orth
10
-0
/
+10634
2017-02-02
Update Solaris baselines
Rainer Orth
7
-0
/
+131
2017-02-01
PR78346 make <bits/predefined_ops.h> handle stashing iterators
Jonathan Wakely
3
-7
/
+131
2017-02-01
PR libstdc++/79254 simplify exception-safety in copy assignment
Jonathan Wakely
6
-81
/
+65
2017-01-30
Implement LWG 2825, LWG 2756 breaks class template argument deduction for opt...
Ville Voutilainen
3
-0
/
+53
2017-01-27
PR libstdc++/79254 fix exception-safety in std::string::operator=
Jonathan Wakely
7
-16
/
+155
2017-01-26
PR libstdc++/70607 revert recent changes to <tr1/complex>
Jonathan Wakely
2
-1
/
+15
2017-01-26
Fix libstdc++ testsuite failures in C++98 and C++11 mode
Jonathan Wakely
6
-9
/
+19
2017-01-26
Fix namespace versioning and remove __detail::__identity helpers
Jonathan Wakely
6
-37
/
+62
2017-01-26
* name-lookup.c (parse_using_directive): Deprecate strong using.
Jason Merrill
2
-2
/
+0
2017-01-26
PR libstdc++/79190 add fallback aligned_alloc implementation
Jonathan Wakely
3
-5
/
+45
2017-01-26
update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...
Jakub Jelinek
1
-0
/
+5
2017-01-26
update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...
Jakub Jelinek
2
-2
/
+2
2017-01-25
PR libstdc++/70607 make proj(T) and conj(T) return complex<T>
Jonathan Wakely
5
-27
/
+48
2017-01-24
PR libstdc++/79206 check string_view sizes in operator==
Jonathan Wakely
3
-6
/
+12
2017-01-23
Restore <functional> header to test
Jonathan Wakely
2
-0
/
+6
2017-01-23
69301.cc: Require atomic builtins.
Thomas Preud'homme
2
-0
/
+5
2017-01-23
PR libstdc++/79195 fix make_array type deduction
Jonathan Wakely
4
-23
/
+51
2017-01-23
* doc/xml/manual/debug.xml: code.google.com uses https now.
Gerald Pfeifer
2
-1
/
+5
2017-01-22
* doc/xml/manual/test.xml: Fix link into gccint online manual.
Gerald Pfeifer
2
-1
/
+5
2017-01-21
Make poisoned hashes SFINAE away the call operator of the hash.
Ville Voutilainen
6
-12
/
+70
2017-01-20
Support unsigned __int20 in checks for size_t mangling
Joe Seymour
3
-2
/
+29
2017-01-20
PR69240 Define inequality operators for <random> param types
Jonathan Wakely
34
-67
/
+673
2017-01-20
PR72792 detect allocator pointer types without invalid rebinding
Jonathan Wakely
5
-25
/
+104
2017-01-20
PR72792 PR72793 relax requirements on rebind members
Jonathan Wakely
5
-14
/
+180
2017-01-20
PR69321 fix any_cast<T>(any*) for non-copyable T
Jonathan Wakely
5
-6
/
+47
2017-01-20
PR64903 simplify last fix to std::is_partitioned
Jonathan Wakely
2
-2
/
+8
2017-01-20
PR79156 fix std::__enable_shared_from_this extension
Jonathan Wakely
3
-1
/
+48
2017-01-19
PR64903 fix number of predicate tests in std::is_partitioned
Jonathan Wakely
3
-0
/
+53
2017-01-19
Fix typo in recent doc updates
Jonathan Wakely
3
-2
/
+5
2017-01-19
PR67085 pass comparison functions by reference in heap algorithms
Jonathan Wakely
4
-47
/
+109
2017-01-19
Fix unsafe moves inside loops
Jonathan Wakely
4
-5
/
+53
2017-01-19
PR67085 move comparison functions in heap operations
Jonathan Wakely
3
-10
/
+73
2017-01-19
PR78905 define _GLIBCXX_RELEASE macro
Jonathan Wakely
7
-99
/
+171
2017-01-18
PR69301 don't assume atomic<T> can default construct T
Jonathan Wakely
5
-18
/
+87
2017-01-18
PR68925 don't use thread_local static for stateless object
Jonathan Wakely
2
-2
/
+10
2017-01-17
crossconfig.m4: Add fuchsia OS.
Joshua Conner
3
-0
/
+17
2017-01-17
PR69699 document why __GLIBCXX__ macro is useless
Jonathan Wakely
3
-46
/
+66
2017-01-17
PR79114 use decayed type in std::throw_with_nested assertion
Jonathan Wakely
3
-1
/
+35
2017-01-17
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
Jakub Jelinek
15
-21
/
+73
2017-01-16
PR66145 use new ABI for std::ios::failure exceptions
Jonathan Wakely
13
-35
/
+25
2017-01-16
PR78702 fix accessibility of locale::facet::__shim
Jonathan Wakely
3
-9
/
+24
2017-01-16
PR libstdc++/78389 fix backwards size adjustments.
Ville Voutilainen
3
-8
/
+18
2017-01-14
Skip tests that are incompatible with Profile Mode
Jonathan Wakely
26
-0
/
+60
2017-01-13
PR65411 don't retry fclose on EINTR
Jonathan Wakely
2
-10
/
+5
2017-01-13
Remove unused include from Profile Mode header
Jonathan Wakely
2
-1
/
+3
2017-01-13
Add string_view support to COW std::string
Jonathan Wakely
2
-6
/
+330
2017-01-13
Define cxx11-abi effective target for libstdc++ tests
Jonathan Wakely
20
-92
/
+101
[next]