summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Fix test failure at -O0 by pruning outputredi2017-02-062-0/+7
* * doc/xml/manual/documentation_hacking.xml: Remove obsolete linkgerald2017-02-062-7/+13
* PR libstdc++/66145 ensure new ABI for ios::failure testsredi2017-02-0312-0/+53
* PR libstdc++/60936 reduce coupling between objects in libstdc++.aredi2017-02-0318-194/+438
* Update libstdc++ baseline symbols for x32hjl2017-02-022-0/+84
* Separate Solaris/SPARC and x86 baselinesro2017-02-0210-0/+10634
* Update Solaris baselinesro2017-02-027-0/+131
* PR78346 make <bits/predefined_ops.h> handle stashing iteratorsredi2017-02-013-7/+131
* PR libstdc++/79254 simplify exception-safety in copy assignmentredi2017-02-016-81/+65
* Implement LWG 2825, LWG 2756 breaks class template argument deduction for opt...ville2017-01-303-0/+53
* PR libstdc++/79254 fix exception-safety in std::string::operator=redi2017-01-277-16/+155
* PR libstdc++/70607 revert recent changes to <tr1/complex>redi2017-01-262-1/+15
* Fix libstdc++ testsuite failures in C++98 and C++11 moderedi2017-01-266-9/+19
* Fix namespace versioning and remove __detail::__identity helpersredi2017-01-266-37/+62
* * name-lookup.c (parse_using_directive): Deprecate strong using.jason2017-01-262-2/+0
* PR libstdc++/79190 add fallback aligned_alloc implementationredi2017-01-263-5/+45
* contrib/jakub2017-01-261-0/+5
* contrib/jakub2017-01-262-2/+2
* PR libstdc++/70607 make proj(T) and conj(T) return complex<T>redi2017-01-255-27/+48
* PR libstdc++/79206 check string_view sizes in operator==redi2017-01-243-6/+12
* Restore <functional> header to testredi2017-01-232-0/+6
* 2017-01-23 Thomas Preud'homme <thomas.preudhomme@arm.com>thopre012017-01-232-0/+5
* PR libstdc++/79195 fix make_array type deductionredi2017-01-234-23/+51
* * doc/xml/manual/debug.xml: code.google.com uses https now.gerald2017-01-232-1/+5
* * doc/xml/manual/test.xml: Fix link into gccint online manual.gerald2017-01-222-1/+5
* Make poisoned hashes SFINAE away the call operator of the hash.ville2017-01-216-12/+70
* Support unsigned __int20 in checks for size_t manglingredi2017-01-203-2/+29
* PR69240 Define inequality operators for <random> param typesredi2017-01-2034-67/+673
* PR72792 detect allocator pointer types without invalid rebindingredi2017-01-205-25/+104
* PR72792 PR72793 relax requirements on rebind membersredi2017-01-205-14/+180
* PR69321 fix any_cast<T>(any*) for non-copyable Tredi2017-01-205-6/+47
* PR64903 simplify last fix to std::is_partitionedredi2017-01-202-2/+8
* PR79156 fix std::__enable_shared_from_this extensionredi2017-01-203-1/+48
* PR64903 fix number of predicate tests in std::is_partitionedredi2017-01-193-0/+53
* Fix typo in recent doc updatesredi2017-01-193-2/+5
* PR67085 pass comparison functions by reference in heap algorithmsredi2017-01-194-47/+109
* Fix unsafe moves inside loopsredi2017-01-194-5/+53
* PR67085 move comparison functions in heap operationsredi2017-01-193-10/+73
* PR78905 define _GLIBCXX_RELEASE macroredi2017-01-197-99/+171
* PR69301 don't assume atomic<T> can default construct Tredi2017-01-185-18/+87
* PR68925 don't use thread_local static for stateless objectredi2017-01-182-2/+10
* 2017-01-17 Joshua Conner <joshconner@google.com>jconner2017-01-173-0/+17
* PR69699 document why __GLIBCXX__ macro is uselessredi2017-01-173-46/+66
* PR79114 use decayed type in std::throw_with_nested assertionredi2017-01-173-1/+35
* PR other/79046jakub2017-01-1715-21/+73
* 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