summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Reduce the size of variant, it doesn't need an index ofville2017-01-113-5/+67
* Adjust effective target selector to fix C++17 FAILredi2017-01-102-1/+4
* PR77528 add default constructors for container adaptorsredi2017-01-1012-12/+221
* Use temporary int objects to access struct tm membersredi2017-01-102-12/+38
* Make Python printers and xmethods work with versioned namespaceredi2017-01-105-42/+91
* PR79017 workaround incomplete C99 math on darwinredi2017-01-095-0/+87
* Define testsuite macro for correct thread_local destructorsredi2017-01-093-4/+18
* PR66414 optimize std::string::findredi2017-01-092-7/+26
* Add more tests for std::basic_string::findredi2017-01-063-0/+85
* Add missing <cassert> include to testcaseredi2017-01-062-0/+4
* Check for __cxa_thread_atexit for freebsd crossesredi2017-01-063-0/+18
* Use fold expressions to reduce std::variant instantiation depthredi2017-01-062-17/+22
* Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]ro2017-01-0617-59/+54
* Don't redefine _GLIBCXX_ASSERTIONS if already definedredi2017-01-062-1/+3
* PR78991 make __gnu_cxx::__ops constructors explicitredi2017-01-063-21/+85
* Remove unnecessary typedef from std::functionredi2017-01-052-3/+6
* 2017-01-05 Tim Shen <timshen@google.com>timshen2017-01-052-3/+10
* PR78968 add configure check for __cxa_thread_atexit in libcredi2017-01-045-6/+24
* Implement 2801, Default-constructibility of unique_ptr.ville2017-01-046-32/+107
* Support exception propagation without lock-free atomic intredi2017-01-04127-144/+273
* * doc/xml/manual/documentation_hacking.xml: sourceforge.net nowgerald2017-01-042-1/+6
* Add deleted std::thread(const thread&&) constructorredi2017-01-033-0/+35
* Fix typos in libstdc++ docs and update copyright yearsredi2017-01-0311-13/+26
* * doc/xml/faq.xml: Update address of C++ ABI link.gerald2017-01-023-4/+9
* Update copyright years.jakub2017-01-018271-18192/+18201
* Implement LWG 2842, in_place_t check for optional::optional(U&&)ville2016-12-293-15/+42
* 2016-12-24 François Dumont <fdumont@gcc.gnu.org>fdumont2016-12-242-13/+31
* Implement P0522R0, matching of template template arguments.jason2016-12-211-1/+1
* Fix handling of explicit function template arguments with TTPs.jason2016-12-212-11/+13
* PR 71444 define more error constants for mingw-w64redi2016-12-213-40/+83
* Make the perfect-forwarding constructor of a two-element tupleville2016-12-194-3/+57
* Reuse Doxygen comments for map::erase overloadsredi2016-12-163-0/+10
* Add assertion to _Rb_tree::erase to check for end iteratorsredi2016-12-163-4/+56
* Implement LWG 2769, Redundant const in the return type ofville2016-12-164-9/+36
* PR59170 make pretty printers check for singular iteratorsredi2016-12-154-0/+73
* PR59161 make pretty printers always return stringsredi2016-12-153-6/+84
* Tweak formatting and docs for pretty printersredi2016-12-152-10/+26
* Add GDB XMethods for shared_ptr and unique_ptr<T[]>redi2016-12-154-8/+261
* 2016-12-14 François Dumont <fdumont@gcc.gnu.org>fdumont2016-12-142-2/+12
* Make printers use singular noun for a single elementredi2016-12-148-18/+36
* Make printers detect invalid debug mode iteratorsredi2016-12-144-2/+101
* [libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...ktkachov2016-12-126-0/+18
* Remove stray character at end of dg-do directiveredi2016-12-122-1/+4
* Remove stray character at end of dg-do directiveredi2016-12-122-1/+6
* Fix std::variant for gnu-versioned--namespace buildredi2016-12-092-1/+5
* * testsuite/25_algorithms/headers/algorithm/dje2016-12-082-1/+6
* PR libstdc++/78264ebotcazou2016-12-082-2/+8
* Fix filesystem test that fails in debug moderedi2016-12-082-4/+8
* Delete std::swap for debug mode arrayredi2016-12-0812-14/+34
* PR71856 try to fix Parallel Mode assertions againredi2016-12-085-5/+87