aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-05re PR libstdc++/78996 (<variant> uses macro as name)Tim Shen2-3/+10
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely5-6/+24
2017-01-04Implement 2801, Default-constructibility of unique_ptr.Ville Voutilainen6-32/+107
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen127-144/+273
2017-01-04documentation_hacking.xml: sourceforge.net now defaults to https; adjust refe...Gerald Pfeifer2-1/+6
2017-01-03Add deleted std::thread(const thread&&) constructorJonathan Wakely3-0/+35
2017-01-03Fix typos in libstdc++ docs and update copyright yearsJonathan Wakely11-13/+26
2017-01-02faq.xml: Update address of C++ ABI link.Gerald Pfeifer3-4/+9
2017-01-01Update copyright years.Jakub Jelinek8271-18192/+18201
2016-12-29Implement LWG 2842, in_place_t check for optional::optional(U&&) should decay U.Ville Voutilainen3-15/+42
2016-12-24random.tcc: Fix usage of _OutputIteratorConcept.François Dumont2-13/+31
2016-12-21Implement P0522R0, matching of template template arguments.Jason Merrill1-1/+1
2016-12-21Fix handling of explicit function template arguments with TTPs.Jason Merrill2-11/+13