index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
testsuite
/
21_strings
/
basic_string_view
Age
Commit message (
Expand
)
Author
2025-01-02
Update copyright years.
Jakub Jelinek
2024-02-02
libstdc++: Allow explicit conversion of string views with different traits
Jonathan Wakely
2024-01-03
Update copyright years.
Jakub Jelinek
2023-12-05
libstdc++: Redefine __glibcxx_assert to work in C++23 constexpr
Jonathan Wakely
2023-11-21
libstdc++: Add freestanding feature test macros (P2407R5)
Jonathan Wakely
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
2023-11-02
libstdc++: Add assertion to std::string_view::remove_suffix [PR112314]
Jonathan Wakely
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 21_strings tests
Jonathan Wakely
2023-09-15
libstdc++: Remove dg-options "-std=gnu++23" from remaining tests
Jonathan Wakely
2023-05-12
libstdc++: Remove test dependencies on _GLIBCXX_USE_C99_STDINT_TR1
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2023-01-13
libstdc++: Fix a few !HOSTED test regressions
Arsen Arsenović
2023-01-13
libstdc++: Enable string_view in freestanding
Arsen Arsenović
2022-10-03
libstdc++: Disable hosted-only tests [PR103626]
Arsen Arsenović
2022-08-31
libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>
Jonathan Wakely
2022-08-26
libstdc++: Add nonnull to starts_with/ends_with/contains string members
Jonathan Wakely
2022-08-04
libstdc++: Make std::string_view(Range&&) constructor explicit
Jonathan Wakely
2022-05-26
libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.cc
Jonathan Wakely
2022-04-20
libstdc++: Fix macro checked by test
Jonathan Wakely
2022-01-18
libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-11-26
libstdc++: Remove redundant xfail selectors in dg-do compile tests
Jonathan Wakely
2021-10-09
libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...
Jonathan Wakely
2021-10-05
libstdc++: Ensure std::span and std::string_view are trivially copyable (P225...
Jonathan Wakely
2021-10-04
libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)
Jonathan Wakely
2021-08-04
libstdc++: Add [[nodiscard]] to iterators and related utilities
Jonathan Wakely
2021-07-14
libstdc++: Add noexcept-specifier to basic_string_view(It, End)
Jonathan Wakely
2021-05-20
libstdc++: Use __builtin_unreachable for constexpr assertions [PR 100676]
Jonathan Wakely
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from strings tests
Jonathan Wakely
2021-03-22
libstdc++: Implement string_view range constructor for C++20
Jonathan Wakely
2021-01-27
libstdc++: Add string contains member functions for C++2b
Paul Fee
2021-01-04
Update copyright years.
Jakub Jelinek
2020-11-09
libstdc++: Make _GLIBCXX_DEBUG checks constexpr compatible
François Dumont
2020-10-29
libstdc++: Avoid warnings in tests
Jonathan Wakely
2020-07-31
libstdc++: Ensure c++NN effective target present in all C++17 tests
Jonathan Wakely
2020-07-01
Adjust text of expected warnings changed in PR c++/86568.
Martin Sebor
2020-04-28
libstdc++: Fixes for feature test macros (PR 91480)
Jonathan Wakely
2020-04-17
libstdc++: Add comparison operators for string and regex types
Jonathan Wakely
2020-04-06
libstdc++: Make string_view::copy usable in constant expressions (PR 94498)
Jonathan Wakely
2020-03-05
libstdc++: allow string_view insertion to work with <iosfwd> (PR 94051)
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-11-17
libstdc++: add range constructor for std::string_view (P1391R4)
Jonathan Wakely
2019-06-11
Fix ConstexprIterator requirements tests - No constexpr algorithms!
Edward Smith-Rowland
2019-06-08
Test for C++20 p0858 - ConstexprIterator requirements.
Edward Smith-Rowland
2019-04-24
Fix basic_string_view typedefs and enforce preconditions
Jonathan Wakely
2019-02-23
PR libstdc++/89446 fix null pointer dereference in char_traits
Jonathan Wakely
2019-02-22
P0482R5 char8_t: Updates to existing standard library tests
Tom Honermann
2019-02-19
Adjust C++11/C++14 tests to work with -fchar8_t
Jonathan Wakely
2019-02-19
P0482R5 char8_t: New standard library tests
Tom Honermann
2019-01-02
Fix year range in libstdc++v3/testsuite/.../empty.cc copyright header
Joel Brobecker
[next]