aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/python
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek5-5/+5
2019-12-20libstdc++: Fix pretty printers script and testsFrançois Dumont1-1/+0
2019-12-05libstdc++: Define pretty printer for comparison categoriesJonathan Wakely1-0/+19
2019-11-29libstdc++:: improve how pretty printers find node types (PR 91997)Jonathan Wakely1-40/+98
2019-09-11Fix Xmethod for shared_ptr::use_count()Jonathan Wakely1-1/+1
2019-06-19Have std::vector printer's iterator return bool for vector<bool>Michael Weghorn1-7/+5
2019-05-18PR libstdc++/90520 adjust Xmethod for recent unique_ptr changesJonathan Wakely2-4/+17
2019-05-14Fix unique_ptr pretty printer for empty classesJonathan Wakely1-2/+9
2019-05-14LWG 2899 - Make is_move_constructible correct for unique_ptrJonathan Wakely1-1/+3
2019-05-06printers.py (add_one_template_type_printer): Add type printer for container t...François Dumont1-0/+5
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely1-0/+1
2019-02-22P0482R5 char8_t: Updates to gdb pretty printing supportTom Honermann1-2/+2
2019-01-08PR libstdc++/87855 fix optional for types with non-trivial copy/moveJonathan Wakely1-7/+17
2019-01-01Update copyright years.Jakub Jelinek5-5/+5
2018-12-13PR libstdc++/71044 optimize std::filesystem::path constructionJonathan Wakely1-2/+73
2018-11-23PR libstdc++/65229 fix pretty printer for std::bitset<0>Martin Sebor1-4/+9
2018-11-23PR libstdc++/87308 adjust regex used in std::any pretty printerJonathan Wakely1-1/+1
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-37/+88
2018-10-09Define std::string and related typedefs outside __cxx11 namespaceJonathan Wakely1-1/+3
2018-08-17PR libstdc++/86963 Implement LWG 2729 constraints on tuple assignmentJonathan Wakely1-6/+17
2018-07-31PR libstdc++/86751 default assignment operators for std::pairJonathan Wakely1-0/+34
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely1-2/+1
2018-06-25PR libstdc++/86112 fix printers for Python 2.6Jonathan Wakely1-1/+2
2018-03-09printers.py (build_libstdcxx_dictionary): Fix std::_Fwd_list_iterator and std...François Dumont1-4/+4
2018-03-08printers.py (NodeIteratorPrinter): New.François Dumont1-19/+25
2018-01-15PR libstdc++/80276 fix template argument handling in type printersJonathan Wakely1-148/+222
2018-01-09PR libstdc++/80276 fix pretty printers for array smart pointersJonathan Wakely1-3/+7
2018-01-09PR libstdc++/59253 Improve pretty printers for smart pointersJuraj Oršulić1-11/+32
2018-01-03Update copyright years.Jakub Jelinek5-5/+5
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist1-1/+2
2017-11-01printers.py (StdExpAnyPrinter.__init__): Strip typename versioned namespace b...François Dumont1-14/+15
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely1-0/+4
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-6/+6
2017-05-10Bump version namespace.François Dumont1-1/+1
2017-03-29Adjust optional's pretty printer for LWG 2900.Ville Voutilainen1-0/+2
2017-03-16PR libstdc++/67440 make pretty printers work with GDB 7.6 againJonathan Wakely1-3/+2
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-1/+2
2017-01-10Make Python printers and xmethods work with versioned namespaceFrançois Dumont2-38/+70
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-2/+3
2017-01-01Update copyright years.Jakub Jelinek5-5/+5
2016-12-15PR59170 make pretty printers check for singular iteratorsJonathan Wakely1-0/+10
2016-12-15PR59161 make pretty printers always return stringsJonathan Wakely1-6/+6
2016-12-15Tweak formatting and docs for pretty printersJonathan Wakely1-10/+17
2016-12-15Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely1-2/+160
2016-12-14Make printers use singular noun for a single elementJonathan Wakely1-7/+13
2016-12-14Make printers detect invalid debug mode iteratorsJonathan Wakely1-2/+6
2016-12-06Fix pretty-printer for std::variantJonathan Wakely1-1/+1
2016-10-19PR77990 refactor unique_ptr to encapsulate tupleJonathan Wakely2-2/+13
2016-10-11Enable printers and xmethods for std::__cxx11::listJonathan Wakely2-1/+2
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra1-0/+1