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