aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-21PR 71444 define more error constants for mingw-w64Jonathan Wakely3-40/+83
2016-12-19Make the perfect-forwarding constructor of a two-element tuple sfinae away wh...Ville Voutilainen4-3/+57
2016-12-16Reuse Doxygen comments for map::erase overloadsJonathan Wakely3-0/+10
2016-12-16Add assertion to _Rb_tree::erase to check for end iteratorsJonathan Wakely3-4/+56
2016-12-16Implement LWG 2769, Redundant const in the return type of any_cast(const any&).Ville Voutilainen4-9/+36
2016-12-15PR59170 make pretty printers check for singular iteratorsJonathan Wakely4-0/+73
2016-12-15PR59161 make pretty printers always return stringsJonathan Wakely3-6/+84
2016-12-15Tweak formatting and docs for pretty printersJonathan Wakely2-10/+26
2016-12-15Add GDB XMethods for shared_ptr and unique_ptr<T[]>Jonathan Wakely4-8/+261
2016-12-14stl_tree.h (_Rb_tree_impl(const _Key_compare&, const _Node_allocator&): Resto...François Dumont2-2/+12
2016-12-14Make printers use singular noun for a single elementJonathan Wakely8-18/+36
2016-12-14Make printers detect invalid debug mode iteratorsJonathan Wakely4-2/+101
2016-12-12[libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...Kyrylo Tkachov6-0/+18
2016-12-12Remove stray character at end of dg-do directiveJonathan Wakely2-1/+4
2016-12-12Remove stray character at end of dg-do directiveJonathan Wakely2-1/+6
2016-12-09Fix std::variant for gnu-versioned--namespace buildJonathan Wakely2-1/+5
2016-12-08parallel_algorithm_assert2.cc: Move dg-do run first.David Edelsohn2-1/+6