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
2016-12-15
PR59170 make pretty printers check for singular iterators
Jonathan Wakely
4
-0
/
+73
2016-12-15
PR59161 make pretty printers always return strings
Jonathan Wakely
3
-6
/
+84
2016-12-15
Tweak formatting and docs for pretty printers
Jonathan Wakely
2
-10
/
+26
2016-12-15
Add GDB XMethods for shared_ptr and unique_ptr<T[]>
Jonathan Wakely
4
-8
/
+261
2016-12-14
stl_tree.h (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Resto...
François Dumont
2
-2
/
+12
2016-12-14
Make printers use singular noun for a single element
Jonathan Wakely
8
-18
/
+36
2016-12-14
Make printers detect invalid debug mode iterators
Jonathan Wakely
4
-2
/
+101
2016-12-12
[libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...
Kyrylo Tkachov
6
-0
/
+18
2016-12-12
Remove stray character at end of dg-do directive
Jonathan Wakely
2
-1
/
+4
2016-12-12
Remove stray character at end of dg-do directive
Jonathan Wakely
2
-1
/
+6
2016-12-09
Fix std::variant for gnu-versioned--namespace build
Jonathan Wakely
2
-1
/
+5
2016-12-08
parallel_algorithm_assert2.cc: Move dg-do run first.
David Edelsohn
2
-1
/
+6
2016-12-08
re PR libstdc++/78264 (ICE in build_noexcept_spec, at cp/except.c:1196)
Eric Botcazou
2
-2
/
+8
2016-12-08
Fix filesystem test that fails in debug mode
Jonathan Wakely
2
-4
/
+8
2016-12-08
Delete std::swap for debug mode array
Jonathan Wakely
12
-14
/
+34
2016-12-08
PR71856 try to fix Parallel Mode assertions again
Jonathan Wakely
5
-5
/
+87
2016-12-08
P0003R5 - removal of dynamic exception specification from C++17
Jakub Jelinek
2
-1
/
+7
2016-12-07
2016-12-07 François Dumont <fdumont@gcc.gnu.org>
François Dumont
2
-32
/
+29
2016-12-07
stl_map.h (map(const map&)): Make default.
François Dumont
6
-148
/
+200
2016-12-07
Replace uses of C++14 remove_cv_t alias in C++11 header
Jonathan Wakely
2
-2
/
+6
2016-12-07
Replace use of C++14 std::exchange in C++11 testcase
Jonathan Wakely
2
-2
/
+7
2016-12-07
Replace dynamic exception specifications in testsuite
Jonathan Wakely
10
-16
/
+39
2016-12-07
Use _GLIBCXX_THROW macro in bitmap_allocator
Jonathan Wakely
2
-3
/
+7
2016-12-07
Disable test using std::set_unexcepted for C++17
Jonathan Wakely
2
-0
/
+5
2016-12-07
Improve tests for contents of <new> header
Jonathan Wakely
3
-4
/
+89
2016-12-06
Add #ifdef case for 16 bits in cow-stdexcept.cc
Felipe Magno de Almeida
2
-3
/
+10
2016-12-06
Enable libstdc++ compilation on AVR targets
Felipe Magno de Almeida
3
-0
/
+80
2016-12-06
Fix pretty-printer for std::variant
Jonathan Wakely
3
-3
/
+5
2016-12-06
Fix debug mode assertion for std::shared_ptr<void>
Jonathan Wakely
2
-2
/
+8
2016-12-06
Fix libstdc++-v3/ChangeLog dates
Jonathan Wakely
1
-4
/
+4
2016-12-06
Constrain optional's __constexpr_addressof in its return type and use a const...
Ville Voutilainen
2
-5
/
+28
2016-12-06
variant (visit): Make visit constexpr.
Tim Shen
3
-156
/
+154
2016-12-06
enable_special_members.h: Make _Enable_default_constructor constexpr.
Tim Shen
5
-35
/
+114
2016-12-06
variant (std::get, operator==): Implement constexpr comparison and get<>.
Tim Shen
3
-179
/
+335
2016-12-06
variant (__erased_use_alloc_ctor, [...]): Remove uses-allocator related funct...
Tim Shen
4
-207
/
+8
2016-12-06
Add missing noexcept on std::_Sp_locker constructors
Aditya Kumar
2
-2
/
+8
2016-12-06
Add noexcept to various basic_string string operations
Jonathan Wakely
3
-34
/
+64
2016-12-03
baseline_symbols.txt: Regenerate.
John David Anglin
2
-0
/
+99
2016-12-01
* testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL on AIX.
David Edelsohn
2
-0
/
+5
2016-12-01
Implement LWG 2766,
Ville Voutilainen
18
-24
/
+270
2016-12-01
The convertible_to traits need to use a variadic catch-all for the false-cases.
Ville Voutilainen
3
-2
/
+11
2016-12-01
crossconfig.m4 (*-linux*): Add link-check for memalign.
Bernd Edlinger
3
-1
/
+20
2016-12-01
re PR libstdc++/71500 (regex::icase only works on first character in a range)
Tim Shen
6
-49
/
+261
2016-11-30
Fix testsuite failures caused by the patch implementing LWG 2534.
Ville Voutilainen
3
-13
/
+28
2016-11-30
Fix condition in shared_ptr assertion
Tim Shen
2
-1
/
+6
2016-11-30
50594.cc: XFAIL on AIX.
David Edelsohn
5
-0
/
+14
2016-11-30
Implement LWG 2534, Constrain rvalue stream operators.
Ville Voutilainen
7
-6
/
+463
2016-11-30
[libstdc++, testsuite] Add dg-require-thread-fence
Christophe Lyon
2
-0
/
+6
2016-11-29
re PR libstdc++/68838 (AIX 32 bit wchar_t testsuite failures)
David Edelsohn
3
-2
/
+11
2016-11-27
re PR libstdc++/78441 ([variant] variant_alternative doesn't allow cv qualifi...
Tim Shen
3
-0
/
+28
[prev]
[next]