aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-11PR78273 fix count to work with partitioning functionJonathan Wakely5-2/+57
2017-01-11Reduce the size of variant, it doesn't need an index of type size_t internally.Ville Voutilainen3-5/+67
2017-01-10Adjust effective target selector to fix C++17 FAILJonathan Wakely2-1/+4
2017-01-10PR77528 add default constructors for container adaptorsJonathan Wakely12-12/+221
2017-01-10Use temporary int objects to access struct tm membersFelipe Magno de Almeida2-12/+38
2017-01-10Make Python printers and xmethods work with versioned namespaceFrançois Dumont5-42/+91
2017-01-09PR79017 workaround incomplete C99 math on darwinJonathan Wakely5-0/+87
2017-01-09Define testsuite macro for correct thread_local destructorsJonathan Wakely3-4/+18
2017-01-09PR66414 optimize std::string::findJonathan Wakely2-7/+26
2017-01-06Add more tests for std::basic_string::findJonathan Wakely3-0/+85
2017-01-06Add missing <cassert> include to testcaseJonathan Wakely2-0/+4
2017-01-06Check for __cxa_thread_atexit for freebsd crossesJonathan Wakely3-0/+18
2017-01-06Use fold expressions to reduce std::variant instantiation depthBarrett Adair2-17/+22
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth17-59/+54
2017-01-06Don't redefine _GLIBCXX_ASSERTIONS if already definedJonathan Wakely2-1/+3
2017-01-06PR78991 make __gnu_cxx::__ops constructors explicitJonathan Wakely3-21/+85
2017-01-05Remove unnecessary typedef from std::functionJonathan Wakely2-3/+6