aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2021-10-09Daily bump.GCC Administrator1-0/+298
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely67-189/+18
2021-10-09libstdc++: Define deleted wchar_t overloads unconditionally [PR 98725]Jonathan Wakely1-4/+0
2021-10-09libstdc++: Define std::wstring_convert unconditionally [PR 98725]Jonathan Wakely1-4/+0
2021-10-09libstdc++: Enable type traits for wchar_t unconditionally [PR98725]Jonathan Wakely3-11/+1
2021-10-09libstdc++: Enable vstring for wchar_t unconditionally [PR98725]Jonathan Wakely3-6/+0
2021-10-09libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]Jonathan Wakely7-27/+5
2021-10-09libstdc++: Move test that depends on wchar_t I/O to wchar_t sub-directoryJonathan Wakely1-0/+0
2021-10-09libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely13-5/+53
2021-10-09libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuiteJonathan Wakely25-26/+66
2021-10-09libstdc++: Access std::pair members without tuple-like helpersJonathan Wakely3-76/+56
2021-10-09libstdc++: Avoid instantiation of _Hash_node before it's neededJonathan Wakely2-9/+17
2021-10-08libstdc++: Detect miscompilation of src/c++11/limits.ccJonathan Wakely1-0/+4
2021-10-08libstdc++: Reduce header dependencies of <algorithm> in C++20 [PR 92546]Jonathan Wakely1-1/+3
2021-10-08libstdc++: Restore debug checks in uniform container erasure functionsJonathan Wakely12-103/+45
2021-10-08libstdc++: Implement ostream insertion for chrono::durationJonathan Wakely2-0/+153
2021-10-08Daily bump.GCC Administrator1-0/+51
2021-10-07libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> headerJonathan Wakely18-1375/+1434
2021-10-07libstdc++: Avoid use of hardware interference non-constant [PR102377]Jonathan Wakely1-5/+3
2021-10-07libstdc++: Avoid debug checks in uniform container erasure functionsJonathan Wakely14-63/+114
2021-10-07Daily bump.GCC Administrator1-0/+13
2021-10-06libstdc++: Implement std::move_only_function for C++23 (P0288R9)Jonathan Wakely10-0/+828
2021-10-06Daily bump.GCC Administrator1-0/+58
2021-10-05libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...Jonathan Wakely2-0/+24
2021-10-05libstdc++: Simplify constraints for std::any constructionJonathan Wakely2-9/+6
2021-10-05libstdc++: Add test for std::cmp_greaterJonathan Wakely1-0/+61
2021-10-05libstdc++: Improve test for printing volatile pointersJonathan Wakely1-4/+8
2021-10-05libstdc++: Fix testcase for newly-implemented C++20 semantics [PR102535]Jonathan Wakely1-1/+1
2021-10-05libstdc++: Add noexcept to some std::function internalsJonathan Wakely1-9/+9
2021-10-05libstdc++: Support printing volatile pointers (P1147R1)Jonathan Wakely2-0/+18
2021-10-05libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor valueJonathan Wakely5-5/+5
2021-10-05Daily bump.GCC Administrator1-0/+69
2021-10-04libstdc++: Implement P1518R2 for container deduction guidesJonathan Wakely33-39/+568
2021-10-04libstdc++: Add missing noexcept to std::variant helperJonathan Wakely1-1/+1
2021-10-04libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)Jonathan Wakely6-2/+13
2021-10-03Daily bump.GCC Administrator1-0/+7
2021-10-02libstdc++: Fix typos in std::filesystem codeJonathan Wakely2-3/+3
2021-10-02Daily bump.GCC Administrator1-0/+292
2021-10-01libstdc++: Restore printing of assertion messages [PR102100]Jonathan Wakely3-2/+17
2021-10-01libstdc++: Reduce header dependencies for C++20 std::erase [PR92546]Jonathan Wakely7-45/+62
2021-10-01libstdc++: Allow stateful allocators in std::list::sort [PR 66742]Jonathan Wakely4-45/+190
2021-10-01libstdc++: Make std::jthread support pointers to member functions [PR 100612]Jonathan Wakely2-0/+50
2021-10-01libstdc++: Add container adaptor constructors taking iterators (P1425R4)Jonathan Wakely5-0/+199
2021-10-01libstdc++: Implement LWG 3506 for std::priority_queueJonathan Wakely2-0/+97
2021-10-01libstdc++: Implement LWG 3529 for std::priority_queueJonathan Wakely2-4/+24
2021-10-01libstdc++: Implement LWG 3522 for std::priority_queueJonathan Wakely2-2/+30
2021-10-01libstdc++: Implement LWG 3392 for std::ranges::distanceJonathan Wakely2-12/+45
2021-10-01libstdc++: Remove unary_function base classes from std::thread testsJonathan Wakely3-7/+6
2021-10-01libstdc++: Remove useless base classes in pb_db testsJonathan Wakely11-21/+20
2021-10-01libstdc++: Simplify __throw_out_of_range_fmt for freestandingJonathan Wakely2-12/+7