aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Implement LWG 2825, LWG 2756 breaks class template argument deduction for opt...Ville Voutilainen3-0/+53
2017-01-27PR libstdc++/79254 fix exception-safety in std::string::operator=Jonathan Wakely7-16/+155
2017-01-26PR libstdc++/70607 revert recent changes to <tr1/complex>Jonathan Wakely2-1/+15
2017-01-26Fix libstdc++ testsuite failures in C++98 and C++11 modeJonathan Wakely6-9/+19
2017-01-26Fix namespace versioning and remove __detail::__identity helpersJonathan Wakely6-37/+62
2017-01-26* name-lookup.c (parse_using_directive): Deprecate strong using.Jason Merrill2-2/+0
2017-01-26PR libstdc++/79190 add fallback aligned_alloc implementationJonathan Wakely3-5/+45
2017-01-26update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek1-0/+5
2017-01-26update-copyright.py: Add libhsail-rt to self.default_dirs and call self.add_d...Jakub Jelinek2-2/+2
2017-01-25PR libstdc++/70607 make proj(T) and conj(T) return complex<T>Jonathan Wakely5-27/+48
2017-01-24PR libstdc++/79206 check string_view sizes in operator==Jonathan Wakely3-6/+12
2017-01-23Restore <functional> header to testJonathan Wakely2-0/+6
2017-01-2369301.cc: Require atomic builtins.Thomas Preud'homme2-0/+5
2017-01-23PR libstdc++/79195 fix make_array type deductionJonathan Wakely4-23/+51
2017-01-23* doc/xml/manual/debug.xml: code.google.com uses https now.Gerald Pfeifer2-1/+5
2017-01-22* doc/xml/manual/test.xml: Fix link into gccint online manual.Gerald Pfeifer2-1/+5
2017-01-21Make poisoned hashes SFINAE away the call operator of the hash.Ville Voutilainen6-12/+70
2017-01-20Support unsigned __int20 in checks for size_t manglingJoe Seymour3-2/+29
2017-01-20PR69240 Define inequality operators for <random> param typesJonathan Wakely34-67/+673
2017-01-20PR72792 detect allocator pointer types without invalid rebindingJonathan Wakely5-25/+104
2017-01-20PR72792 PR72793 relax requirements on rebind membersJonathan Wakely5-14/+180
2017-01-20PR69321 fix any_cast<T>(any*) for non-copyable TJonathan Wakely5-6/+47
2017-01-20PR64903 simplify last fix to std::is_partitionedJonathan Wakely2-2/+8
2017-01-20PR79156 fix std::__enable_shared_from_this extensionJonathan Wakely3-1/+48
2017-01-19PR64903 fix number of predicate tests in std::is_partitionedJonathan Wakely3-0/+53
2017-01-19Fix typo in recent doc updatesJonathan Wakely3-2/+5
2017-01-19PR67085 pass comparison functions by reference in heap algorithmsJonathan Wakely4-47/+109
2017-01-19Fix unsafe moves inside loopsJonathan Wakely4-5/+53
2017-01-19PR67085 move comparison functions in heap operationsJonathan Wakely3-10/+73
2017-01-19PR78905 define _GLIBCXX_RELEASE macroJonathan Wakely7-99/+171
2017-01-18PR69301 don't assume atomic<T> can default construct TJonathan Wakely5-18/+87
2017-01-18PR68925 don't use thread_local static for stateless objectJonathan Wakely2-2/+10
2017-01-17crossconfig.m4: Add fuchsia OS.Joshua Conner3-0/+17
2017-01-17PR69699 document why __GLIBCXX__ macro is uselessJonathan Wakely3-46/+66
2017-01-17PR79114 use decayed type in std::throw_with_nested assertionJonathan Wakely3-1/+35
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek15-21/+73
2017-01-16PR66145 use new ABI for std::ios::failure exceptionsJonathan Wakely13-35/+25
2017-01-16PR78702 fix accessibility of locale::facet::__shimJonathan Wakely3-9/+24
2017-01-16PR libstdc++/78389 fix backwards size adjustments.Ville Voutilainen3-8/+18
2017-01-14Skip tests that are incompatible with Profile ModeJonathan Wakely26-0/+60
2017-01-13PR65411 don't retry fclose on EINTRJonathan Wakely2-10/+5
2017-01-13Remove unused include from Profile Mode headerJonathan Wakely2-1/+3
2017-01-13Add string_view support to COW std::stringJonathan Wakely2-6/+330
2017-01-13Define cxx11-abi effective target for libstdc++ testsJonathan Wakely20-92/+101
2017-01-13re PR libstdc++/78389 (list::merge and list::sort are not exception safe)Ville Voutilainen3-60/+195
2017-01-13Mark test as XFAIL for C++17 modeJonathan Wakely2-1/+6
2017-01-13PR78361 recognise noexcept functions as referenceableJonathan Wakely3-4/+31
2017-01-12PR77528 partially revert r244278 and define default constructorsJonathan Wakely8-22/+158
2017-01-12PR66284 remove std::function special case for reference_wrapperJonathan Wakely8-142/+132
2017-01-11PR78134 fix return types of heterogeneous lookup functionsJonathan Wakely9-68/+158