1. c883d1d libstdc++: Fix vector<bool> printer tests to work in debug mode by Jonathan Wakely · 3 years, 7 months ago
  2. 2db38d9 libstdc++: Add pretty printer for std::error_code and std::error_condition by Jonathan Wakely · 3 years, 7 months ago
  3. 0498d2d libstdc++: Remove redundant -std=gnu++17 option from remaining tests by Jonathan Wakely · 3 years, 10 months ago
  4. 99dee82 Update copyright years. by Jakub Jelinek · 4 years, 2 months ago
  5. a70384f libstdc++: Fix filesystem::path pretty printer test failure by Jonathan Wakely · 4 years, 3 months ago
  6. 39836f8 libstdc++: Pretty printers for _Bit_reference and _Bit_iterator by Michael Weghorn · 4 years, 3 months ago
  7. 91e6226 libstdc++: Remove inheritance from elements in std::tuple by Jonathan Wakely · 4 years, 7 months ago
  8. ed11f7e libstdc++: Fix compatibility support in unique_ptr pretty printer by Jonathan Wakely · 4 years, 7 months ago
  9. 8d9254f Update copyright years. by Jakub Jelinek · 5 years ago
  10. e278e62 libstdc++: Fix pretty printers script and tests by François Dumont · 5 years ago
  11. a59c50b libstdc++: Define pretty printer for comparison categories by Jonathan Wakely · 5 years ago
  12. 9d50a6a libstdc++:: improve how pretty printers find node types (PR 91997) by Jonathan Wakely · 5 years ago
  13. 94872d7 Improve tests for std::vector<bool> printer by Jonathan Wakely · 6 years ago
  14. 36d0dad Have std::vector printer's iterator return bool for vector<bool> by Michael Weghorn · 6 years ago
  15. ad60f42 Fix more failing tests for C++98 mode by Jonathan Wakely · 6 years ago
  16. 066f9ea Add __gnu_test::NullablePointer utility to testsuite by Jonathan Wakely · 6 years ago
  17. e25f488 Fix unique_ptr pretty printer for empty classes by Jonathan Wakely · 6 years ago
  18. 544be2b Remove Profile Mode, deprecated since GCC 7.1 by Jonathan Wakely · 6 years ago
  19. 3997383 printers.py (add_one_template_type_printer): Add type printer for container types in std::__debug namespace. by François Dumont · 6 years ago
  20. d3c8a7c Fix failing prettyprinter test by Jonathan Wakely · 6 years ago
  21. 416f555 Pretty printer test fixes and improvements by Jonathan Wakely · 6 years ago
  22. d942bc8 PR libstdc++/87855 fix optional for types with non-trivial copy/move by Jonathan Wakely · 6 years ago
  23. a554497 Update copyright years. by Jakub Jelinek · 6 years ago
  24. 14a9206 PR libstdc++/65229 fix pretty printer for std::bitset<0> by Martin Sebor · 6 years ago
  25. 11aa881 PR libstdc++/87308 adjust regex used in std::any pretty printer by Jonathan Wakely · 6 years ago
  26. fe6bd21 printers.py (NodeIteratorPrinter): New. by François Dumont · 7 years ago
  27. bab0a26 PR libstdc++/80276 fix template argument handling in type printers by Jonathan Wakely · 7 years ago
  28. 8273aa7 PR libstdc++/80276 fix pretty printers for array smart pointers by Jonathan Wakely · 7 years ago
  29. d2dfcf8 PR libstdc++/59253 Improve pretty printers for smart pointers by Juraj Oršulić · 7 years ago
  30. 85ec4fe Update copyright years. by Jakub Jelinek · 7 years ago
  31. 187e8ee tr1.cc: Compile with -O0. by François Dumont · 7 years ago
  32. 7b93614 invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu++1z as deprecated. by Jakub Jelinek · 7 years ago
  33. 1ea8536 re PR go/78628 (GO fails to build a translation unit decl) by Richard Biener · 8 years ago
  34. 87c7063 Bump version namespace. by François Dumont · 8 years ago
  35. 30fc569 48362.cc: Replace a regexp-test by a note-test. by François Dumont · 8 years ago
  36. ac4664f Skip tests that are incompatible with Profile Mode by Jonathan Wakely · 8 years ago
  37. f9a2785 Make Python printers and xmethods work with versioned namespace by François Dumont · 8 years ago
  38. cbe34bb Update copyright years. by Jakub Jelinek · 8 years ago
  39. bdfc9f5 PR59170 make pretty printers check for singular iterators by Jonathan Wakely · 8 years ago
  40. 50a8a94 PR59161 make pretty printers always return strings by Jonathan Wakely · 8 years ago
  41. d33c00e Make printers use singular noun for a single element by Jonathan Wakely · 8 years ago
  42. 3c760f4 Make printers detect invalid debug mode iterators by Jonathan Wakely · 8 years ago
  43. 449a432 Fix pretty-printer for std::variant by Jonathan Wakely · 8 years ago
  44. 6f959ac Adjust pretty printer test for variant<T&> by Jonathan Wakely · 8 years ago
  45. 2dbe56b Implement C++17 node extraction and insertion (P0083R5) by Jonathan Wakely · 8 years ago
  46. 6fdc74c Update pretty printer for std::variant by Jonathan Wakely · 8 years ago
  47. a0a1009 Improve pretty printer for std::variant by Jonathan Wakely · 8 years ago
  48. 52066ea Use effective-target instead of -std options by Jonathan Wakely · 9 years ago
  49. e822348 Restore dg-interpreter-batch-mode for libstdc++ tests by Jonathan Wakely · 9 years ago
  50. af583c4 Ensure stdout is newline terminated for status wrappers. by Mike Stump · 9 years ago
  51. 8dc781e * testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>. by Jakub Jelinek · 9 years ago
  52. 818ab71 Update copyright years. by Jakub Jelinek · 9 years ago
  53. 5930d87 Ensure another pretty-printer test uses C++98 mode by Jonathan Wakely · 9 years ago
  54. 43a2362 Ensure pretty-printer test uses C++98 mode by Jonathan Wakely · 9 years ago
  55. 46d825c re PR libstdc++/67440 (pretty-printing of a const set<foo> fails) by Doug Evans · 9 years ago
  56. 5624e56 Update copyright years. by Jakub Jelinek · 10 years ago
  57. 34a2b75 New std::string implementation. by Jonathan Wakely · 10 years ago
  58. 6a848e9 Ensure single 'UNSUPPORTED: prettyprinters.exp' message by Tom de Vries · 10 years ago
  59. 6f440cc printers.py (SingleObjContainerPrinter): New base class for experimental::any and experimental::optional printers. by Jonathan Wakely · 11 years ago
  60. 077aa95 printers.py (TemplateTypePrinter): Add type printer for class templates. by Jonathan Wakely · 11 years ago
  61. 047f1ce re PR libstdc++/59476 (gdb pretty-printer cannot print C++11 _Rb_tree_iterator) by Jonathan Wakely · 11 years ago
  62. aa118a0 Update copyright years in libstdc++-v3/ by Richard Sandiford · 11 years ago
  63. c77efe8 re PR libstdc++/53477 (pretty printer fails with: Python Exception <type 'exceptions.IndexError'> list index out of range) by Phil Muldoon · 12 years ago
  64. 0d471c5 * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0. by Tom Tromey · 12 years ago
  65. 4722d00 printers.py (Tr1HashtableIterator): Fix rendering of std::tr1 unordered containers iterator. by François Dumont · 12 years ago
  66. d6222d4 cxx11.cc: Include <memory>. by Paolo Carlini · 12 years ago
  67. 405feeb Update copyright in libstdc++-v3. by Richard Sandiford · 12 years ago
  68. 50605a7 whatis.cc: New file. by Tom Tromey · 12 years ago
  69. c4269a6 cxx11.cc (struct datum): New. by Tom Tromey · 13 years ago
  70. d25b1e3 cxx11.cc (main): Add new tests. by Tom Tromey · 13 years ago
  71. a1527f2 re PR libstdc++/51956 ([patch] improve shared_ptr and weak_ptr pretty-printers for gdb) by Jonathan Wakely · 13 years ago
  72. 3efe2bf re PR libstdc++/51649 (pretty printers don't handle std::__7:: namespace) by Tom Tromey · 13 years ago
  73. 8dfb08a printers.py (StdForwardListPrinter): Add. by Jonathan Wakely · 13 years ago
  74. 7bde813 re PR libstdc++/48362 (pretty printer fails for zero-size std::tuple<>) by Jonathan Wakely · 13 years ago
  75. 01bb8ae simple.cc: New file. by Tom Tromey · 14 years ago