summaryrefslogtreecommitdiff
path: root/libstdc++-v3/python
AgeCommit message (Expand)Author
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely
2018-06-25PR libstdc++/86112 fix printers for Python 2.6Jonathan Wakely
2018-03-09printers.py (build_libstdcxx_dictionary): Fix std::_Fwd_list_iterator and std...François Dumont
2018-03-08printers.py (NodeIteratorPrinter): New.François Dumont
2018-01-15PR libstdc++/80276 fix template argument handling in type printersJonathan Wakely
2018-01-09PR libstdc++/80276 fix pretty printers for array smart pointersJonathan Wakely
2018-01-09PR libstdc++/59253 Improve pretty printers for smart pointersJuraj Oršulić
2018-01-03Update copyright years.Jakub Jelinek
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist
2017-11-01printers.py (StdExpAnyPrinter.__init__): Strip typename versioned namespace b...François Dumont
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-05-10Bump version namespace.François Dumont
2017-03-29Adjust optional's pretty printer for LWG 2900.Ville Voutilainen
2017-03-16PR libstdc++/67440 make pretty printers work with GDB 7.6 againJonathan Wakely
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek
2017-01-10Make Python printers and xmethods work with versioned namespaceFrançois Dumont
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth
2017-01-01Update copyright years.Jakub Jelinek
2016-12-15PR59170 make pretty printers check for singular iteratorsJonathan Wakely
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-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra
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-08-20Makefile.am: Ensure gdb.py is installed for libstdc++ not libstdc++fs.Jonathan Wakely
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner
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-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner
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