Daily bump.
[gcc.git] / libstdc++-v3 / python /
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...
2013-08-08 François Dumonthashtable_policy.h (_Hashtable_alloc): New.
2013-08-07 Caroline TiceCommit the vtable verification feature.
2013-08-06 Paolo Carlini2013-08-06 Paolo Carlini <paolo.carlini@oracle.com>
2013-08-06 François Dumonthashtable_policy.h (_Hashtable_alloc): New.
2013-05-15 François Dumontprinters.py (Tr1HashtableIterator): Fix rendering of...
2013-02-03 Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-16 Tom Tromeywhatis.cc: New file.
2012-11-02 Jonathan Wakelyprinters.py (Tr1HashtableIterator): Update.
2012-10-28 Jonathan Wakelyre PR libstdc++/55041 (prettyprinting/shared_ptr &...
2012-10-15 Pavel Chupingthr.m4: New.
2012-10-12 Kirill YukhinRevert r192297.
2012-10-10 Pavel ChupinFix missing gthr-default.h issue on separate libstdc...
2012-09-29 Benjamin Kosnikfragment.am (CONFIG_CXXFLAGS): Remove EXTRA_CXX_FLAGS.
2012-09-28 Benjamin Kosnikacinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Remove ENABLE_P...
2012-09-26 Ulrich DrepperOptimize bulk mode for normal_distribution<double>...
2012-09-20 Benjamin Kosnikre PR libstdc++/28811 (--with-pic vs static libraries...
2012-09-17 Ulrich Drepperconfigure.ac: Substitute CPU_OPT_EXT_RANDOM.
2012-09-12 Rainer OrthClear hardware capabilities on libstdc++.so with Sun as
2012-08-15 Tom Tromeycxx11.cc (struct datum): New.
2012-04-13 Benjamin Kosnikunordered_map.h (__unordered_map): Remove.
2012-02-21 Paolo Carlinire PR libstdc++/52317 (incorrect FSF address)
2012-02-17 Benjamin Kosnikre PR libstdc++/47058 ("--enable-maintainer-mode -...
2012-02-15 Benjamin Kosnikre PR libstdc++/51368 (libstdc++ python pretty printers...
2012-02-14 Tom Tromeycxx11.cc (main): Add new tests.
2012-02-05 Jonathan Wakelyre PR libstdc++/51956 ([patch] improve shared_ptr and...
next