aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2018-06-08Define special members as defaultedJonathan Wakely7-3/+51
2018-06-07Default special members of regex types and add noexceptJonathan Wakely2-43/+50
2018-06-072018-06-07 François Dumont <fdumont@gcc.gnu.org>François Dumont2-12/+24
2018-06-06Remove redundant std::move on const objectJonathan Wakely2-2/+7
2018-06-06re PR c++/86068 (__cpp_transactional_memory is 210500)Jakub Jelinek2-1/+7
2018-06-06PR libstdc++/86008 add std::quoted support for string_viewJonathan Wakely7-9/+200
2018-06-05* include/std/type_traits: Fix comment typos.Jonathan Wakely2-2/+4
2018-06-05Mark some Filesystem tests as XFAIL for mingwJonathan Wakely4-0/+11
2018-06-052018-06-05 François Dumont <fdumont@gcc.gnu.org>François Dumont4-11/+22
2018-06-04PR libstdc++/85930 fix misplaced alignment-specifierJonathan Wakely2-8/+8
2018-06-04Define std::fpos special members as defaultedJonathan Wakely2-0/+8
2018-06-04PR libstdc++/85930 fix misaligned referenceJonathan Wakely2-1/+7
2018-05-31PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely49-357/+1041
2018-05-31PR libstdc++/85951 for make_signed/make_unsigned for character typesJonathan Wakely6-63/+150
2018-05-29PR c++/67445 - returning temporary initializer_list.Jason Merrill1-1/+4
2018-05-29Qualify another call in <variant>Jonathan Wakely2-1/+5
2018-05-27stl_tree.h (_Rb_tree_impl(_Node_allocator&&)): New.François Dumont6-13/+41
2018-05-25re PR libstdc++/85768 (FreeBSD bootstrap fails due to undefined reference to ...François Dumont2-2/+9
2018-05-24PR target/85904 check for aligned_alloc on netbsd cross-compilationMaya Rashish3-0/+20
2018-05-24Implement P0558R2 changes to std::atomicJonathan Wakely10-123/+791
2018-05-23Refactor path construction from null terminated iterator rangesJonathan Wakely9-98/+270
2018-05-23Fix handling of an empty filename at end of a pathJonathan Wakely5-12/+75
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