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
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-01
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2019-12-20
libstdc++: Fix pretty printers script and tests
François Dumont
1
-1
/
+0
2019-12-05
libstdc++: Define pretty printer for comparison categories
Jonathan Wakely
1
-0
/
+19
2019-11-29
libstdc++:: improve how pretty printers find node types (PR 91997)
Jonathan Wakely
1
-40
/
+98
2019-09-11
Fix Xmethod for shared_ptr::use_count()
Jonathan Wakely
1
-1
/
+1
2019-06-19
Have std::vector printer's iterator return bool for vector<bool>
Michael Weghorn
1
-7
/
+5
2019-05-18
PR libstdc++/90520 adjust Xmethod for recent unique_ptr changes
Jonathan Wakely
2
-4
/
+17
2019-05-14
Fix unique_ptr pretty printer for empty classes
Jonathan Wakely
1
-2
/
+9
2019-05-14
LWG 2899 - Make is_move_constructible correct for unique_ptr
Jonathan Wakely
1
-1
/
+3
2019-05-06
printers.py (add_one_template_type_printer): Add type printer for container t...
François Dumont
1
-0
/
+5
2019-02-27
PR libstdc++/89466 avoid slow xsltproc command in configure
Jonathan Wakely
1
-0
/
+1
2019-02-22
P0482R5 char8_t: Updates to gdb pretty printing support
Tom Honermann
1
-2
/
+2
2019-01-08
PR libstdc++/87855 fix optional for types with non-trivial copy/move
Jonathan Wakely
1
-7
/
+17
2019-01-01
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2018-12-13
PR libstdc++/71044 optimize std::filesystem::path construction
Jonathan Wakely
1
-2
/
+73
2018-11-23
PR libstdc++/65229 fix pretty printer for std::bitset<0>
Martin Sebor
1
-4
/
+9
2018-11-23
PR libstdc++/87308 adjust regex used in std::any pretty printer
Jonathan Wakely
1
-1
/
+1
2018-10-31
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
Joseph Myers
1
-37
/
+88
2018-10-09
Define std::string and related typedefs outside __cxx11 namespace
Jonathan Wakely
1
-1
/
+3
2018-08-17
PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignment
Jonathan Wakely
1
-6
/
+17
2018-07-31
PR libstdc++/86751 default assignment operators for std::pair
Jonathan Wakely
1
-0
/
+34
2018-07-17
PR libstdc++/86450 use -Wabi=2 and simplify -Werror use
Jonathan Wakely
1
-2
/
+1
2018-06-25
PR libstdc++/86112 fix printers for Python 2.6
Jonathan Wakely
1
-1
/
+2
2018-03-09
printers.py (build_libstdcxx_dictionary): Fix std::_Fwd_list_iterator and std...
François Dumont
1
-4
/
+4
2018-03-08
printers.py (NodeIteratorPrinter): New.
François Dumont
1
-19
/
+25
2018-01-15
PR libstdc++/80276 fix template argument handling in type printers
Jonathan Wakely
1
-148
/
+222
2018-01-09
PR libstdc++/80276 fix pretty printers for array smart pointers
Jonathan Wakely
1
-3
/
+7
2018-01-09
PR libstdc++/59253 Improve pretty printers for smart pointers
Juraj Oršulić
1
-11
/
+32
2018-01-03
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2017-11-17
Enable building libstdc++-v3 with Intel CET
Igor Tsimbalist
1
-1
/
+2
2017-11-01
printers.py (StdExpAnyPrinter.__init__): Strip typename versioned namespace b...
François Dumont
1
-14
/
+15
2017-10-23
Implement C++17 Filesystem library
Jonathan Wakely
1
-0
/
+4
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
1
-6
/
+6
2017-05-10
Bump version namespace.
François Dumont
1
-1
/
+1
2017-03-29
Adjust optional's pretty printer for LWG 2900.
Ville Voutilainen
1
-0
/
+2
2017-03-16
PR libstdc++/67440 make pretty printers work with GDB 7.6 again
Jonathan Wakely
1
-3
/
+2
2017-01-17
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
Jakub Jelinek
1
-1
/
+2
2017-01-10
Make Python printers and xmethods work with versioned namespace
François Dumont
2
-38
/
+70
2017-01-06
Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]
Rainer Orth
1
-2
/
+3
2017-01-01
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2016-12-15
PR59170 make pretty printers check for singular iterators
Jonathan Wakely
1
-0
/
+10
2016-12-15
PR59161 make pretty printers always return strings
Jonathan Wakely
1
-6
/
+6
2016-12-15
Tweak formatting and docs for pretty printers
Jonathan Wakely
1
-10
/
+17
2016-12-15
Add GDB XMethods for shared_ptr and unique_ptr<T[]>
Jonathan Wakely
1
-2
/
+160
2016-12-14
Make printers use singular noun for a single element
Jonathan Wakely
1
-7
/
+13
2016-12-14
Make printers detect invalid debug mode iterators
Jonathan Wakely
1
-2
/
+6
2016-12-06
Fix pretty-printer for std::variant
Jonathan Wakely
1
-1
/
+1
2016-10-19
PR77990 refactor unique_ptr to encapsulate tuple
Jonathan Wakely
2
-2
/
+13
2016-10-11
Enable printers and xmethods for std::__cxx11::list
Jonathan Wakely
2
-1
/
+2
2016-09-29
Disable .gnu.attributes tags in compatibility-ldbl.o
Alan Modra
1
-0
/
+1
[next]