aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)Author
2016-01-07Use std::addressof in insert iterators, allocators and promisesJonathan Wakely
2016-01-06Remove noexcept from function template that can throwJonathan Wakely
2016-01-06Rename bits/mutex.h to avoid clashing with glibcJonathan Wakely
2016-01-04 Update copyright years.Jakub Jelinek
2015-12-282015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>Edward Smith-Rowland
2015-12-25 Correct use of __GXX_WEAK__ macro.Jason Merrill
2015-12-22Add inline to std::__invfwdJonathan Wakely
2015-12-21Rename test file that had incorrect bug numberJonathan Wakely
2015-12-21libstdc++/68995 qualify calls to __callable_functorJonathan Wakely
2015-12-21libstdc++/68276 consistently qualify std::forwardJonathan Wakely
2015-12-21PR libstdc++/66693.Ville Voutilainen
2015-12-182015-12-18 Ville Voutilainen <ville.voutilainen@gmail.com>Ville Voutilainen
2015-12-182015-12-18 Ville Voutilainen <ville.voutilainen@gmail.com>Ville Voutilainen
2015-12-18[DJGPP] Update config/os/djgpp/error_constants.hAndris Pavenis
2015-12-16libstdc++/68921 add timeout argument to futex(2)Jonathan Wakely
2015-12-15Restore accidentally-removed volatile qualifierJonathan Wakely
2015-12-15Remove vestigial traces of std::tr1::bindJonathan Wakely
2015-12-15Fix cv-qualifiers in std::bind invocationJonathan Wakely
2015-12-15 PR libstdc++/68863Tim Shen
2015-12-14Bad date on the Changelog entry, boo hiss.Ville Voutilainen
2015-12-14Document the implementation of Logical Operator Type Traits.Ville Voutilainen
2015-12-11Fix std::invoke support for reference_wrappersJonathan Wakely
2015-12-11PR libstdc++/68139Ville Voutilainen
2015-12-10Change tests to use -std=gnu++14 not -std=gnu++1yJonathan Wakely
2015-12-10Fix dejagnu directives in shared_ptr testJonathan Wakely
2015-12-10Improve generated libstdc++ API docsJonathan Wakely
2015-12-04PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely
2015-12-02Fix ambiguity with multiple enable_shared_from_this basesJonathan Wakely
2015-12-01Define path::_Cmpt after specializing path::__is_encoded_charJonathan Wakely
2015-11-26Ensure another pretty-printer test uses C++98 modeJonathan Wakely
2015-11-26Ensure pretty-printer test uses C++98 modeJonathan Wakely
2015-11-26* configure: Regenerate.David Edelsohn
2015-11-25Improve tests for valid values of iostream bitmask typesJonathan Wakely
2015-11-25Port libvtv to SolarisRainer Orth
2015-11-24Handle C++11 <math.h> overloads on Solaris 12Rainer Orth
2015-11-21* testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX.David Edelsohn
2015-11-20 PR libstdc++/68448Jan Kratochvil
2015-11-17PR libstdc++/66059 optimise _Build_index_tupleJonathan Wakely
2015-11-16 PR libstdc++/67440Doug Evans
2015-11-15PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR testJonathan Wakely
2015-11-142015-11-14 Andreas Tobler <andreast@gcc.gnu.org>Andreas Tobler
2015-11-14Fix std::wstring capacity test for short wchar_tJonathan Wakely
2015-11-14* testsuite/experimental/random/randint.cc: Add dg-add-options tls.David Edelsohn
2015-11-13Define std::experimental::randint etc.Jonathan Wakely
2015-11-13Improve portability of named locale testsJohn Marino
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao
2015-11-13 * include/experimental/bits/shared_ptr.h: Tweak comments.Jonathan Wakely
2015-11-13Implement std::experimental::shared_ptr with array supportFan You
2015-11-13Define alias templates using polymorphic memory resourcesJonathan Wakely
2015-11-13Implement C++ LFTSv1 polymorphic memory resourcesFan You