aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2018-05-24PR target/85904 check for aligned_alloc on netbsd cross-compilationMaya Rashish1-0/+6
2018-05-24Implement P0558R2 changes to std::atomicJonathan Wakely1-0/+39
2018-05-23Refactor path construction from null terminated iterator rangesJonathan Wakely1-0/+29
2018-05-23Fix handling of an empty filename at end of a pathJonathan Wakely1-0/+13
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely1-0/+35
2018-05-21re PR libstdc++/85845 (Many libstdc++ test failures)François Dumont1-0/+7
2018-05-21Fix std::filesystem::absolute for empty pathsJonathan Wakely1-0/+6
2018-05-21PR libstdc++/85818 make new test require Filesystem supportJonathan Wakely1-0/+4
2018-05-21PR libstdc++/85843 fix "should be explicitly initialized" warningsJonathan Wakely1-0/+6
2018-05-19Fix std::codecvt_utf8<wchar_t> for MingwJonathan Wakely1-0/+8
2018-05-182018-05-18 François Dumont <fdumont@gcc.gnu.org>François Dumont1-0/+32
2018-05-18Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill1-0/+16
2018-05-18PR libstdc++/85098 add missing definitions for static constantsJonathan Wakely1-0/+14
2018-05-17PR libstdc++/85818 ensure path::preferred_separator is definedJonathan Wakely1-0/+5
2018-05-17PR libstdc++/85812 fix memory leak in std::make_exception_ptrJonathan Wakely1-0/+9
2018-05-15PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely1-0/+30
2018-05-15PR libstdc++/83891 fix path::is_absolute() for non-POSIX targetsJonathan Wakely1-0/+8
2018-05-15Remove unused headers from testsJonathan Wakely1-0/+35
2018-05-15PR libstdc++/84159 fix appending strings to pathsJonathan Wakely1-0/+11
2018-05-15Qualify std::__invoke in <variant> to prevent ADLJonathan Wakely1-0/+5
2018-05-14PR libstdc++/81256 fix exception handling in basic_filebuf::closeJonathan Wakely1-0/+7
2018-05-14Add __attribute__((malloc) to allocator and remove unused codeJonathan Wakely1-0/+5
2018-05-14PR libstdc++/67554 Do not pass null pointers to memcpyJonathan Wakely1-0/+4
2018-05-14PR libstdc++/82966 fix swapping of node handlesJonathan Wakely1-0/+7
2018-05-13re PR libstdc++/80165 (Constexpr tuple of variant doesn't work)Ville Voutilainen1-0/+5
2018-05-11correct changelog!Edward Smith-Rowland1-2/+2
2018-05-10Document Dual ABI for std::ios_base::failureJonathan Wakely1-1/+9
2018-05-10regex_compiler.h (_S_cache_size): Change from function to variable.Jason Merrill1-0/+5
2018-05-10PR libstdc++/83140 - assoc_legendre returns negated value when m is oddEdward Smith-Rowland1-0/+10
2018-05-10PR libstdc++/85729 add linkage specifications to headersJonathan Wakely1-0/+10
2018-05-09safe_iterator.h (_Safe_iterator<>::_M_constant()): Rename in...François Dumont1-0/+32
2018-05-09Make std::function tolerate semantically non-CopyConstructible objectsJonathan Wakely1-0/+8
2018-05-08debug.cc [...]: Include execinfo.h.François Dumont1-0/+4
2018-05-08macros.h (__glibcxx_check_valid_range_at): New.François Dumont1-0/+45
2018-05-08formatter.h (_Error_formatter::_M_function): New.François Dumont1-0/+11
2018-05-08Make std::regex automata use non-debug vector in Debug ModeJonathan Wakely1-0/+3
2018-05-08PR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when not supportedJonathan Wakely1-0/+9
2018-05-07Document -lstdc++fs requirement for std::filesystemJonathan Wakely1-0/+3
2018-05-07PR libstdc++/85671 allow copy elision in path concatenationJonathan Wakely1-0/+6
2018-05-07Moar PR libstdc++/80506Edward Smith-Rowland1-0/+6
2018-05-07Revert 20001.Edward Smith-Rowland1-6/+0
2018-05-07Moar PR libstdc++/80506Edward Smith-Rowland1-0/+6
2018-05-04PR libstdc++/85642 fix is_nothrow_default_constructible<optional<T>>Jonathan Wakely1-0/+13
2018-05-03PR libstdc++/82644 define TR1 hypergeometric functions in strict modesJonathan Wakely1-0/+9
2018-05-03PR libstdc++/84769 qualify call to std::get<0>Jonathan Wakely1-0/+3
2018-05-03PR libstdc++/85632 fix wraparound in filesystem::spaceJonathan Wakely1-0/+8
2018-05-03Add tests for std::remove_cvrefJonathan Wakely1-0/+6
2018-05-03PR libstdc++/84087 add default arguments to basic_string members (LWG 2268)Jonathan Wakely1-0/+17
2018-05-03PR libstdc++/84535 constrain std::thread constructorJonathan Wakely1-0/+10
2018-05-03Use std::invoke_result in std::async instead of std::result_ofJonathan Wakely1-0/+3