summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/string_view
AgeCommit message (Expand)Author
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
2018-12-18LWG 3040: define starts_with/ends_with as proposedJonathan Wakely
2018-11-30Implement P0457R2 String Prefix and Suffix Checking.Edward Smith-Rowland
2018-11-28PR libstdc++/83511 add default argument to basic_string_view::substrJonathan Wakely
2018-11-19PR libstdc++/88084 - Implement LWG 2777Jonathan Wakely
2018-07-26Remove char16_t and char32_t dependency on <stdint.h>Jonathan Wakely
2018-06-15Decorate string_view members with nonnull attributeJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-12-01Fix narrowing conversions in string_view typesJonathan Wakely
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely
2017-11-27Add missing noexcept in string_view::find_first_of declarationStephan Bergmann
2017-11-23Add [[nodiscard]] attribute to C++17 componentsJonathan Wakely
2017-10-24Refactor std::basic_string_view members and add noexceptJonathan Wakely
2017-10-24PR libstdc++/82685 add 'noexcept' to string_view literalsJonathan Wakely
2017-09-12PR libstdc++/79433 no #error for including headers with wrong -stdJonathan Wakely
2017-09-11PR libstdc++/70483 make std::string_view fully constexprJonathan Wakely
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-01-26Fix namespace versioning and remove __detail::__identity helpersJonathan Wakely
2017-01-24PR libstdc++/79206 check string_view sizes in operator==Jonathan Wakely