aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2015-12-24Correct use of __GXX_WEAK__ macro.Jason Merrill3-2/+8
2015-12-22Add inline to std::__invfwdJonathan Wakely2-1/+6
2015-12-21Rename test file that had incorrect bug numberJonathan Wakely2-0/+4
2015-12-21libstdc++/68995 qualify calls to __callable_functorJonathan Wakely3-4/+37
2015-12-21libstdc++/68276 consistently qualify std::forwardJonathan Wakely3-9/+66
2015-12-21re PR libstdc++/66693 ([C++17] std::tuple_size fails with const std::array)Ville Voutilainen11-65/+288
2015-12-18Fix a regression introduced by the fix of libstdc++/68276.Ville Voutilainen2-1/+13
2015-12-18re PR libstdc++/68276 (ios_base::_M_grow_words should use new (std::nothrow))Ville Voutilainen3-7/+13
2015-12-18[DJGPP] Update config/os/djgpp/error_constants.hAndris Pavenis2-24/+80
2015-12-16libstdc++/68921 add timeout argument to futex(2)Jonathan Wakely2-1/+6
2015-12-15Restore accidentally-removed volatile qualifierJonathan Wakely2-1/+4
2015-12-15Remove vestigial traces of std::tr1::bindJonathan Wakely2-73/+31
2015-12-15Fix cv-qualifiers in std::bind invocationJonathan Wakely3-4/+64
2015-12-15re PR libstdc++/68863 (Regular expressions: Backreferences don't work in nega...Tim Shen3-1/+56
2015-12-14Bad date on the Changelog entry, boo hiss.Ville Voutilainen1-1/+1
2015-12-14Document the implementation of Logical Operator Type Traits.Ville Voutilainen4-3/+45
2015-12-11Fix std::invoke support for reference_wrappersJonathan Wakely5-39/+115
2015-12-11re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...Ville Voutilainen3-1/+41
2015-12-10Change tests to use -std=gnu++14 not -std=gnu++1yJonathan Wakely20-19/+56
2015-12-10Fix dejagnu directives in shared_ptr testJonathan Wakely3-45/+44
2015-12-10Improve generated libstdc++ API docsJonathan Wakely21-52/+140
2015-12-04PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely3-3/+71
2015-12-02Fix ambiguity with multiple enable_shared_from_this basesJonathan Wakely4-16/+93
2015-12-01Define path::_Cmpt after specializing path::__is_encoded_charJonathan Wakely2-10/+15
2015-11-26Ensure another pretty-printer test uses C++98 modeJonathan Wakely2-2/+8
2015-11-26Ensure pretty-printer test uses C++98 modeJonathan Wakely2-2/+10
2015-11-26* configure: Regenerate.David Edelsohn2-2/+6
2015-11-25Improve tests for valid values of iostream bitmask typesJonathan Wakely4-6/+19
2015-11-25Port libvtv to SolarisRainer Orth4-1/+18
2015-11-24Handle C++11 <math.h> overloads on Solaris 12Rainer Orth8-2/+375
2015-11-21* testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX.David Edelsohn2-0/+7
2015-11-20re PR libstdc++/68448 (Python Pretty Printers get disabled on libstdc++ reloa...Jan Kratochvil3-9/+20
2015-11-17PR libstdc++/66059 optimise _Build_index_tupleJonathan Wakely2-4/+20
2015-11-16re PR libstdc++/67440 (pretty-printing of a const set<foo> fails)Doug Evans5-1/+25
2015-11-15PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR testJonathan Wakely3-2/+9
2015-11-14acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Change locale implementation from darw...Andreas Tobler5-30/+71
2015-11-14Fix std::wstring capacity test for short wchar_tJonathan Wakely3-2/+9
2015-11-14* testsuite/experimental/random/randint.cc: Add dg-add-options tls.David Edelsohn2-0/+5
2015-11-13Define std::experimental::randint etc.Jonathan Wakely5-0/+170
2015-11-13Improve portability of named locale testsJohn Marino298-863/+1246
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao47-597/+1572
2015-11-13* include/experimental/bits/shared_ptr.h: Tweak comments.Jonathan Wakely2-2/+6
2015-11-13Implement std::experimental::shared_ptr with array supportFan You24-1/+2868
2015-11-13Define alias templates using polymorphic memory resourcesJonathan Wakely14-0/+230
2015-11-13Implement C++ LFTSv1 polymorphic memory resourcesFan You10-1/+863
2015-11-12Extend valid values of iostream bitmask typesJonathan Wakely5-3/+29
2015-11-12* include/std/thread: Include <cerrno> for EINTR.Jonathan Wakely2-0/+5
2015-11-12Implement D0013R2, logical type traits.Ville Voutilainen10-5/+222
2015-11-12* include/experimental/bits/string_view.tcc: Fix doxygen @file.Jonathan Wakely2-1/+5
2015-11-11* libsupc++/new_handler.cc: Fix for explicit constructor change.Jonathan Wakely2-1/+3