aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-05-17PR libstdc++/85818 ensure path::preferred_separator is definedJonathan Wakely3-1/+40
2018-05-17PR libstdc++/85812 fix memory leak in std::make_exception_ptrJonathan Wakely3-9/+27
2018-05-15PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely13-37/+704
2018-05-15PR libstdc++/83891 fix path::is_absolute() for non-POSIX targetsJonathan Wakely6-23/+135
2018-05-15Remove unused headers from testsJonathan Wakely23-22/+35
2018-05-15PR libstdc++/84159 fix appending strings to pathsJonathan Wakely6-50/+268
2018-05-15Qualify std::__invoke in <variant> to prevent ADLJonathan Wakely2-3/+7
2018-05-14PR libstdc++/81256 fix exception handling in basic_filebuf::closeJonathan Wakely4-4/+123
2018-05-14Add __attribute__((malloc) to allocator and remove unused codeJonathan Wakely2-16/+11
2018-05-14PR libstdc++/67554 Do not pass null pointers to memcpyJonathan Wakely2-2/+12
2018-05-14PR libstdc++/82966 fix swapping of node handlesJonathan Wakely3-1/+56
2018-05-13re PR libstdc++/80165 (Constexpr tuple of variant doesn't work)Ville Voutilainen2-0/+17
2018-05-11...and actually resture the *new* testcase.Edward Smith-Rowland1-265/+265
2018-05-11Restore the testcase that was clobbered by the recent PR83140 patches.Edward Smith-Rowland1-0/+2052
2018-05-11correct changelog!Edward Smith-Rowland1-2/+2
2018-05-10Document Dual ABI for std::ios_base::failureJonathan Wakely8-19/+98
2018-05-10regex_compiler.h (_S_cache_size): Change from function to variable.Jason Merrill2-5/+8
2018-05-10PR libstdc++/83140 - assoc_legendre returns negated value when m is oddEdward Smith-Rowland4-2333/+292
2018-05-10PR libstdc++/85729 add linkage specifications to headersJonathan Wakely6-4/+23
2018-05-09safe_iterator.h (_Safe_iterator<>::_M_constant()): Rename in...François Dumont8-29/+260
2018-05-09Make std::function tolerate semantically non-CopyConstructible objectsJonathan Wakely3-7/+57
2018-05-08debug.cc [...]: Include execinfo.h.François Dumont2-0/+31
2018-05-08macros.h (__glibcxx_check_valid_range_at): New.François Dumont14-37/+96
2018-05-08formatter.h (_Error_formatter::_M_function): New.François Dumont4-11/+38
2018-05-08Make std::regex automata use non-debug vector in Debug ModeJonathan Wakely2-2/+5
2018-05-08PR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when not supportedJonathan Wakely4-8/+16
2018-05-07Document -lstdc++fs requirement for std::filesystemJonathan Wakely2-1/+6
2018-05-07PR libstdc++/85671 allow copy elision in path concatenationJonathan Wakely3-2/+16
2018-05-07Moar PR libstdc++/80506Edward Smith-Rowland1-2/+2
2018-05-07Moar PR libstdc++/80506Edward Smith-Rowland1-0/+6
2018-05-07Rollback bad commits! Sorry!Edward Smith-Rowland7-154/+43
2018-05-07Revert 20001.Edward Smith-Rowland11-331/+2487
2018-05-07Moar PR libstdc++/80506Edward Smith-Rowland4-2333/+288
2018-05-04PR libstdc++/85642 fix is_nothrow_default_constructible<optional<T>>Jonathan Wakely4-201/+282
2018-05-03PR libstdc++/82644 define TR1 hypergeometric functions in strict modesJonathan Wakely4-43/+144
2018-05-03PR libstdc++/84769 qualify call to std::get<0>Jonathan Wakely2-1/+4
2018-05-03PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely5-6/+82
2018-05-03Add tests for std::remove_cvrefJonathan Wakely5-0/+171
2018-05-03PR libstdc++/84087 add default arguments to basic_string members (LWG 2268)Jonathan Wakely3-10/+72
2018-05-03PR libstdc++/84535 constrain std::thread constructorJonathan Wakely3-22/+71
2018-05-03Use std::invoke_result in std::async instead of std::result_ofJonathan Wakely2-2/+5
2018-05-03Define std::remove_cvref and std::remove_cvref_t for C++2aJonathan Wakely5-12/+33
2018-05-02deque.tcc (deque<>::_M_assign_aux): Cast to void to ensure overloaded comma n...François Dumont9-4/+170
2018-05-02PR libstdc++/68197 fail on negative iword/pword indicesJonathan Wakely4-35/+130
2018-05-02PR libstdc++/83860 avoid dangling references in valarray closure typesJonathan Wakely8-18/+195
2018-05-02Remove duplicate function call in testJonathan Wakely2-1/+3
2018-05-02PR libstdc++/69608 Move semantics for strstreambufJonathan Wakely3-1/+305
2018-05-01PR libstdc++/84654 Disable __float128 specializations for -mno-float128Tulio Magno Quites Machado Filho7-20/+67
2018-04-24Regenerate configure of target librariesH.J. Lu2-1/+5
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2-14/+17