aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2020-08-13libstdc++: Deprecate the --enable-cheaders=c_std configurationJonathan Wakely2-12/+50
2020-08-13Daily bump.GCC Administrator1-0/+29
2020-08-12libstdc++: ChangeLog correctionsJonathan Wakely1-1/+2
2020-08-12libstdc++: Make self-move well-defined for containers [PR 85828]Jonathan Wakely16-19/+356
2020-08-12Daily bump.GCC Administrator1-0/+83
2020-08-11libstdc++: Implement DR 526 on [forward_]list remove_if/unique [PR 91620]François Dumont6-124/+382
2020-08-11libstdc++: Fix failing tests for AIXJonathan Wakely2-0/+6
2020-08-11libstdc++: Make Networking TS work without gthreads [PR 89760]Jonathan Wakely3-38/+87
2020-08-11libstdc++: Make net::system_context tag type constructor explicitJonathan Wakely1-1/+1
2020-08-11libstdc++: Fix net::system_context stop conditionJonathan Wakely2-1/+43
2020-08-11libstdc++: Fix <stop_token> to compile without gthreadsJonathan Wakely1-5/+5
2020-08-11libstdc++: Make std::this_thread functions work without gthreadsJonathan Wakely9-32/+127
2020-08-11Daily bump.GCC Administrator1-0/+40
2020-08-10libstdc++: Fix build for targets without lstat [PR 94681]Jonathan Wakely2-2/+2
2020-08-10libstdc++: Fix compatibility support in unique_ptr pretty printerJonathan Wakely2-4/+6
2020-08-10libstdc++: Make C++17 ignore --disable-libstdcxx-filesystem-ts [PR 94681]Jonathan Wakely2-350/+347
2020-08-10libstdc++: Implement LWG 561 for std::inserterJonathan Wakely2-6/+50
2020-08-10libstdc++: Check __cpp_exceptions in basic_string::reserve()Jonathan Wakely1-0/+2
2020-08-10libstdc++: Use _wstat64 for Windows [PR 95749]Jonathan Wakely1-3/+3
2020-08-08Daily bump.GCC Administrator1-0/+21
2020-08-07libstdc++: Fix ambiguous comparisons in __gnu_debug::bitset [PR 96303]Jonathan Wakely2-2/+35
2020-08-07libstdc++: Replace some VERIFY tests with static_assertJonathan Wakely2-57/+61
2020-08-07libstdc++: Fix linker script patterns for 32-bit targetsJonathan Wakely1-3/+3
2020-08-07Daily bump.GCC Administrator1-0/+64
2020-08-06libstdc++: Implement P0966 std::string::reserve should not shrinkAndrew Luo11-79/+182
2020-08-06libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])Jonathan Wakely8-4/+225
2020-08-06libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]Jonathan Wakely2-0/+12
2020-08-06libstdc++: Adjust overflow prevention to operator>>Jonathan Wakely3-10/+94
2020-08-06Daily bump.GCC Administrator1-0/+61
2020-08-05libstdc++: Break long lines to fit in 80 columnsJonathan Wakely1-2/+6
2020-08-05libstdc++: Change URL for PSTL againJonathan Wakely2-2/+2
2020-08-05libstdc++: Replace operator>>(istream&, char*) [LWG 2499]Jonathan Wakely18-41/+386
2020-08-02Daily bump.GCC Administrator1-0/+6
2020-08-02Move www.stroustrup.com to httpsGerald Pfeifer2-2/+2
2020-08-01Daily bump.GCC Administrator1-0/+489
2020-07-31libstdc++: ParallelSTL is now part of oneAPI DPC++ LibraryGerald Pfeifer2-2/+2
2020-07-31libstdc++: Fix and improve std::vector<bool> implementation.François Dumont4-69/+130
2020-07-31libstdc++: Fix tests that fail for C++98Jonathan Wakely2-4/+4
2020-07-31libstdc++: Fix test that fails for C++98Jonathan Wakely1-9/+9
2020-07-31libstdc++: Avoid using __float128 in strict modesJonathan Wakely2-2/+2
2020-07-31libstdc++: Ensure c++NN effective-target present in more testsJonathan Wakely4-4/+4
2020-07-31libstdc++: Add dg-require-effective-target to std::span assert testsJonathan Wakely13-13/+26
2020-07-31libstdc++: Use c++NN_only effective target to testsJonathan Wakely8-12/+6
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely208-101/+210
2020-07-31libstdc++: Remove condition around friend declaration (PR 96382)Jonathan Wakely1-2/+0
2020-07-31libstdc++: Remove accidental -std=gnu++17 from testJonathan Wakely1-1/+1
2020-07-31libstdc++: Adjust tests that give different results in C++20Jonathan Wakely2-3/+15
2020-07-31libstdc++: Add -Wno-deprecated for tests that warn in C++20Jonathan Wakely2-3/+6
2020-07-31libstdc++: Remove duplicate dg-do directiveJonathan Wakely1-3/+1
2020-07-31libstdc++: Fix use of newlocale in std:::from_charsJonathan Wakely1-1/+1