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
/
python
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-28
libstdc++: Reorder printer registrations in printers.py
Jonathan Wakely
1
-4
/
+5
2024-10-16
libstdc++: Fix Python deprecation warning in printers.py
Jonathan Wakely
1
-6
/
+13
2024-08-27
libstdc++: Do not use std::vector<bool>::reference default ctor [PR115098]
Jonathan Wakely
1
-0
/
+3
2024-01-17
libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]
Jonathan Wakely
1
-0
/
+17
2024-01-11
libstdc++: Add GDB printer for std::integral_constant
Jonathan Wakely
1
-0
/
+20
2024-01-03
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2023-11-15
libstdc++: Fix std::deque::operator[] Xmethod [PR112491]
Jonathan Wakely
1
-4
/
+8
2023-11-14
libstdc++: Fix std::deque::size() Xmethod [PR112491]
Jonathan Wakely
1
-5
/
+8
2023-10-04
libstdc++: Correctly call _string_types function
Tom Tromey
1
-1
/
+1
2023-10-04
libstdc++: _versioned_namespace is always non-None
Tom Tromey
2
-11
/
+7
2023-10-04
libstdc++: Define _versioned_namespace in xmethods.py
Tom Tromey
1
-0
/
+2
2023-09-28
libstdc++: Use Python "not in" operator
Tom Tromey
1
-3
/
+3
2023-09-28
libstdc++: Remove std_ratio_t_tuple
Tom Tromey
1
-8
/
+0
2023-09-28
libstdc++: Remove unused locals from printers.py
Tom Tromey
1
-2
/
+1
2023-09-28
libstdc++: Remove unused Python imports
Tom Tromey
2
-3
/
+0
2023-09-28
libstdc++: Use gdb.ValuePrinter base class
Tom Tromey
1
-597
/
+606
2023-09-28
libstdc++: Refactor Python Xmethods to use is_specialization_of
Jonathan Wakely
1
-12
/
+24
2023-09-28
libstdc++: Reformat Python code
Jonathan Wakely
1
-47
/
+75
2023-09-28
libstdc++: Format Python docstrings according to PEP 357
Jonathan Wakely
2
-97
/
+112
2023-09-27
libstdc++: Fix format string in StdChronoTimeZoneRulePrinter
Jonathan Wakely
1
-1
/
+1
2023-09-12
libstdc++: Format Python code according to PEP8
Jonathan Wakely
2
-263
/
+446
2023-08-24
libstdc++: Add pretty printer for std::locale
Jonathan Wakely
1
-0
/
+45
2023-08-24
libstdc++: Declutter std::optional and std:variant pretty printers [PR110944]
Jonathan Wakely
1
-2
/
+1
2023-08-11
libstdc++: Handle invalid values in std::chrono pretty printers
Jonathan Wakely
1
-1
/
+6
2023-05-09
libstdc++: Fix <chrono> pretty printers and add tests
Jonathan Wakely
1
-18
/
+26
2023-03-10
libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [PR109064]
Jonathan Wakely
1
-1
/
+4
2023-01-16
Update copyright years.
Jakub Jelinek
5
-5
/
+5
2023-01-05
libstdc++: Fix <chrono> printers for Python 2 [PR108212]
Jonathan Wakely
1
-2
/
+17
2022-12-22
libstdc++: Add GDB printers for <chrono> types
Jonathan Wakely
1
-4
/
+261
2022-11-16
libstdc++: Fix std::any pretty printer
Jonathan Wakely
1
-3
/
+28
2022-11-16
libstdc++: Improve comments on pretty printer code
Jonathan Wakely
1
-6
/
+14
2022-11-16
libstdc++: Fix gdb FilteringTypePrinter
François Dumont
1
-35
/
+49
2022-11-14
libstdc++: Fix installation of python files for debug lib
Jonathan Wakely
2
-0
/
+2
2022-11-13
libstdc++: Implement C++20 <format> [PR104166]
Jonathan Wakely
1
-0
/
+27
2022-10-29
libstdc++: Don't use gstdint.h anymore
Arsen Arsenović
1
-1
/
+0
2022-10-11
libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]
Jonathan Wakely
1
-0
/
+1
2022-10-03
libstdc++: Fix gdb pretty printers when dealing with std::string
François Dumont
1
-3
/
+18
2022-09-29
libstdc++: [_GLIBCXX_INLINE_VERSION] Add gdb pretty print for _GLIBCXX_DEBUG
François Dumont
1
-0
/
+4
2022-09-22
libstdc++: Remove useless gdb printer registrations
François Dumont
1
-5
/
+0
2022-09-14
libstdc++: Add pretty printer for std::stringstreams
Philipp Fent
1
-0
/
+56
2022-08-04
Adjust index number of tuple pretty printer
Ulrich Drepper
1
-2
/
+2
2022-05-26
libstdc++: Fix atomic and error_code printers for versioned namespace
Jonathan Wakely
1
-3
/
+12
2022-05-26
libstdc++: Fix printing of std::span for versioned namespace
François Dumont
1
-2
/
+2
2022-05-26
libstdc++: Fix printing of std::atomic<shared_ptr<T>> for versioned namespace
Jonathan Wakely
1
-1
/
+2
2022-04-27
libstdc++: Add pretty printer for std::atomic
Jonathan Wakely
1
-3
/
+50
2022-04-25
libstdc++: Add pretty printer for std::initializer_list
Philipp Fent
1
-2
/
+22
2022-04-19
libstdc++: Add pretty printer for std::span
Philipp Fent
1
-0
/
+38
2022-02-17
libstdc++: Make std::error_code printer more robust
Jonathan Wakely
1
-17
/
+93
2022-01-17
libstdc++: Define <stacktrace> header for C++23
Jonathan Wakely
1
-0
/
+7
2022-01-10
libstdc++: Fix and simplify freestanding configuration [PR103866]
Jonathan Wakely
1
-0
/
+1
[next]