Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-01-05 | libstdc++: Fix std::error_code pretty printer for versioned namespace | Jonathan Wakely | 1 | -1/+1 |
2022-01-05 | libstdc++: Add pretty printer for std::regex internals | Jonathan Wakely | 1 | -0/+32 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 5 | -5/+5 |
2021-11-04 | libstdc++: Fix pretty printing of std::unique_ptr [PR103086] | Jonathan Wakely | 2 | -21/+52 |
2021-08-18 | libstdc++: Fix vector<bool> printer tests to work in debug mode | Jonathan Wakely | 1 | -5/+5 |
2021-08-17 | libstdc++: Remove pretty printer committed by mistake | Jonathan Wakely | 1 | -12/+0 |
2021-08-17 | libstdc++: Add pretty printer for std::error_code and std::error_condition | Jonathan Wakely | 1 | -1/+54 |
2021-08-16 | libstdc++: Install GDB pretty printers for debug library | Jonathan Wakely | 2 | -2/+18 |
2021-06-01 | libstdc++: Fix installation of python hooks [PR 99453] | Jonathan Wakely | 2 | -0/+8 |
2021-04-21 | libstdc++: Install libstdc++*-gdb.py more robustly [PR 99453] | Philippe Blain | 2 | -28/+6 |
2021-03-11 | libstdc++: Fix find_type helper to work consistently | Jonathan Wakely | 1 | -2/+2 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 5 | -5/+5 |
2020-12-16 | libstdc++: Add C++ runtime support for new 128-bit long double format | Jonathan Wakely | 1 | -1/+5 |
2020-12-02 | libstdc++: Fix std::any pretty printer [PR 68735] | Jonathan Wakely | 1 | -3/+26 |
2020-12-02 | libstdc++: Fix filesystem::path pretty printer test failure | Jonathan Wakely | 1 | -5/+8 |
2020-12-01 | libstdc++: Pretty printers for _Bit_reference and _Bit_iterator | Michael Weghorn | 1 | -1/+27 |
2020-08-10 | libstdc++: Fix compatibility support in unique_ptr pretty printer | Jonathan Wakely | 1 | -3/+3 |
2020-07-31 | libstdc++: Fix and improve std::vector<bool> implementation. | François Dumont | 1 | -3/+2 |
2020-06-23 | libstdc++: Regenerate makefiles | Jonathan Wakely | 1 | -0/+1 |
2020-02-17 | libstdc++: Fix regression in libstdc++-prettyprinters/cxx20.cc | Jonathan Wakely | 1 | -1/+1 |
2020-01-24 | Add `--with-toolexeclibdir=' configuration option | Maciej W. Rozycki | 1 | -0/+1 |
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 |