aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen26-0/+1524
2017-10-25Update C++17 library status documentationJonathan Wakely111-329/+484
2017-10-25PR libstdc++/82716 avoid stupid -Wmismatched-tags warningsJonathan Wakely2-2/+6
2017-10-25PR libstdc++/79283 fix filesystem::read_symlink for /procJonathan Wakely3-18/+64
2017-10-25Fix filesystem::path::lexically_normal algorithmJonathan Wakely18-99/+201
2017-10-25PR libstdc++/82706 fix test for case where operations succeedJonathan Wakely2-3/+16
2017-10-24libstdc++.exp (check_v3_target_normal_mode): Add c++config.h include.François Dumont37-338/+472
2017-10-24Avoid -Wattribute-alias warnings for long double compat symbolsJonathan Wakely7-0/+19
2017-10-24Refactor std::basic_string_view members and add noexceptJonathan Wakely3-52/+61
2017-10-24PR libstdc++/82685 add 'noexcept' to string_view literalsJonathan Wakely3-8/+14
2017-10-23Implement C++17 Filesystem libraryJonathan Wakely103-494/+10854
2017-10-23PR libstdc++/82644 document IS 29124 supportJonathan Wakely7-2/+475
2017-10-21Fix invalid path::iterator testJonathan Wakely2-3/+7
2017-10-20Update value of __cpp_lib_chrono feature-test macroJonathan Wakely3-2/+14
2017-10-20Define __cpp_lib_byte feature-test macroJonathan Wakely3-1/+14
2017-10-19Improve tests for error reporting in Filesystem TSJonathan Wakely4-4/+26
2017-10-19Fix path::iterator post-increment and post-decrementJonathan Wakely3-2/+26
2017-10-19Update references to C++17 in libstdc++ manualJonathan Wakely2-16/+19
2017-10-19Use __LONG_LONG_MAX__ instead of LONG_LONG_MAX in testJonathan Wakely2-1/+6
2017-10-16re PR libstdc++/82558 (V8 JavaScript engine segfaults since r249235)François Dumont3-1/+39
2017-10-13PR libstdc++/82522 overload map insert functions for rvalues (LWG 2354)Jonathan Wakely9-1/+205
2017-10-13PR libstdc++/82481 Suppress clang-tidy warningsJonathan Wakely2-0/+12
2017-10-10Update comment referring to status of LWG issue 111Jonathan Wakely2-1/+4
2017-10-10PR libstdc++/82417 do not include C99 <complex.h> in strict modesJonathan Wakely6-2/+156
2017-10-05Fix new testsuite failure on newlib targetsJonathan Wakely2-0/+5
2017-10-042017-10-04 Petr Ovtchenkov <ptr@void-ptr.info>Petr Ovtchenkov3-37/+48
2017-10-03charconv (__unsigned_least_t): Fix number of closing >s for !_GLIBCXX_USE_INT...Jakub Jelinek2-1/+10
2017-10-02C++17 P0067R5 std::to_chars and std::from_chars (partial)Jonathan Wakely13-0/+1883
2017-09-2722131.cc: Make test less istreambuf_iterator implementation dependent.François Dumont3-2/+8
2017-09-25re PR c/81854 (weak alias of an incompatible symbol accepted)Uros Bizjak2-1/+7
2017-09-21Fix tests for std::clampJonathan Wakely3-8/+14
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946 (old ABI)Jonathan Wakely2-0/+6
2017-09-20PR libstdc++/79162 Fix std::string regression due to LWG 2946Jonathan Wakely4-0/+115
2017-09-20Fix failing C++17 testJonathan Wakely2-2/+5
2017-09-20PR libstdc++/81469 deprecate std::uncaught_exception for C++17Jonathan Wakely4-1/+10
2017-09-20Deprecate nested types in std::hashJonathan Wakely5-8/+34
2017-09-20Remove non-standard std::copy_exception functionJonathan Wakely2-13/+3
2017-09-20PR libstdc++/82262 fix std::hash<std::optional<const T>>Jonathan Wakely3-10/+26
2017-09-19PR libstdc++/71500 restore C++11 compatibility in <regex>Jonathan Wakely4-48/+105
2017-09-19PR libstdc++/82254 fix std::is_nothrow_invocable_r w.r.t throwing conversionsJonathan Wakely4-24/+115
2017-09-18PR libstdc++/81468 fix test for duration conversionsJonathan Wakely2-3/+7
2017-09-18Use built-in for std::make_integer_sequnceJonathan Wakely2-34/+23
2017-09-18PR libstdc++/71187 reimplement declval without add_rvalue_referenceJonathan Wakely5-11/+30
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek90-103/+220
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely8-36/+144
2017-09-13Fix broken URLs in libstdc++ API docsJonathan Wakely2-3/+5
2017-09-13PR libstdc++/81835 fix broken URLs in libstdc++ docsJonathan Wakely4-3/+8
2017-09-13Define std::__to_address helperJonathan Wakely8-28/+40
2017-09-12PR libstdc++/79433 no #error for including TS headers with wrong -stdJonathan Wakely42-145/+91
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely19-86/+90