aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2019-02-06PR libstdc++/89102 fix common_type<> and common_type<T> specializationsJonathan Wakely5-2/+33
2019-02-05PR libstdc++/89128 add deduction guides for container adaptorsJonathan Wakely6-0/+355
2019-02-05PR libstdc++/89194 untangle is_convertible and is_nothrow_convertibleJonathan Wakely2-19/+33
2019-02-05Restore previous behaviour of testJonathan Wakely2-3/+15
2019-02-05PR libstdc++/89130 restore support for non-MoveConstructible typesJonathan Wakely5-23/+146
2019-02-05PR libstdc++/89090 avoid C++17 features in C++11/C++14 codeJonathan Wakely3-8/+16
2019-02-05Rename __is_trivially_relocatable to __is_bitwise_relocatable.Marc Glisse3-4/+15
2019-01-30PR libstdc++/89117 fix path::replace_extension("") caseJonathan Wakely3-7/+26
2019-01-30* doc/xml/manual/status_cxx2020.xml: Update P0600 entry.Ulrich Drepper2-2/+5
2019-01-29Fix tests for complex overloads of std::arg and std::projJonathan Wakely2-2/+5
2019-01-29Add missing exports for symbols used by directory iteratorsJonathan Wakely2-0/+9
2019-01-29Avoid ambiguity between C++2a std::erase_if and LFTS versionJonathan Wakely5-6/+18
2019-01-29Fix tests that fail in C++2a modeJonathan Wakely10-7/+22
2019-01-29Ensure pool resources always use normal mode vectorJonathan Wakely3-1/+15
2019-01-28PR libstdc++/68737 Do not use vsnprintf on HPUXJonathan Wakely4-2/+16
2019-01-24PR libstdc++/88840 delay evaluation of constant until type is completeJonathan Wakely3-9/+19
2019-01-24Fix failing test due to inconsistent strcmp resultsJonathan Wakely2-2/+9
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