summaryrefslogtreecommitdiff
path: root/libstdc++-v3/python/libstdcxx
AgeCommit message (Expand)Author
2016-12-15PR59161 make pretty printers always return stringsJonathan Wakely
2016-12-15Tweak formatting and docs for pretty printersJonathan Wakely
2016-12-15Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely
2016-12-14Make printers use singular noun for a single elementJonathan Wakely
2016-12-14Make printers detect invalid debug mode iteratorsJonathan Wakely
2016-12-06Fix pretty-printer for std::variantJonathan Wakely
2016-10-19PR77990 refactor unique_ptr to encapsulate tupleJonathan Wakely
2016-10-11Enable printers and xmethods for std::__cxx11::listJonathan Wakely
2016-09-22Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely
2016-09-22Update pretty printer for std::variantJonathan Wakely
2016-09-20Replace casts with floordiv operator in Python xmethodsJonathan Wakely
2016-09-19libstdc++/77645 fix deque and vector xmethods for Python 3Jonathan Wakely
2016-09-19Improve pretty printer for std::variantJonathan Wakely
2016-09-19libstdc++/77645 Fix xmethods for std::listJonathan Wakely
2016-09-17Define pretty printers for C++17 library componentsJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-11-20re PR libstdc++/68448 (Python Pretty Printers get disabled on libstdc++ reloa...Jan Kratochvil
2015-11-16re PR libstdc++/67440 (pretty-printing of a const set<foo> fails)Doug Evans
2015-10-03Remove pretty printing for 'any' with allocatorsJonathan Wakely
2015-06-17C++11 allocator support for std::list.Jonathan Wakely
2015-05-27re PR libstdc++/66017 (Undefined behaviour in std::set<long long>)Jonathan Wakely
2015-05-26xmethods.py (UniquePtrMethodsMatcher): Add operator-> support.Doug Evans
2015-05-01fs_path.h (path::_List): Use vector instead of list.Jonathan Wakely
2015-04-30Implement N4100 File System TSJonathan Wakely
2015-04-29re PR libstdc++/65839 (xmethods need updating once gdb decides how to fix 18285)Doug Evans
2015-04-29Use consistent naming for value type attributes.Doug Evans
2015-02-28re PR libstdc++/65246 (libstdc++ pretty printers don't work anymore with Pyth...Matthias Klose
2015-02-20re PR libstdc++/64695 (FAIL: libstdc++-prettyprinters/cxx11.cc)Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19New std::string implementation.Jonathan Wakely
2014-11-11xmethods.py: Add xmethods for associative containers.Siva Chandra Reddy
2014-10-13xmethods.py: Add xmethods for std::array, std::deque, std::forward_list, std:...Siva Chandra Reddy
2014-10-01printers.py (StdDebugIteratorPrinter.to_string): Adapt to latest modification...François Dumont
2014-09-30hook.in: Only import libstdcxx.v6.Siva Chandra Reddy
2014-09-10hook.in: Load the xmethods.Siva Chandra Reddy
2014-07-29* python/libstdcxx/v6/printers.pyJonathan Wakely
2014-07-23printers.py (StdExpAnyPrinter): Convert type to string instead of using gdb.T...Jonathan Wakely
2014-07-18re PR libstdc++/61835 (Invalid comment on pretty printers breaks gdb)Jonathan Wakely
2014-07-15printers.py (SingleObjContainerPrinter): New base class for experimental::any...Jonathan Wakely
2014-07-15printers.py (TemplateTypePrinter): Add type printer for class templates.Jonathan Wakely
2014-07-11re PR libstdc++/58962 (Pretty printers use obsolete Python syntax)Samuel Bronson
2014-05-19* python/libstdcxx/v6/printers.py: Use Python3 raise syntax.Jonathan Wakely
2014-05-02re PR libstdc++/59476 (gdb pretty-printer cannot print C++11 _Rb_tree_iterator)Jonathan Wakely
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-08-20re PR libstdc++/53477 (pretty printer fails with: Python Exception <type 'exc...Phil Muldoon
2013-08-08hashtable_policy.h (_Hashtable_alloc): New.François Dumont
2013-08-062013-08-06 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2013-08-06hashtable_policy.h (_Hashtable_alloc): New.François Dumont
2013-05-15printers.py (Tr1HashtableIterator): Fix rendering of std::tr1 unordered conta...François Dumont
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford