summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* PR66145 use new ABI for std::ios::failure exceptionsredi2017-01-1613-35/+25
* PR78702 fix accessibility of locale::facet::__shimredi2017-01-163-9/+24
* PR libstdc++/78389 fix backwards size adjustments.ville2017-01-163-8/+18
* Skip tests that are incompatible with Profile Moderedi2017-01-1426-0/+60
* PR65411 don't retry fclose on EINTRredi2017-01-132-10/+5
* Remove unused include from Profile Mode headerredi2017-01-132-1/+3
* Add string_view support to COW std::stringredi2017-01-132-6/+330
* Define cxx11-abi effective target for libstdc++ testsredi2017-01-1320-92/+101
* PR libstdc++/78389ville2017-01-133-60/+195
* Mark test as XFAIL for C++17 moderedi2017-01-132-1/+6
* PR78361 recognise noexcept functions as referenceableredi2017-01-133-4/+31
* PR77528 partially revert r244278 and define default constructorsredi2017-01-128-22/+158
* PR66284 remove std::function special case for reference_wrapperredi2017-01-128-142/+132
* PR78134 fix return types of heterogeneous lookup functionsredi2017-01-119-68/+158
* PR78273 fix count to work with partitioning functionredi2017-01-115-2/+57
* 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