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
2014-05-13
re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...
Jonathan Wakely
4
-6
/
+72
2014-05-09
Fix typo in ChangeLog-2013
Jonathan Wakely
1
-1
/
+1
2014-05-09
gnu.ver (GLIBCXX_3.4.20): Correct regex_error export.
Jonathan Wakely
6
-4
/
+54
2014-05-08
re PR libstdc++/61117 (Manual uses term open source but should say free softw...
Joshua Gay
3
-2
/
+9
2014-05-08
iostream: Fix URL in comment.
Jonathan Wakely
3
-4
/
+7
2014-05-08
re PR libstdc++/13860 (Poor error messages on invalid template parameters for...
Jonathan Wakely
2
-0
/
+17
2014-05-08
re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / c...
Jonathan Wakely
4
-78
/
+232
2014-05-08
acinclude.m4 ([GLIBCXX_ENABLE_C99]): Avoid -Wwrite-strings warning.
Paolo Carlini
3
-4
/
+11
2014-05-07
re PR libstdc++/61086 (ubsan detects undefined behaviour in the standard libr...
Jonathan Wakely
9
-27
/
+37
2014-05-07
re PR libstdc++/61023 (set/map move assignment doesn't move (or copy) the com...
Jonathan Wakely
3
-0
/
+64
2014-05-07
Makefile.in: Regenerate.
Paolo Carlini
2
-0
/
+5
2014-05-06
macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...
François Dumont
73
-1366
/
+2934
2014-05-05
Update libstdc++ baseline symbols for ia64
Andreas Schwab
2
-6
/
+5
2014-05-02
re PR libstdc++/61036 (shared_ptr<void>(new T) rejected)
Jonathan Wakely
3
-1
/
+34
2014-05-02
re PR libstdc++/59476 (gdb pretty-printer cannot print C++11 _Rb_tree_iterator)
Jonathan Wakely
4
-4
/
+125
2014-04-27
regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...
Tim Shen
10
-101
/
+175
2014-04-25
re PR libstdc++/60710 (experimental::optional<T> is using T::operator!=)
Lars Gullik Bjønnes
8
-26
/
+14
2014-04-25
re PR libstdc++/60958 (Initialization of arrays in tr1/regex ill-formed or wi...
Jonathan Wakely
3
-4
/
+11
2014-04-25
testsuite_abi.cc (check_version): Update for CXXABI_1.3.9.
Marc Glisse
2
-1
/
+7
2014-04-24
regex_automaton.tcc (_StateSeq<>::_M_clone()): Do _M_alt before _M_next.
Tim Shen
3
-8
/
+16
2014-04-24
re PR libstdc++/43622 (Incomplete C++ library support for __float128)
Marc Glisse
4
-19
/
+15
2014-04-24
Update libstdc++ baseline symbols for ia64
Andreas Schwab
2
-0
/
+18
2014-04-23
Update libstdc++ baseline symbols for m68k
Andreas Schwab
2
-0
/
+6
2014-04-22
re PR libstdc++/43622 (Incomplete C++ library support for __float128)
Marc Glisse
4
-4
/
+38
2014-04-22
Remove obsolete Solaris 9 support
Rainer Orth
15
-7422
/
+54
2014-04-16
* include/std/functional (__is_location_invariant): Use __or_ helper.
Jonathan Wakely
2
-2
/
+5
2014-04-15
shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Remove name of unused param...
Jonathan Wakely
2
-1
/
+4
2014-04-15
* include/experimental/string_view: Fix inconsistent exception specs.
Jonathan Wakely
2
-2
/
+4
2014-04-15
container.cc: Do not use uninitialized members in mem-initializers.
Jonathan Wakely
4
-7
/
+13
2014-04-15
re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name ...
Jonathan Wakely
14
-58
/
+77
2014-04-15
* include/std/atomic: Uglify parameter names.
Jonathan Wakely
2
-16
/
+18
2014-04-15
shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Use delegating constructor.
Jonathan Wakely
3
-6
/
+7
2014-04-15
atomic_base.h (__atomic_base<_PTp*>::_M_type_size): Add const to constexpr me...
Jonathan Wakely
2
-2
/
+5
2014-04-15
re PR libstdc++/60594 (std::function of a type with a declared (but not defin...
Jonathan Wakely
3
-2
/
+50
2014-04-15
re PR libstdc++/60695 (std::atomic<X> doesn't work when X is of zero size)
Jonathan Wakely
3
-0
/
+39
2014-04-15
re PR libstdc++/60734 (Undefined behavior in g++-v4/bits/stl_tree.h)
Jonathan Wakely
2
-2
/
+7
2014-04-15
N3887 Consistent Metafunction Aliases
Jonathan Wakely
4
-1
/
+48
2014-04-14
re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...
Jonathan Wakely
3
-5
/
+46
2014-04-14
allocator.h (operator==, operator!=): Add exception specifications.
Jonathan Wakely
2
-0
/
+7
2014-04-14
Limit operations on vector::pointer to NullablePointer requirements.
Jonathan Wakely
3
-7
/
+15
2014-04-11
re PR libstdc++/59434 ([lwg/2106] move_iterator is broken for input iterators...
Marc Glisse
3
-2
/
+47
2014-04-11
complex (__complex_exp, pow): Specify the template parameter in calls to std:...
Marc Glisse
2
-4
/
+9
2014-04-10
Remove TLS symbols from libstdc++ baselines
Andreas Schwab
5
-8
/
+5
2014-04-10
Update ia64 libstdc++ baseline symbols
Andreas Schwab
2
-0
/
+329
2014-04-07
Fix testsuite bugs.
Jonathan Wakely
4
-7
/
+14
2014-04-02
re PR target/54407 (FAIL: 30_threads/condition_variable/54185.cc execution te...
Dominique d'Humieres
2
-1
/
+8
2014-04-01
backwards_compatibility.xml (backwards.third.headers): Update link.
Jonathan Wakely
11
-21
/
+33
2014-03-31
re PR libstdc++/60270 ([C++1y] std::quoted is too eager to clear the string)
Lars Gullik Bjønnes
3
-2
/
+47
2014-03-31
* libsupc++/eh_ptr.cc: Improve static_assert messages.
Jonathan Wakely
2
-2
/
+8
2014-03-31
Fix 18_support/exception_ptr/60612-*.cc on non-C99 targets
Rainer Orth
3
-0
/
+15
[next]