summaryrefslogtreecommitdiff
path: root/libstdc++-v3/python
AgeCommit message (Expand)Author
2022-05-26libstdc++: Fix printing of std::span for versioned namespaceFrançois Dumont
2022-05-26libstdc++: Fix printing of std::atomic<shared_ptr<T>> for versioned namespaceJonathan Wakely
2022-04-27libstdc++: Add pretty printer for std::atomicJonathan Wakely
2022-04-25libstdc++: Add pretty printer for std::initializer_listPhilipp Fent
2022-04-19libstdc++: Add pretty printer for std::spanPhilipp Fent
2022-02-17libstdc++: Make std::error_code printer more robustJonathan Wakely
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely
2022-01-05libstdc++: Fix std::error_code pretty printer for versioned namespaceJonathan Wakely
2022-01-05libstdc++: Add pretty printer for std::regex internalsJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-04libstdc++: Fix pretty printing of std::unique_ptr [PR103086]Jonathan Wakely
2021-08-18libstdc++: Fix vector<bool> printer tests to work in debug modeJonathan Wakely
2021-08-17libstdc++: Remove pretty printer committed by mistakeJonathan Wakely
2021-08-17libstdc++: Add pretty printer for std::error_code and std::error_conditionJonathan Wakely
2021-08-16libstdc++: Install GDB pretty printers for debug libraryJonathan Wakely
2021-06-01libstdc++: Fix installation of python hooks [PR 99453]Jonathan Wakely
2021-04-21libstdc++: Install libstdc++*-gdb.py more robustly [PR 99453]Philippe Blain
2021-03-11libstdc++: Fix find_type helper to work consistentlyJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely
2020-12-02libstdc++: Fix std::any pretty printer [PR 68735]Jonathan Wakely
2020-12-02libstdc++: Fix filesystem::path pretty printer test failureJonathan Wakely
2020-12-01libstdc++: Pretty printers for _Bit_reference and _Bit_iteratorMichael Weghorn
2020-08-10libstdc++: Fix compatibility support in unique_ptr pretty printerJonathan Wakely
2020-07-31libstdc++: Fix and improve std::vector<bool> implementation.François Dumont
2020-06-23libstdc++: Regenerate makefilesJonathan Wakely
2020-02-17libstdc++: Fix regression in libstdc++-prettyprinters/cxx20.ccJonathan Wakely
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20libstdc++: Fix pretty printers script and testsFrançois Dumont
2019-12-05libstdc++: Define pretty printer for comparison categoriesJonathan Wakely
2019-11-29libstdc++:: improve how pretty printers find node types (PR 91997)Jonathan Wakely
2019-09-11Fix Xmethod for shared_ptr::use_count()Jonathan Wakely
2019-06-19Have std::vector printer's iterator return bool for vector<bool>Michael Weghorn
2019-05-18PR libstdc++/90520 adjust Xmethod for recent unique_ptr changesJonathan Wakely
2019-05-14Fix unique_ptr pretty printer for empty classesJonathan Wakely
2019-05-14LWG 2899 - Make is_move_constructible correct for unique_ptrJonathan Wakely
2019-05-06printers.py (add_one_template_type_printer): Add type printer for container t...François Dumont
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely
2019-02-22P0482R5 char8_t: Updates to gdb pretty printing supportTom Honermann
2019-01-08PR libstdc++/87855 fix optional for types with non-trivial copy/moveJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-12-13PR libstdc++/71044 optimize std::filesystem::path constructionJonathan Wakely
2018-11-23PR libstdc++/65229 fix pretty printer for std::bitset<0>Martin Sebor
2018-11-23PR libstdc++/87308 adjust regex used in std::any pretty printerJonathan Wakely
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-10-09Define std::string and related typedefs outside __cxx11 namespaceJonathan Wakely
2018-08-17PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignmentJonathan Wakely
2018-07-31PR libstdc++/86751 default assignment operators for std::pairJonathan Wakely