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