aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/python/libstdcxx/v6/printers.py
AgeCommit message (Expand)AuthorFilesLines
5 dayslibsupc++: Change _Unordered comparison value to minimum value of signed char.Tomasz Kamiński1-1/+5
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-28libstdc++: Reorder printer registrations in printers.pyJonathan Wakely1-4/+5
2024-10-16libstdc++: Fix Python deprecation warning in printers.pyJonathan Wakely1-6/+13
2024-08-27libstdc++: Do not use std::vector<bool>::reference default ctor [PR115098]Jonathan Wakely1-0/+3
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely1-0/+17
2024-01-11libstdc++: Add GDB printer for std::integral_constantJonathan Wakely1-0/+20
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-04libstdc++: Correctly call _string_types functionTom Tromey1-1/+1
2023-10-04libstdc++: _versioned_namespace is always non-NoneTom Tromey1-9/+6
2023-09-28libstdc++: Use Python "not in" operatorTom Tromey1-3/+3
2023-09-28libstdc++: Remove std_ratio_t_tupleTom Tromey1-8/+0
2023-09-28libstdc++: Remove unused locals from printers.pyTom Tromey1-2/+1
2023-09-28libstdc++: Remove unused Python importsTom Tromey1-1/+0
2023-09-28libstdc++: Use gdb.ValuePrinter base classTom Tromey1-597/+606
2023-09-28libstdc++: Reformat Python codeJonathan Wakely1-47/+75
2023-09-28libstdc++: Format Python docstrings according to PEP 357Jonathan Wakely1-83/+94
2023-09-27libstdc++: Fix format string in StdChronoTimeZoneRulePrinterJonathan Wakely1-1/+1
2023-09-12libstdc++: Format Python code according to PEP8Jonathan Wakely1-260/+391
2023-08-24libstdc++: Add pretty printer for std::localeJonathan Wakely1-0/+45
2023-08-24libstdc++: Declutter std::optional and std:variant pretty printers [PR110944]Jonathan Wakely1-2/+1
2023-08-11libstdc++: Handle invalid values in std::chrono pretty printersJonathan Wakely1-1/+6
2023-05-09libstdc++: Fix <chrono> pretty printers and add testsJonathan Wakely1-18/+26
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-05libstdc++: Fix <chrono> printers for Python 2 [PR108212]Jonathan Wakely1-2/+17
2022-12-22libstdc++: Add GDB printers for <chrono> typesJonathan Wakely1-4/+261
2022-11-16libstdc++: Fix std::any pretty printerJonathan Wakely1-3/+28
2022-11-16libstdc++: Improve comments on pretty printer codeJonathan Wakely1-6/+14
2022-11-16libstdc++: Fix gdb FilteringTypePrinterFrançois Dumont1-35/+49
2022-11-13libstdc++: Implement C++20 <format> [PR104166]Jonathan Wakely1-0/+27
2022-10-03libstdc++: Fix gdb pretty printers when dealing with std::stringFrançois Dumont1-3/+18
2022-09-29libstdc++: [_GLIBCXX_INLINE_VERSION] Add gdb pretty print for _GLIBCXX_DEBUGFrançois Dumont1-0/+4
2022-09-22libstdc++: Remove useless gdb printer registrationsFrançois Dumont1-5/+0
2022-09-14libstdc++: Add pretty printer for std::stringstreamsPhilipp Fent1-0/+56
2022-08-04Adjust index number of tuple pretty printerUlrich Drepper1-2/+2
2022-05-26libstdc++: Fix atomic and error_code printers for versioned namespaceJonathan Wakely1-3/+12
2022-05-26libstdc++: Fix printing of std::span for versioned namespaceFrançois Dumont1-2/+2
2022-05-26libstdc++: Fix printing of std::atomic<shared_ptr<T>> for versioned namespaceJonathan Wakely1-1/+2
2022-04-27libstdc++: Add pretty printer for std::atomicJonathan Wakely1-3/+50
2022-04-25libstdc++: Add pretty printer for std::initializer_listPhilipp Fent1-2/+22
2022-04-19libstdc++: Add pretty printer for std::spanPhilipp Fent1-0/+38
2022-02-17libstdc++: Make std::error_code printer more robustJonathan Wakely1-17/+93
2022-01-05libstdc++: Fix std::error_code pretty printer for versioned namespaceJonathan Wakely1-1/+1
2022-01-05libstdc++: Add pretty printer for std::regex internalsJonathan Wakely1-0/+32
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-04libstdc++: Fix pretty printing of std::unique_ptr [PR103086]Jonathan Wakely1-20/+51
2021-08-18libstdc++: Fix vector<bool> printer tests to work in debug modeJonathan Wakely1-5/+5
2021-08-17libstdc++: Remove pretty printer committed by mistakeJonathan Wakely1-12/+0
2021-08-17libstdc++: Add pretty printer for std::error_code and std::error_conditionJonathan Wakely1-1/+54
2021-03-11libstdc++: Fix find_type helper to work consistentlyJonathan Wakely1-2/+2