]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/std/string_view
libstdc++: Replace __int_limits with __numeric_traits_integer
[thirdparty/gcc.git] / libstdc++-v3 / include / std / string_view
2020-07-07  Jonathan Wakelylibstdc++: Replace __int_limits with __numeric_traits_i...
2020-04-28  Jonathan Wakelylibstdc++: Fixes for feature test macros (PR 91480)
2020-04-22  Jonathan Wakelylibstdc++: Add missing feature test macros
2020-04-17  Jonathan Wakelylibstdc++: Add comparison operators for string and...
2020-04-06  Jonathan Wakelylibstdc++: Make string_view::copy usable in constant...
2020-03-05  Jonathan Wakelylibstdc++: allow string_view insertion to work with...
2020-02-24  Jonathan Wakelylibstdc++: enable_view has false positives (LWG 3326)
2020-02-19  Jonathan Wakelylibstdc++: "safe" in several library names is misleadin...
2020-02-17  Jonathan Wakelylibstdc++: Add lightweight replacement for std::numeric...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-12-09  Jonathan Wakelylibstdc++: Implement ranges::safe_range for C++20 ...
2019-11-17  Jonathan Wakelylibstdc++: add range constructor for std::string_view...
2019-09-10  Edward Smith-RowlandImplement C++20 p1424 - 'constexpr' feature macro conce...
2019-07-12  Jonathan WakelyDefine __type_identity_t alias and use for string_view
2019-04-24  Jonathan WakelyFix basic_string_view typedefs and enforce preconditions
2019-02-19  Tom HonermannP0482R5 char8_t: Standard library support
2019-01-01  Jakub JelinekUpdate copyright years.
2018-12-18  Jonathan WakelyLWG 3040: define starts_with/ends_with as proposed
2018-11-30  Edward Smith-RowlandImplement P0457R2 String Prefix and Suffix Checking.
2018-11-28  Jonathan WakelyPR libstdc++/83511 add default argument to basic_string...
2018-11-19  Jonathan WakelyPR libstdc++/88084 - Implement LWG 2777
2018-07-26  Jonathan WakelyRemove char16_t and char32_t dependency on <stdint.h>
2018-06-15  Jonathan WakelyDecorate string_view members with nonnull attribute
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-01  Jonathan WakelyFix narrowing conversions in string_view types
2017-12-01  Jonathan WakelyDisable -Wliteral-suffix for standard UDLs
2017-11-27  Stephan BergmannAdd missing noexcept in string_view::find_first_of...
2017-11-23  Jonathan WakelyAdd [[nodiscard]] attribute to C++17 components
2017-10-24  Jonathan WakelyRefactor std::basic_string_view members and add noexcept
2017-10-24  Jonathan WakelyPR libstdc++/82685 add 'noexcept' to string_view literals
2017-09-12  Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-09-11  Jonathan WakelyPR libstdc++/70483 make std::string_view fully constexpr
2017-07-23  François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-01-26  Jonathan WakelyFix namespace versioning and remove __detail::__identit...
2017-01-24  Jonathan WakelyPR libstdc++/79206 check string_view sizes in operator==
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-13  Ville VoutilainenImplement P0403R1, Literal suffixes for basic_string_view.
2016-10-11  Jonathan WakelyRemove redundant const qualifliers from string_view
2016-10-03  Jonathan WakelyFix libstdc++ versioned namespace build
2016-07-28  Ville VoutilainenImplement std::string_view and P0254r2,