aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/string_view
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-12-10libstdc++: port away from is_trivial in string classesGiuseppe D'Angelo1-1/+3
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-06-03libstdc++: Optimize std::basic_string_view::starts_withJonathan Wakely1-1/+4
2024-03-23libstdc++: Use std::type_identity_t in <string_view> as per LWG 3950 [PR114400]Jonathan Wakely1-2/+10
2024-02-02libstdc++: Allow explicit conversion of string views with different traitsJonathan Wakely1-2/+0
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-11-21libstdc++: Add freestanding feature test macros (P2407R5)Jonathan Wakely1-1/+2
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely1-0/+1
2023-11-11libstdc++: Simplify std::string_view comparisons (LWG 3950)Jonathan Wakely1-15/+7
2023-11-02libstdc++: Add assertion to std::string_view::remove_suffix [PR112314]Jonathan Wakely1-1/+4
2023-08-16libstdc++: Replace all manual FTM definitions and useArsen Arsenović1-13/+10
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-13libstdc++: Enable string_view in freestandingArsen Arsenović1-4/+15
2022-11-28libstdc++: Fix std::string_view for I32LP16 targetsJonathan Wakely1-2/+2
2022-08-31libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>Jonathan Wakely1-14/+93
2022-08-26libstdc++: Add nonnull to starts_with/ends_with/contains string membersJonathan Wakely1-0/+3
2022-08-04libstdc++: Make std::string_view(Range&&) constructor explicitJonathan Wakely1-1/+1
2022-01-18libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]Jonathan Wakely1-1/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-19libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]Jonathan Wakely1-0/+2
2021-10-09libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]Jonathan Wakely1-6/+0
2021-10-04libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)Jonathan Wakely1-0/+2
2021-07-14libstdc++: Add noexcept-specifier to basic_string_view(It, End)Jonathan Wakely1-0/+1
2021-07-13libstdc++: Simplify basic_string_view::ends_with [PR 101361]Jonathan Wakely1-2/+4
2021-07-13libstdc++: Remove duplicate #include in <string_view>Jonathan Wakely1-2/+1
2021-04-08libstdc++: Fix Doxygen warning about ambiguous file nameJonathan Wakely1-1/+1
2021-03-22libstdc++: Implement string_view range constructor for C++20Jonathan Wakely1-2/+31
2021-01-27libstdc++: Add string contains member functions for C++2bPaul Fee1-0/+15
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-06libstdc++: Reduce uses of std::numeric_limitsJonathan Wakely1-4/+5
2020-09-22libstdc++: Introduce new headers for C++20 ranges componentsJonathan Wakely1-0/+1
2020-08-26libstdc++: Enable assertions in constexpr string_view members [PR 71960]Jonathan Wakely1-6/+3
2020-07-07libstdc++: Replace __int_limits with __numeric_traits_integerJonathan Wakely1-5/+5
2020-04-28libstdc++: Fixes for feature test macros (PR 91480)Jonathan Wakely1-1/+4
2020-04-22libstdc++: Add missing feature test macrosJonathan Wakely1-0/+1
2020-04-17libstdc++: Add comparison operators for string and regex typesJonathan Wakely1-0/+17
2020-04-06libstdc++: Make string_view::copy usable in constant expressions (PR 94498)Jonathan Wakely1-0/+1
2020-03-05libstdc++: allow string_view insertion to work with <iosfwd> (PR 94051)Jonathan Wakely1-0/+1
2020-02-24libstdc++: enable_view has false positives (LWG 3326)Jonathan Wakely1-1/+5
2020-02-19libstdc++: "safe" in several library names is misleading (LWG 3379)Jonathan Wakely1-3/+3
2020-02-17libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)Jonathan Wakely1-5/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-09libstdc++: Implement ranges::safe_range for C++20 (P1870R1)Jonathan Wakely1-0/+10
2019-11-17libstdc++: add range constructor for std::string_view (P1391R4)Jonathan Wakely1-0/+15
2019-09-10Implement C++20 p1424 - 'constexpr' feature macro concerns...Edward Smith-Rowland1-1/+1
2019-07-12Define __type_identity_t alias and use for string_viewJonathan Wakely1-20/+22
2019-04-24Fix basic_string_view typedefs and enforce preconditionsJonathan Wakely1-68/+75
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann1-1/+24
2019-01-01Update copyright years.Jakub Jelinek1-1/+1