summaryrefslogtreecommitdiff
path: root/libstdc++-v3/python
Commit message (Expand)AuthorAgeFilesLines
* 2017-05-10 François Dumont <fdumont@gcc.gnu.org>fdumont2017-05-101-1/+1
* Adjust optional's pretty printer for LWG 2900.ville2017-03-291-0/+2
* PR libstdc++/67440 make pretty printers work with GDB 7.6 againredi2017-03-161-3/+2
* PR other/79046jakub2017-01-171-1/+2
* Make Python printers and xmethods work with versioned namespaceredi2017-01-102-38/+70
* Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]ro2017-01-061-2/+3
* Update copyright years.jakub2017-01-015-5/+5
* PR59170 make pretty printers check for singular iteratorsredi2016-12-151-0/+10
* PR59161 make pretty printers always return stringsredi2016-12-151-6/+6
* Tweak formatting and docs for pretty printersredi2016-12-151-10/+17
* Add GDB XMethods for shared_ptr and unique_ptr<T[]>redi2016-12-151-2/+160
* Make printers use singular noun for a single elementredi2016-12-141-7/+13
* Make printers detect invalid debug mode iteratorsredi2016-12-141-2/+6
* Fix pretty-printer for std::variantredi2016-12-061-1/+1
* PR77990 refactor unique_ptr to encapsulate tupleredi2016-10-192-2/+13
* Enable printers and xmethods for std::__cxx11::listredi2016-10-112-1/+2
* Disable .gnu.attributes tags in compatibility-ldbl.oamodra2016-09-281-0/+1
* Implement C++17 node extraction and insertion (P0083R5)redi2016-09-221-6/+52
* Update pretty printer for std::variantredi2016-09-221-1/+1
* Replace casts with floordiv operator in Python xmethodsredi2016-09-201-3/+3
* libstdc++/77645 fix deque and vector xmethods for Python 3redi2016-09-191-3/+3
* Improve pretty printer for std::variantredi2016-09-191-12/+20
* libstdc++/77645 Fix xmethods for std::listredi2016-09-191-5/+14
* Define pretty printers for C++17 library componentsredi2016-09-171-10/+56
* Update copyright years.jakub2016-01-045-5/+5
* PR libstdc++/68448jkratoch2015-11-202-8/+12
* PR libstdc++/67440devans2015-11-161-1/+3
* Remove pretty printing for 'any' with allocatorsredi2015-10-031-4/+0
* * python/Makefile.am: Ensure gdb.py is installed for libstdc++ notredi2015-08-202-2/+2
* libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGShaubi2015-07-241-1/+1
* C++11 allocator support for std::list.redi2015-06-171-3/+21
* PR libstdc++/66017redi2015-05-271-3/+4
* * python/libstdcxx/v6/xmethods.py (UniquePtrMethodsMatcher): Adddevans2015-05-261-0/+1
* libstdc++: Bump to automake 1.11.6haubi2015-05-131-12/+47
* * include/experimental/fs_path.h (path::_List): Use vector instead ofredi2015-05-011-9/+44
* Implement N4100 File System TSredi2015-04-301-0/+21
* PR libstdc++/65839devans2015-04-291-21/+114
* Use consistent naming for value type attributes.devans2015-04-291-27/+27
* 2015-02-28 Matthias Klose <doko@ubuntu.com>doko2015-02-281-2/+2
* PR libstdc++/64695redi2015-02-201-8/+21
* Update copyright years.jakub2015-01-055-5/+5
* New std::string implementation.redi2014-12-192-6/+14
* 2014-11-11 Siva Chandra Reddy <sivachandra@google.com>redi2014-11-111-0/+60
* 2014-10-13 Siva Chandra Reddy <sivachandra@google.com>redi2014-10-131-17/+382
* 2014-10-01 François Dumont <fdumont@gcc.gnu.org>fdumont2014-10-011-1/+1
* 2014-09-30 Siva Chandra Reddy <sivachandra@google.com>redi2014-09-302-15/+32
* 2014-09-10 Siva Chandra Reddy <sivachandra@google.com>redi2014-09-104-0/+117
* * python/libstdcxx/v6/printers.pyredi2014-07-291-2/+2
* * python/libstdcxx/v6/printers.py (StdExpAnyPrinter): Convert typeredi2014-07-231-1/+1
* PR libstdc++/61835redi2014-07-181-1/+4