aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-04-08[testsuite,libstdc++-v3] Fix 27_io/filesystem/iterators/caching.ccChristophe Lyon2-0/+6
2019-04-05Implement std::visit<R> for C++2a (P0655R1)Jonathan Wakely4-2/+71
2019-04-05Use hidden friends for directory iterator comparisonsJonathan Wakely2-28/+27
2019-04-05PR libstdc++/89986 export directory_iterator::incrementJonathan Wakely3-4/+20
2019-04-05Share all recursive_directory_iterator state [LWG 2708]Jonathan Wakely6-17/+214
2019-04-05Fix directory_iterator handling of DT_UNKNOWNJonathan Wakely3-2/+89
2019-04-05Make filesystem::path safe for self assignmentJonathan Wakely4-0/+30
2019-04-05PR libstdc++/87431 re-adjust never-valueless optimizationsJonathan Wakely12-58/+415
2019-04-03Fix previous ChangeLog entryJonathan Wakely1-1/+1
2019-04-03PR libstdc++/85184 remove debug assertions from std::variantJonathan Wakely2-19/+14
2019-04-03Define std::hash specializations for C++17 PMR stringsJonathan Wakely4-0/+162
2019-04-01Use single-visitation in variant assignment and swap and relops.Ville Voutilainen2-97/+141
2019-03-30* src/c++17/fs_ops.cc (fs::permissions): Use std::errc::not_supported.Eric Botcazou2-1/+5
2019-03-28Don't revisit a variant we are already visiting.Ville Voutilainen2-56/+86
2019-03-26PR libstdc++/85965 delay static assertions until types are completeJonathan Wakely13-27/+111
2019-03-26re PR libstdc++/89825 (Jump table for variant visitation could be shortened f...Ville Voutilainen2-3/+36
2019-03-26re PR libstdc++/89824 (Variant jump table reserves space for __variant_cookie...Ville Voutilainen2-3/+8
2019-03-26re PR libstdc++/89816 (std::variant move construction regressed since GCC 8.3)Ville Voutilainen2-5/+12
2019-03-22Remove broken links from libstdc++ manual to Doxygen pagesJonathan Wakely6-11/+21
2019-03-22Avoid -Wconversion warnings when -Wsystem-headers is usedJonathan Wakely2-6/+11
2019-03-21Integrate C++17 parallel algorithmsThomas Rodgers87-4/+20317
2019-03-21In C++17 <math.h> should not put special functions in global namespaceJonathan Wakely5-112/+236
2019-03-21PR libstdc++/88066 Use <> for includes not ""Jonathan Wakely9-8/+20
2019-03-19Update libstdc++ API Evolution documentationJonathan Wakely11-152/+243
2019-03-12re PR libstdc++/89461 (FAIL: experimental/net/timer/waitable/cons.cc)John David Anglin8-0/+37
2019-03-11PR c++/86521 - wrong overload resolution with ref-qualifiers.Jason Merrill1-2/+4
2019-03-11PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely7-16/+84
2019-03-11Change test to use const variables instead of macrosJonathan Wakely2-2/+5
2019-03-11PR libstdc++/89629 fix _Hash_bytes for lengths > INT_MAXJonathan Wakely3-1/+51
2019-03-11re PR libstdc++/89641 (std::atomic<T> no longer works)Jakub Jelinek3-32/+46
2019-03-08Fix text of hyperlink in manualJonathan Wakely3-3/+7
2019-03-08Add fixed underlying type to enum path::formatJonathan Wakely2-1/+5
2019-03-08re PR libstdc++/89477 (Incorrect CTAD deduction guides for set and multiset)François Dumont7-81/+125
2019-03-08re PR libstdc++/89608 (Undetected iterator invalidations on unordered contain...François Dumont4-4/+52
2019-03-07RISC-V: Add libstdc++ check-abi support.Andreas Schwab2-0/+5823
2019-03-07Fix new test to run as well as compileJonathan Wakely2-2/+5
2019-03-07Update C++20 status table in libstdc++ manualJonathan Wakely3-29/+25
2019-03-07P0356R5 Simplified partial function applicationJonathan Wakely3-0/+284
2019-03-06Add feature test macro for bounded array traitsJonathan Wakely5-0/+22
2019-03-06PR libstdc++/86655 - std::assoc_legendre should not constrainEdward Smith-Rowland6-19/+247
2019-03-06Rewrite variant, also PR libstdc++/85517Ville Voutilainen4-199/+374
2019-03-06Add L suffix to __cpp_lib_char8_t valueJonathan Wakely3-3/+7
2019-03-06Add C++20 Traits for [Un]bounded Arrays (P1357R1)Jonathan Wakely8-0/+293
2019-03-06Constexpr in std::pointer_traits (P1006R1)Jonathan Wakely3-1/+34
2019-03-05Define midpoint and lerp functions for C++20 (P0811R3)Jonathan Wakely9-1/+473
2019-03-04PR libstdc++/88996 Implement P0439R0Edward Smith-Rowland4-41/+140
2019-03-04Remove redundant dg-do directive from testJonathan Wakely2-2/+3
2019-03-04Implement polymorphic_allocator<byte> for C++20 (P0339R6)Jonathan Wakely3-2/+155
2019-03-03PR libstdc++/89562 use binary mode for file I/OJonathan Wakely2-1/+15
2019-03-01Fix test memory_resource to work without sized deallocationJonathan Wakely2-0/+7