]> gcc.gnu.org Git - gcc.git/history - libstdc++-v3/python
c++: generic lambda, fn* conv, empty class [PR98326]
[gcc.git] / libstdc++-v3 / python /
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-16 Jonathan Wakelylibstdc++: Add C++ runtime support for new 128-bit...
2020-12-02 Jonathan Wakelylibstdc++: Fix std::any pretty printer [PR 68735]
2020-12-02 Jonathan Wakelylibstdc++: Fix filesystem::path pretty printer test...
2020-12-01 Michael Weghornlibstdc++: Pretty printers for _Bit_reference and _Bit_...
2020-08-10 Jonathan Wakelylibstdc++: Fix compatibility support in unique_ptr...
2020-07-31 François Dumontlibstdc++: Fix and improve std::vector<bool> implementa...
2020-06-23 Jonathan Wakelylibstdc++: Regenerate makefiles
2020-02-17 Jonathan Wakelylibstdc++: Fix regression in libstdc++-prettyprinters...
2020-01-24 Maciej W. RozyckiAdd `--with-toolexeclibdir=' configuration option
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-20 François Dumontlibstdc++: Fix pretty printers script and tests
2019-12-05 Jonathan Wakelylibstdc++: Define pretty printer for comparison categories
2019-11-29 Jonathan Wakelylibstdc++:: improve how pretty printers find node types...
2019-09-11 Jonathan WakelyFix Xmethod for shared_ptr::use_count()
2019-06-19 Michael WeghornHave std::vector printer's iterator return bool for...
2019-05-17 Jonathan WakelyPR libstdc++/90520 adjust Xmethod for recent unique_ptr...
2019-05-14 Jonathan WakelyFix unique_ptr pretty printer for empty classes
2019-05-14 Jonathan WakelyLWG 2899 - Make is_move_constructible correct for uniqu...
2019-05-06 François Dumontprinters.py (add_one_template_type_printer): Add type...
2019-02-27 Jonathan WakelyPR libstdc++/89466 avoid slow xsltproc command in configure
2019-02-22 Tom HonermannP0482R5 char8_t: Updates to gdb pretty printing support
2019-01-08 Jonathan WakelyPR libstdc++/87855 fix optional for types with non...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-13 Jonathan WakelyPR libstdc++/71044 optimize std::filesystem::path const...
2018-11-23 Martin SeborPR libstdc++/65229 fix pretty printer for std::bitset<0>
2018-11-23 Jonathan WakelyPR libstdc++/87308 adjust regex used in std::any pretty...
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-09 Jonathan WakelyDefine std::string and related typedefs outside __cxx11...
2018-08-17 Jonathan WakelyPR libstdc++/86963 Implement LWG 2729 constraints on...
2018-07-31 Jonathan WakelyPR libstdc++/86751 default assignment operators for...
2018-07-17 Jonathan WakelyPR libstdc++/86450 use -Wabi=2 and simplify -Werror use
2018-06-25 Jonathan WakelyPR libstdc++/86112 fix printers for Python 2.6
2018-03-09 François Dumontprinters.py (build_libstdcxx_dictionary): Fix std:...
2018-03-08 François Dumontprinters.py (NodeIteratorPrinter): New.
2018-01-15 Jonathan WakelyPR libstdc++/80276 fix template argument handling in...
2018-01-09 Jonathan WakelyPR libstdc++/80276 fix pretty printers for array smart...
2018-01-09 Juraj OršulićPR libstdc++/59253 Improve pretty printers for smart...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-11-01 François Dumontprinters.py (StdExpAnyPrinter.__init__): Strip typename...
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-07-23 François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-05-10 François DumontBump version namespace.
2017-03-29 Ville VoutilainenAdjust optional's pretty printer for LWG 2900.
2017-03-16 Jonathan WakelyPR libstdc++/67440 make pretty printers work with GDB...
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-10 François DumontMake Python printers and xmethods work with versioned...
2017-01-06 Rainer OrthBuild libgo with -Wa,-nH if possible (PR go/78978)...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-15 Jonathan WakelyPR59170 make pretty printers check for singular iterators
2016-12-15 Jonathan WakelyPR59161 make pretty printers always return strings
2016-12-15 Jonathan WakelyTweak formatting and docs for pretty printers
2016-12-15 Jonathan WakelyAdd GDB XMethods for shared_ptr and unique_ptr<T[]>
2016-12-14 Jonathan WakelyMake printers use singular noun for a single element
2016-12-14 Jonathan WakelyMake printers detect invalid debug mode iterators
2016-12-06 Jonathan WakelyFix pretty-printer for std::variant
2016-10-19 Jonathan WakelyPR77990 refactor unique_ptr to encapsulate tuple
2016-10-11 Jonathan WakelyEnable printers and xmethods for std::__cxx11::list
2016-09-28 Alan ModraDisable .gnu.attributes tags in compatibility-ldbl.o
2016-09-22 Jonathan WakelyImplement C++17 node extraction and insertion (P0083R5)
2016-09-22 Jonathan WakelyUpdate pretty printer for std::variant
2016-09-20 Jonathan WakelyReplace casts with floordiv operator in Python xmethods
2016-09-19 Jonathan Wakelylibstdc++/77645 fix deque and vector xmethods for Python 3
2016-09-19 Jonathan WakelyImprove pretty printer for std::variant
2016-09-19 Jonathan Wakelylibstdc++/77645 Fix xmethods for std::list
2016-09-17 Jonathan WakelyDefine pretty printers for C++17 library components
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-20 Jan Kratochvilre PR libstdc++/68448 (Python Pretty Printers get disab...
2015-11-16 Doug Evansre PR libstdc++/67440 (pretty-printing of a const set...
2015-10-03 Jonathan WakelyRemove pretty printing for 'any' with allocators
2015-08-20 Jonathan WakelyMakefile.am: Ensure gdb.py is installed for libstdc...
2015-07-24 Michael Haubenwallnerlibstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
2015-06-17 Jonathan WakelyC++11 allocator support for std::list.
2015-05-27 Jonathan Wakelyre PR libstdc++/66017 (Undefined behaviour in std:...
2015-05-26 Doug Evansxmethods.py (UniquePtrMethodsMatcher): Add operator...
2015-05-13 Michael Haubenwallnerlibstdc++: Bump to automake 1.11.6
2015-05-01 Jonathan Wakelyfs_path.h (path::_List): Use vector instead of list.
2015-04-30 Jonathan WakelyImplement N4100 File System TS
2015-04-29 Doug Evansre PR libstdc++/65839 (xmethods need updating once...
2015-04-29 Doug EvansUse consistent naming for value type attributes.
2015-02-28 Matthias Klosere PR libstdc++/65246 (libstdc++ pretty printers don...
2015-02-20 Jonathan Wakelyre PR libstdc++/64695 (FAIL: libstdc++-prettyprinters...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-19 Jonathan WakelyNew std::string implementation.
2014-11-11 Siva Chandra Reddyxmethods.py: Add xmethods for associative containers.
2014-10-13 Siva Chandra Reddyxmethods.py: Add xmethods for std::array, std::deque...
2014-10-01 François Dumontprinters.py (StdDebugIteratorPrinter.to_string): Adapt...
2014-09-30 Siva Chandra Reddyhook.in: Only import libstdcxx.v6.
2014-09-10 Siva Chandra Reddyhook.in: Load the xmethods.
2014-07-29 Jonathan Wakely* python/libstdcxx/v6/printers.py
2014-07-23 Jonathan Wakelyprinters.py (StdExpAnyPrinter): Convert type to string...
2014-07-18 Jonathan Wakelyre PR libstdc++/61835 (Invalid comment on pretty printe...
2014-07-15 Jonathan Wakelyprinters.py (SingleObjContainerPrinter): New base class...
2014-07-15 Jonathan Wakelyprinters.py (TemplateTypePrinter): Add type printer...
2014-07-11 Samuel Bronsonre PR libstdc++/58962 (Pretty printers use obsolete...
2014-05-19 Jonathan Wakely* python/libstdcxx/v6/printers.py: Use Python3 raise...
2014-05-02 Jonathan Wakelyre PR libstdc++/59476 (gdb pretty-printer cannot print...
2014-01-02 Richard SandifordUpdate copyright years in libstdc++-v3/
2013-08-20 Phil Muldoonre PR libstdc++/53477 (pretty printer fails with: Pytho...
next
This page took 0.875396 seconds and 8 git commands to generate.