summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* [DJGPP] Update config/os/djgpp/error_constants.hAndris Pavenis2015-12-182-24/+80
* libstdc++/68921 add timeout argument to futex(2)Jonathan Wakely2015-12-162-1/+6
* Restore accidentally-removed volatile qualifierJonathan Wakely2015-12-152-1/+4
* Remove vestigial traces of std::tr1::bindJonathan Wakely2015-12-152-73/+31
* Fix cv-qualifiers in std::bind invocationJonathan Wakely2015-12-153-4/+64
* re PR libstdc++/68863 (Regular expressions: Backreferences don't work in nega...Tim Shen2015-12-153-1/+56
* Bad date on the Changelog entry, boo hiss.Ville Voutilainen2015-12-141-1/+1
* Document the implementation of Logical Operator Type Traits.Ville Voutilainen2015-12-144-3/+45
* Fix std::invoke support for reference_wrappersJonathan Wakely2015-12-115-39/+115
* re PR libstdc++/68139 (rethrow_if_nested should tolerate overloaded unary ope...Ville Voutilainen2015-12-113-1/+41
* Change tests to use -std=gnu++14 not -std=gnu++1yJonathan Wakely2015-12-1020-19/+56
* Fix dejagnu directives in shared_ptr testJonathan Wakely2015-12-103-45/+44
* Improve generated libstdc++ API docsJonathan Wakely2015-12-1021-52/+140
* PR libstdc++/57060 cope with invalid thread IDsJonathan Wakely2015-12-043-3/+71
* Fix ambiguity with multiple enable_shared_from_this basesJonathan Wakely2015-12-024-16/+93
* Define path::_Cmpt after specializing path::__is_encoded_charJonathan Wakely2015-12-012-10/+15
* Ensure another pretty-printer test uses C++98 modeJonathan Wakely2015-11-262-2/+8
* Ensure pretty-printer test uses C++98 modeJonathan Wakely2015-11-262-2/+10
* * configure: Regenerate.David Edelsohn2015-11-262-2/+6
* Improve tests for valid values of iostream bitmask typesJonathan Wakely2015-11-254-6/+19
* Port libvtv to SolarisRainer Orth2015-11-254-1/+18
* Handle C++11 <math.h> overloads on Solaris 12Rainer Orth2015-11-248-2/+375
* * testsuite/23_containers/vector/profile/vector.cc: Add maxdata option on AIX.David Edelsohn2015-11-212-0/+7
* re PR libstdc++/68448 (Python Pretty Printers get disabled on libstdc++ reloa...Jan Kratochvil2015-11-203-9/+20
* PR libstdc++/66059 optimise _Build_index_tupleJonathan Wakely2015-11-172-4/+20
* re PR libstdc++/67440 (pretty-printing of a const set<foo> fails)Doug Evans2015-11-165-1/+25
* PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR testJonathan Wakely2015-11-153-2/+9
* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Change locale implementation from darw...Andreas Tobler2015-11-145-30/+71
* Fix std::wstring capacity test for short wchar_tJonathan Wakely2015-11-143-2/+9
* * testsuite/experimental/random/randint.cc: Add dg-add-options tls.David Edelsohn2015-11-142-0/+5
* Define std::experimental::randint etc.Jonathan Wakely2015-11-135-0/+170
* Improve portability of named locale testsJohn Marino2015-11-13298-863/+1246
* More fine-grained autoconf checks for C99 libraryJennifer Yao2015-11-1347-597/+1572
* * include/experimental/bits/shared_ptr.h: Tweak comments.Jonathan Wakely2015-11-132-2/+6
* Implement std::experimental::shared_ptr with array supportFan You2015-11-1324-1/+2868
* Define alias templates using polymorphic memory resourcesJonathan Wakely2015-11-1314-0/+230
* Implement C++ LFTSv1 polymorphic memory resourcesFan You2015-11-1310-1/+863
* Extend valid values of iostream bitmask typesJonathan Wakely2015-11-125-3/+29
* * include/std/thread: Include <cerrno> for EINTR.Jonathan Wakely2015-11-122-0/+5
* Implement D0013R2, logical type traits.Ville Voutilainen2015-11-1210-5/+222
* * include/experimental/bits/string_view.tcc: Fix doxygen @file.Jonathan Wakely2015-11-122-1/+5
* * libsupc++/new_handler.cc: Fix for explicit constructor change.Jonathan Wakely2015-11-112-1/+3
* Loop in std::this_thread sleep functionsJonathan Wakely2015-11-114-6/+86
* Correct the Changelog date of the previous commit.Ville Voutilainen2015-11-111-1/+1
* LWG 2510, make the default constructors of library tag types explicit.Ville Voutilainen2015-11-116-6/+82
* re PR libstdc++/64651 (std::rethrow_exception not found by ADL)Jonathan Wakely2015-11-113-3/+21
* Fix return type of heterogeneous find for setsJonathan Wakely2015-11-107-8/+40
* Update C++17 library implementation statusJonathan Wakely2015-11-103-10/+11
* * include/bits/functional_hash.h: Fix grammar in comment.Jonathan Wakely2015-11-102-2/+6
* 2015-11-09 François Dumont <fdumont@gcc.gnu.org>François Dumont2015-11-093-69/+61