summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2016-01-047761-12803/+12813
* 2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2015-12-282-3/+6
* Correct use of __GXX_WEAK__ macro.jason2015-12-253-2/+8
* Add inline to std::__invfwdredi2015-12-222-1/+6
* Rename test file that had incorrect bug numberredi2015-12-212-0/+4
* libstdc++/68995 qualify calls to __callable_functorredi2015-12-213-4/+37
* libstdc++/68276 consistently qualify std::forwardredi2015-12-213-9/+66
* PR libstdc++/66693.ville2015-12-2111-65/+288
* 2015-12-18 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-12-182-1/+13
* 2015-12-18 Ville Voutilainen <ville.voutilainen@gmail.com>ville2015-12-183-7/+13
* [DJGPP] Update config/os/djgpp/error_constants.handris2015-12-182-24/+80
* libstdc++/68921 add timeout argument to futex(2)redi2015-12-162-1/+6
* Restore accidentally-removed volatile qualifierredi2015-12-152-1/+4
* Remove vestigial traces of std::tr1::bindredi2015-12-152-73/+31
* Fix cv-qualifiers in std::bind invocationredi2015-12-153-4/+64
* PR libstdc++/68863timshen2015-12-153-1/+56
* Bad date on the Changelog entry, boo hiss.ville2015-12-141-1/+1
* Document the implementation of Logical Operator Type Traits.ville2015-12-144-3/+45
* Fix std::invoke support for reference_wrappersredi2015-12-115-39/+115
* PR libstdc++/68139ville2015-12-113-1/+41
* Change tests to use -std=gnu++14 not -std=gnu++1yredi2015-12-1020-19/+56
* Fix dejagnu directives in shared_ptr testredi2015-12-103-45/+44
* Improve generated libstdc++ API docsredi2015-12-1021-52/+140
* PR libstdc++/57060 cope with invalid thread IDsredi2015-12-043-3/+71
* Fix ambiguity with multiple enable_shared_from_this basesredi2015-12-024-16/+93
* Define path::_Cmpt after specializing path::__is_encoded_charredi2015-12-012-10/+15
* Ensure another pretty-printer test uses C++98 moderedi2015-11-262-2/+8
* Ensure pretty-printer test uses C++98 moderedi2015-11-262-2/+10
* * configure: Regenerate.dje2015-11-262-2/+6
* Improve tests for valid values of iostream bitmask typesredi2015-11-254-6/+19
* Port libvtv to Solarisro2015-11-254-1/+18
* Handle C++11 <math.h> overloads on Solaris 12ro2015-11-248-2/+375
* * testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX.dje2015-11-212-0/+7
* PR libstdc++/68448jkratoch2015-11-203-9/+20
* PR libstdc++/66059 optimise _Build_index_tupleredi2015-11-172-4/+20
* PR libstdc++/67440devans2015-11-165-1/+25
* PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR testredi2015-11-153-2/+9
* 2015-11-14 Andreas Tobler <andreast@gcc.gnu.org>andreast2015-11-145-30/+71
* Fix std::wstring capacity test for short wchar_tredi2015-11-143-2/+9
* * testsuite/experimental/random/randint.cc: Add dg-add-options tls.dje2015-11-142-0/+5
* Define std::experimental::randint etc.redi2015-11-135-0/+170
* Improve portability of named locale testsredi2015-11-13298-863/+1246
* More fine-grained autoconf checks for C99 libraryredi2015-11-1347-597/+1572
* * include/experimental/bits/shared_ptr.h: Tweak comments.redi2015-11-132-2/+6
* Implement std::experimental::shared_ptr with array supportredi2015-11-1324-1/+2868
* Define alias templates using polymorphic memory resourcesredi2015-11-1314-0/+230
* Implement C++ LFTSv1 polymorphic memory resourcesredi2015-11-1310-1/+863
* Extend valid values of iostream bitmask typesredi2015-11-125-3/+29
* * include/std/thread: Include <cerrno> for EINTR.redi2015-11-122-0/+5
* Implement D0013R2, logical type traits.ville2015-11-1210-5/+222