index
:
riscv-gnu-toolchain/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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
std
/
string_view
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-10
libstdc++: port away from is_trivial in string classes
Giuseppe D'Angelo
1
-1
/
+3
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-06-03
libstdc++: Optimize std::basic_string_view::starts_with
Jonathan Wakely
1
-1
/
+4
2024-03-23
libstdc++: Use std::type_identity_t in <string_view> as per LWG 3950 [PR114400]
Jonathan Wakely
1
-2
/
+10
2024-02-02
libstdc++: Allow explicit conversion of string views with different traits
Jonathan Wakely
1
-2
/
+0
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-11-21
libstdc++: Add freestanding feature test macros (P2407R5)
Jonathan Wakely
1
-1
/
+2
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
1
-0
/
+1
2023-11-11
libstdc++: Simplify std::string_view comparisons (LWG 3950)
Jonathan Wakely
1
-15
/
+7
2023-11-02
libstdc++: Add assertion to std::string_view::remove_suffix [PR112314]
Jonathan Wakely
1
-1
/
+4
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
1
-13
/
+10
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-13
libstdc++: Enable string_view in freestanding
Arsen Arsenović
1
-4
/
+15
2022-11-28
libstdc++: Fix std::string_view for I32LP16 targets
Jonathan Wakely
1
-2
/
+2
2022-08-31
libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>
Jonathan Wakely
1
-14
/
+93
2022-08-26
libstdc++: Add nonnull to starts_with/ends_with/contains string members
Jonathan Wakely
1
-0
/
+3
2022-08-04
libstdc++: Make std::string_view(Range&&) constructor explicit
Jonathan Wakely
1
-1
/
+1
2022-01-18
libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]
Jonathan Wakely
1
-1
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-19
libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]
Jonathan Wakely
1
-0
/
+2
2021-10-09
libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]
Jonathan Wakely
1
-6
/
+0
2021-10-04
libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)
Jonathan Wakely
1
-0
/
+2
2021-07-14
libstdc++: Add noexcept-specifier to basic_string_view(It, End)
Jonathan Wakely
1
-0
/
+1
2021-07-13
libstdc++: Simplify basic_string_view::ends_with [PR 101361]
Jonathan Wakely
1
-2
/
+4
2021-07-13
libstdc++: Remove duplicate #include in <string_view>
Jonathan Wakely
1
-2
/
+1
2021-04-08
libstdc++: Fix Doxygen warning about ambiguous file name
Jonathan Wakely
1
-1
/
+1
2021-03-22
libstdc++: Implement string_view range constructor for C++20
Jonathan Wakely
1
-2
/
+31
2021-01-27
libstdc++: Add string contains member functions for C++2b
Paul Fee
1
-0
/
+15
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-10-06
libstdc++: Reduce uses of std::numeric_limits
Jonathan Wakely
1
-4
/
+5
2020-09-22
libstdc++: Introduce new headers for C++20 ranges components
Jonathan Wakely
1
-0
/
+1
2020-08-26
libstdc++: Enable assertions in constexpr string_view members [PR 71960]
Jonathan Wakely
1
-6
/
+3
2020-07-07
libstdc++: Replace __int_limits with __numeric_traits_integer
Jonathan Wakely
1
-5
/
+5
2020-04-28
libstdc++: Fixes for feature test macros (PR 91480)
Jonathan Wakely
1
-1
/
+4
2020-04-22
libstdc++: Add missing feature test macros
Jonathan Wakely
1
-0
/
+1
2020-04-17
libstdc++: Add comparison operators for string and regex types
Jonathan Wakely
1
-0
/
+17
2020-04-06
libstdc++: Make string_view::copy usable in constant expressions (PR 94498)
Jonathan Wakely
1
-0
/
+1
2020-03-05
libstdc++: allow string_view insertion to work with <iosfwd> (PR 94051)
Jonathan Wakely
1
-0
/
+1
2020-02-24
libstdc++: enable_view has false positives (LWG 3326)
Jonathan Wakely
1
-1
/
+5
2020-02-19
libstdc++: "safe" in several library names is misleading (LWG 3379)
Jonathan Wakely
1
-3
/
+3
2020-02-17
libstdc++: Add lightweight replacement for std::numeric_limits (PR 92546)
Jonathan Wakely
1
-5
/
+5
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-09
libstdc++: Implement ranges::safe_range for C++20 (P1870R1)
Jonathan Wakely
1
-0
/
+10
2019-11-17
libstdc++: add range constructor for std::string_view (P1391R4)
Jonathan Wakely
1
-0
/
+15
2019-09-10
Implement C++20 p1424 - 'constexpr' feature macro concerns...
Edward Smith-Rowland
1
-1
/
+1
2019-07-12
Define __type_identity_t alias and use for string_view
Jonathan Wakely
1
-20
/
+22
2019-04-24
Fix basic_string_view typedefs and enforce preconditions
Jonathan Wakely
1
-68
/
+75
2019-02-19
P0482R5 char8_t: Standard library support
Tom Honermann
1
-1
/
+24
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
[next]