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