aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-01-22PR libstdc++/88740 Print assertion messages to stderrJonathan Wakely2-2/+15
2019-01-21re PR ipa/86590 (Codegen is poor when passing std::string by value with _GLIB...Jakub Jelinek2-0/+20
2019-01-21Fix after P0600.Ulrich Drepper68-89/+187
2019-01-18PR libstdc++/88782 avoid ODR problems in std::make_sharedJonathan Wakely5-34/+91
2019-01-17Fix filesystem::equivalent for mingwJonathan Wakely2-0/+47
2019-01-17PR libstdc++/88884 fix filesystem::absolute("//") for mingwJonathan Wakely2-5/+30
2019-01-17PR libstdc++/88881 adjust filesystem::status and tests for mingw semanticsJonathan Wakely5-6/+95
2019-01-16Fix failing filesystem tests on mingw targetsJonathan Wakely23-31/+202
2019-01-16PR libstdc++/88738 treat shared_ptr and unique_ptr more like plain old pointersUlrich Drepper4-36/+53
2019-01-15Update value of __cpp_lib_shared_ptr_arrays macroJonathan Wakely3-2/+6
2019-01-15Fix more missing or incorrect feature test macrosJonathan Wakely4-1/+22
2019-01-15Fix missing or incorrect feature test macrosJonathan Wakely8-9/+58
2019-01-15* doc/xml/manual/status_cxx2020.xml: Update P1123R0 status.Jonathan Wakely2-2/+5
2019-01-12PR libstdc++/88811 fix typo introduced in r266569Jonathan Wakely3-2/+103
2019-01-11Document C++20 library statusJonathan Wakely8-26/+1411
2019-01-11P0357R3 reference_wrapper for incomplete typesJonathan Wakely3-0/+53
2019-01-11P0972R0 <chrono> zero(), min(), and max() should be noexceptJonathan Wakely4-8/+99
2019-01-11Fix location of __cpp_lib_erase_if macroJonathan Wakely2-1/+5
2019-01-11Remove trailing whitespace from latest commit.Jakub Jelinek1-1/+1
2019-01-11type_traits (__cpp_lib_is_constant_evaluated): Define.Jakub Jelinek3-0/+11
2019-01-11PR libstdc++/88802 define std::hash<nullptr_t> for C++17Jonathan Wakely3-0/+52
2019-01-11PR libstdc++/88125 remove duplicate entry in linker scriptJonathan Wakely2-4/+4
2019-01-11Fix incorrect linker script patternsJonathan Wakely2-2/+9
2019-01-10Fix filesystem::last_write_time failure with 32-bit time_tJonathan Wakely2-1/+18
2019-01-10Define __cpp_lib_erase_if feature test macroJonathan Wakely16-0/+83
2019-01-10Check AI_NUMERICSERV is defined before using itJonathan Wakely4-1/+19
2019-01-10Implement LWG 2221: formatted output operator for nullptrVille Voutilainen7-6/+84
2019-01-10Include name of test in filesystem-test.XXXXXX filenamesJonathan Wakely6-5/+46
2019-01-10re PR tree-optimization/88775 (Optimize std::string assignment)Jakub Jelinek2-4/+37
2019-01-09PR other/16615 [1/5]Sandra Loosemore2-2/+9
2019-01-09Fix failing prettyprinter testJonathan Wakely2-6/+9
2019-01-09Remove some more code duplication in std::optionalJonathan Wakely2-37/+45
2019-01-09PR libstdc++/88204 disable std::complex<long double> testsJonathan Wakely3-1/+12
2019-01-08Pretty printer test fixes and improvementsJonathan Wakely3-2/+42
2019-01-08PR libstdc++/87855 fix optional for types with non-trivial copy/moveJonathan Wakely4-558/+323
2019-01-08PR libstdc++/88066 use <> for includes not ""Jonathan Wakely4-7/+14
2019-01-08Fix libstdc++.so link on Solaris with C++17 std::basic_string member functionsRainer Orth2-5/+10
2019-01-08PR libstdc++/88749 fix build failure in src/filesystem/ops.ccJonathan Wakely2-2/+8
2019-01-07PR libstdc++/87787 avoid undefined null args to memcpy and memmoveJonathan Wakely3-4/+23
2019-01-07Update documentation for C++17 filesystem libraryJonathan Wakely11-13/+20
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely9-24/+391
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely49-329/+692
2019-01-06PR libstdc++/86756 add std::filesystem::path to libstdc++.soJonathan Wakely60-163/+251
2019-01-06PR libstdc++/87431 fix regression introduced by r264574Jonathan Wakely4-3/+118
2019-01-06PR libstdc++/88607 add tests using -finput-charset=asciiJonathan Wakely6-0/+29
2019-01-05Define new filesystem::__file_clock typeJonathan Wakely4-6/+102
2019-01-04Export explicit instantiations for C++17 members of std::stringJonathan Wakely8-62/+186
2019-01-04Add allocator-extended copy/move ctors to COW stringJonathan Wakely7-19/+67
2019-01-04Fix test failure when -fno-inline is usedJonathan Wakely2-1/+4
2019-01-04Remove XFAIL from test that no longer failsJonathan Wakely2-1/+3