]> gcc.gnu.org Git - gcc.git/history - libstdc++-v3/python
c++: Better module initializer code
[gcc.git] / libstdc++-v3 / python /
2022-05-26 Jonathan Wakelylibstdc++: Fix atomic and error_code printers for versi...
2022-05-26 François Dumontlibstdc++: Fix printing of std::span for versioned...
2022-05-26 Jonathan Wakelylibstdc++: Fix printing of std::atomic<shared_ptr<T...
2022-04-27 Jonathan Wakelylibstdc++: Add pretty printer for std::atomic
2022-04-25 Philipp Fentlibstdc++: Add pretty printer for std::initializer_list
2022-04-19 Philipp Fentlibstdc++: Add pretty printer for std::span
2022-02-17 Jonathan Wakelylibstdc++: Make std::error_code printer more robust
2022-01-17 Jonathan Wakelylibstdc++: Define <stacktrace> header for C++23
2022-01-10 Jonathan Wakelylibstdc++: Fix and simplify freestanding configuration...
2022-01-05 Jonathan Wakelylibstdc++: Fix std::error_code pretty printer for versi...
2022-01-05 Jonathan Wakelylibstdc++: Add pretty printer for std::regex internals
2022-01-03 Jakub JelinekUpdate copyright years.
2021-11-04 Jonathan Wakelylibstdc++: Fix pretty printing of std::unique_ptr ...
2021-08-18 Jonathan Wakelylibstdc++: Fix vector<bool> printer tests to work in...
2021-08-17 Jonathan Wakelylibstdc++: Remove pretty printer committed by mistake
2021-08-17 Jonathan Wakelylibstdc++: Add pretty printer for std::error_code and...
2021-08-16 Jonathan Wakelylibstdc++: Install GDB pretty printers for debug library
2021-06-01 Jonathan Wakelylibstdc++: Fix installation of python hooks [PR 99453]
2021-04-21 Philippe Blainlibstdc++: Install libstdc++*-gdb.py more robustly...
2021-03-11 Jonathan Wakelylibstdc++: Fix find_type helper to work consistently
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...
next
This page took 0.861547 seconds and 8 git commands to generate.