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
/
experimental
/
string_view
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
1
-0
/
+2
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-10-09
libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]
Jonathan Wakely
1
-6
/
+0
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
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-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-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
/
+12
2019-07-12
Define __type_identity_t alias and use for string_view
Jonathan Wakely
1
-20
/
+22
2019-05-02
Improve docs for Library Fundamentals TS
Jonathan Wakely
1
-1
/
+2
2019-04-24
Fix basic_string_view typedefs and enforce preconditions
Jonathan Wakely
1
-2
/
+2
2019-02-19
P0482R5 char8_t: Standard library support
Tom Honermann
1
-0
/
+24
2019-01-21
Fix after P0600.
Ulrich Drepper
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-28
PR libstdc++/83511 add default argument to basic_string_view::substr
Jonathan Wakely
1
-1
/
+1
2018-07-26
Remove char16_t and char32_t dependency on <stdint.h>
Jonathan Wakely
1
-6
/
+0
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-12-01
Fix narrowing conversions in string_view types
Jonathan Wakely
1
-3
/
+3
2017-12-01
Disable -Wliteral-suffix for standard UDLs
Jonathan Wakely
1
-0
/
+3
2017-10-24
PR libstdc++/82685 add 'noexcept' to string_view literals
Jonathan Wakely
1
-4
/
+4
2017-09-12
PR libstdc++/79433 no #error for including TS headers with wrong -std
Jonathan Wakely
1
-3
/
+1
2017-09-12
PR libstdc++/70483 make std::experimental::string_view fully constexpr
Jonathan Wakely
1
-53
/
+54
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
1
-17
/
+4
2017-01-26
Fix namespace versioning and remove __detail::__identity helpers
Jonathan Wakely
1
-10
/
+9
2017-01-24
PR libstdc++/79206 check string_view sizes in operator==
Jonathan Wakely
1
-3
/
+3
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-10-11
Remove redundant const qualifliers from string_view
Jonathan Wakely
1
-1
/
+1
2016-10-03
Fix libstdc++ versioned namespace build
Jonathan Wakely
1
-6
/
+5
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-10
Improve generated libstdc++ API docs
Jonathan Wakely
1
-1
/
+1
2015-10-09
Add include/experimental/bits dir
Jonathan Wakely
1
-1
/
+1
2015-09-09
Enable lightweight checks with _GLIBCXX_ASSERTIONS.
Jonathan Wakely
1
-4
/
+4
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-13
Post-Urbana updates to Library Fundamentals v1.
Jonathan Wakely
1
-8
/
+1
2014-10-29
any: Add feature-testing macro.
Jonathan Wakely
1
-0
/
+2
2014-07-25
string_view: Make the literal operators constexpr like the ctors they call.
Ed Smith-Rowland
1
-4
/
+4
2014-06-23
any (any_v1): Rename namespace to fundamentals_v1.
Jonathan Wakely
1
-0
/
+3
2014-06-14
any (any_cast): Combine duplicate doxygen comments.
Jonathan Wakely
1
-1
/
+2
2014-06-01
re PR libstdc++/61374 (string_view::operator string() is buggy)
Jonathan Wakely
1
-61
/
+47
2014-04-15
* include/experimental/string_view: Fix inconsistent exception specs.
Jonathan Wakely
1
-2
/
+2
2014-01-24
re PR libstdc++/59531 (string_view overrun in copy operation)
Ed Smith-Rowland
1
-9
/
+9
2014-01-20
create_testsuite_files: Add testsuite/experimental in the list of folders to ...
François Dumont
1
-3
/
+6
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
[next]