summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Fix brainwrong in path::_S_convert(T) [PR102743]Jonathan Wakely2021-10-141-1/+1
* libstdc++: Use more descriptive feature test macroJonathan Wakely2021-10-141-1/+1
* libstdc++: Fix test for feature test macroJonathan Wakely2021-10-141-1/+1
* libstdc++: Add missing constexpr to std::optional (P2231R1)Jonathan Wakely2021-10-149-18/+225
* Daily bump.GCC Administrator2021-10-141-0/+41
* libstdc++: Fix regression in memory use when constructing pathsJonathan Wakely2021-10-131-1/+8
* libstdc++: Rename files with the wrong extensionsJonathan Wakely2021-10-132-0/+0
* libstdc++: Refactor filesystem::path encoding conversionsJonathan Wakely2021-10-131-45/+81
* libstdc++: Fix dangling string_view in filesystem::path [PR102592]Jonathan Wakely2021-10-132-8/+31
* libstdc++: Ensure language linkage of std::__terminate()Jonathan Wakely2021-10-131-1/+1
* Daily bump.GCC Administrator2021-10-131-0/+21
* libstdc++: Fix test that fails for C++20Jonathan Wakely2021-10-122-1/+9
* libstdc++: Fix move construction of std::tuple with array elements [PR101960]Jonathan Wakely2021-10-122-8/+11
* libstdc++: Improve diagnostics for misuses of output iteratorsJonathan Wakely2021-10-121-0/+14
* Daily bump.GCC Administrator2021-10-121-0/+39
* libstdc++: Add wrapper for internal uses of std::terminateJonathan Wakely2021-10-115-10/+16
* libstdc++: Simplify std::basic_regex::assignJonathan Wakely2021-10-111-4/+5
* libstdc++: Fix std::numeric_limits::lowest() test for strict modesJonathan Wakely2021-10-111-15/+5
* libstdc++: Add valid range assertions to std::basic_regex [PR89927]Jonathan Wakely2021-10-112-3/+7
* libstdc++: Fix std::match_results::end() for failed matches [PR102667]Jonathan Wakely2021-10-112-2/+41
* ChangeLog: Remove incorrect PR referenceJonathan Wakely2021-10-111-1/+0
* Daily bump.GCC Administrator2021-10-091-0/+298
* libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely2021-10-0967-189/+18
* libstdc++: Define deleted wchar_t overloads unconditionally [PR 98725]Jonathan Wakely2021-10-091-4/+0
* libstdc++: Define std::wstring_convert unconditionally [PR 98725]Jonathan Wakely2021-10-091-4/+0
* libstdc++: Enable type traits for wchar_t unconditionally [PR98725]Jonathan Wakely2021-10-093-11/+1
* libstdc++: Enable vstring for wchar_t unconditionally [PR98725]Jonathan Wakely2021-10-093-6/+0
* libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]Jonathan Wakely2021-10-097-27/+5
* libstdc++: Move test that depends on wchar_t I/O to wchar_t sub-directoryJonathan Wakely2021-10-091-0/+0
* libstdc++: Add missing _GLIBCXX_USE_WCHAR_T checks in testsuiteJonathan Wakely2021-10-0913-5/+53
* libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuiteJonathan Wakely2021-10-0925-26/+66
* libstdc++: Access std::pair members without tuple-like helpersJonathan Wakely2021-10-093-76/+56
* libstdc++: Avoid instantiation of _Hash_node before it's neededJonathan Wakely2021-10-092-9/+17
* libstdc++: Detect miscompilation of src/c++11/limits.ccJonathan Wakely2021-10-081-0/+4
* libstdc++: Reduce header dependencies of <algorithm> in C++20 [PR 92546]Jonathan Wakely2021-10-081-1/+3
* libstdc++: Restore debug checks in uniform container erasure functionsJonathan Wakely2021-10-0812-103/+45
* libstdc++: Implement ostream insertion for chrono::durationJonathan Wakely2021-10-082-0/+153
* Daily bump.GCC Administrator2021-10-081-0/+51
* libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> headerJonathan Wakely2021-10-0718-1375/+1434
* libstdc++: Avoid use of hardware interference non-constant [PR102377]Jonathan Wakely2021-10-071-5/+3
* libstdc++: Avoid debug checks in uniform container erasure functionsJonathan Wakely2021-10-0714-63/+114
* Daily bump.GCC Administrator2021-10-071-0/+13
* libstdc++: Implement std::move_only_function for C++23 (P0288R9)Jonathan Wakely2021-10-0610-0/+828
* Daily bump.GCC Administrator2021-10-061-0/+58
* libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...Jonathan Wakely2021-10-052-0/+24
* libstdc++: Simplify constraints for std::any constructionJonathan Wakely2021-10-052-9/+6
* libstdc++: Add test for std::cmp_greaterJonathan Wakely2021-10-051-0/+61
* libstdc++: Improve test for printing volatile pointersJonathan Wakely2021-10-051-4/+8
* libstdc++: Fix testcase for newly-implemented C++20 semantics [PR102535]Jonathan Wakely2021-10-051-1/+1
* libstdc++: Add noexcept to some std::function internalsJonathan Wakely2021-10-051-9/+9