summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/libstdc++-prettyprinters
Commit message (Expand)AuthorAgeFilesLines
* printers.py (NodeIteratorPrinter): New.François Dumont2018-03-082-4/+8
* PR libstdc++/80276 fix template argument handling in type printersJonathan Wakely2018-01-153-15/+338
* PR libstdc++/80276 fix pretty printers for array smart pointersJonathan Wakely2018-01-092-0/+22
* PR libstdc++/59253 Improve pretty printers for smart pointersJuraj Oršulić2018-01-092-10/+10
* Update copyright years.Jakub Jelinek2018-01-0313-13/+13
* tr1.cc: Compile with -O0.François Dumont2017-11-061-1/+1
* invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek2017-09-151-2/+2
* re PR go/78628 (GO fails to build a translation unit decl)Richard Biener2017-08-211-0/+9
* Bump version namespace.François Dumont2017-05-101-1/+1
* 48362.cc: Replace a regexp-test by a note-test.François Dumont2017-04-291-1/+1
* Skip tests that are incompatible with Profile ModeJonathan Wakely2017-01-148-0/+8
* Make Python printers and xmethods work with versioned namespaceFrançois Dumont2017-01-102-4/+4
* Update copyright years.Jakub Jelinek2017-01-0113-13/+13
* PR59170 make pretty printers check for singular iteratorsJonathan Wakely2016-12-152-0/+54
* PR59161 make pretty printers always return stringsJonathan Wakely2016-12-151-0/+70
* Make printers use singular noun for a single elementJonathan Wakely2016-12-146-11/+11
* Make printers detect invalid debug mode iteratorsJonathan Wakely2016-12-142-0/+86
* Fix pretty-printer for std::variantJonathan Wakely2016-12-061-2/+0
* Adjust pretty printer test for variant<T&>Jonathan Wakely2016-11-151-2/+2
* Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely2016-09-221-1/+15
* Update pretty printer for std::variantJonathan Wakely2016-09-221-0/+3
* Improve pretty printer for std::variantJonathan Wakely2016-09-191-0/+91
* Use effective-target instead of -std optionsJonathan Wakely2016-08-266-12/+12
* Restore dg-interpreter-batch-mode for libstdc++ testsJonathan Wakely2016-08-261-6/+1
* Ensure stdout is newline terminated for status wrappers.Mike Stump2016-02-099-0/+11
* * testsuite/libstdc++-prettyprinters/whatis.cc: Include <random>.Jakub Jelinek2016-01-271-0/+1
* Update copyright years.Jakub Jelinek2016-01-0410-10/+10
* Ensure another pretty-printer test uses C++98 modeJonathan Wakely2015-11-261-2/+5
* Ensure pretty-printer test uses C++98 modeJonathan Wakely2015-11-261-2/+5
* re PR libstdc++/67440 (pretty-printing of a const set<foo> fails)Doug Evans2015-11-163-0/+12
* Update copyright years.Jakub Jelinek2015-01-0510-10/+10
* New std::string implementation.Jonathan Wakely2014-12-194-0/+12
* Ensure single 'UNSUPPORTED: prettyprinters.exp' messageTom de Vries2014-11-251-0/+7
* printers.py (SingleObjContainerPrinter): New base class for experimental::any...Jonathan Wakely2014-07-151-0/+69
* printers.py (TemplateTypePrinter): Add type printer for class templates.Jonathan Wakely2014-07-151-0/+46
* re PR libstdc++/59476 (gdb pretty-printer cannot print C++11 _Rb_tree_iterator)Jonathan Wakely2014-05-022-1/+93
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-028-8/+8
* re PR libstdc++/53477 (pretty printer fails with: Python Exception <type 'exc...Phil Muldoon2013-08-201-1/+35
* * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0.Tom Tromey2013-06-051-1/+1
* printers.py (Tr1HashtableIterator): Fix rendering of std::tr1 unordered conta...François Dumont2013-05-151-0/+90
* cxx11.cc: Include <memory>.Paolo Carlini2013-04-081-0/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-037-7/+7
* whatis.cc: New file.Tom Tromey2012-11-161-0/+243
* cxx11.cc (struct datum): New.Tom Tromey2012-08-151-0/+15
* cxx11.cc (main): Add new tests.Tom Tromey2012-02-141-1/+19
* re PR libstdc++/51956 ([patch] improve shared_ptr and weak_ptr pretty-printer...Jonathan Wakely2012-02-051-0/+83
* re PR libstdc++/51649 (pretty printers don't handle std::__7:: namespace)Tom Tromey2012-01-303-35/+132
* printers.py (StdForwardListPrinter): Add.Jonathan Wakely2012-01-081-0/+82
* re PR libstdc++/48362 (pretty printer fails for zero-size std::tuple<>)Jonathan Wakely2011-12-221-0/+36
* simple.cc: New file.Tom Tromey2011-08-252-0/+138