aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely16-0/+685
2018-05-21re PR libstdc++/85845 (Many libstdc++ test failures)François Dumont2-1/+8
2018-05-21Fix std::filesystem::absolute for empty pathsJonathan Wakely3-5/+23
2018-05-21PR libstdc++/85818 make new test require Filesystem supportJonathan Wakely2-0/+5
2018-05-21PR libstdc++/85843 fix "should be explicitly initialized" warningsJonathan Wakely2-2/+8
2018-05-19Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely4-4/+68
2018-05-182018-05-18 François Dumont <fdumont@gcc.gnu.org>François Dumont14-25/+224
2018-05-18Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill9-0/+71
2018-05-18PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely5-3/+104
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