aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2019-01-04Fix test failure with old Copy-On-Write std::stringJonathan Wakely2-0/+13
2019-01-04Fix bugs in filesystem::path::lexically_normal()Jonathan Wakely5-34/+121
2019-01-04Fix concatenation bug in filesystem::pathJonathan Wakely3-1/+14
2019-01-04Avoid spurious test failures when -fno-inline in test flagsJonathan Wakely3-2/+14
2019-01-03PR libstdc++/88607 replace some more UTF-8 charactersJonathan Wakely3-5/+12
2019-01-03PR libstdc++/88607 replace or remove unnecessary UTF-8 charactersJonathan Wakely12-25/+39
2019-01-03PR libstdc++/88681 export missing symbolsJonathan Wakely5-0/+161
2019-01-02Add more testcases for class template argument deduction of mapsJonathan Wakely3-24/+244
2019-01-02Fix year range in copyright headerJonathan Wakely2-1/+6
2019-01-02Fix year range in libstdc++v3/testsuite/.../empty.cc copyright headerJoel Brobecker2-1/+6
2019-01-01Update copyright years.Jakub Jelinek8933-15110/+15119
2018-12-232018-12-23 François Dumont <fdumont@gcc.gnu.org>François Dumont2-1/+5
2018-12-23Respect pointer_traits on node deallocation in _ReuseOrAllocNode parenthesis ...François Dumont2-3/+22