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
/
cons
/
char
Age
Commit message (
Expand
)
Author
2025-04-15
libstdc++: Fix std::string construction from volatile char* [PR119748]
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-16
libstdc++: Test for feature test macros more accurately
Jonathan Wakely
2023-09-16
libstdc++: Remove dg-options "-std=gnu++20" from 21_strings tests
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-11-08
libstdc++: Fix -Wsystem-headers warnings in tests
Jonathan Wakely
2022-08-31
libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>
Jonathan Wakely
2022-06-17
libstdc++: Add missing #include <string> to new test
Jonathan Wakely
2022-06-16
libstdc++: Support constexpr global std::string for size < 15 [PR105995]
Jonathan Wakely
2022-01-18
libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]
Jonathan Wakely
2022-01-14
libstdc++: Add attribute to features deprecated in C++17 [PR91260]
Jonathan Wakely
2022-01-05
libstdc++: Fix overconstrained std::string constructor [PR103919]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-11-30
libstdc++: Fix tests that fail with fully-dynamic-string
Jonathan Wakely
2021-11-30
libstdc++: Fix fully-dynamic-string build
Jonathan Wakely
2021-11-24
libstdc++: Replace hyphens in effective target keywords
Jonathan Wakely
2021-11-16
libstdc++: Implement constexpr std::basic_string for C++20
Michael de Lang
2021-10-04
libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)
Jonathan Wakely
2021-06-18
libstdc++: Suppress -Wstringop-overread warning in test
Jonathan Wakely
2021-05-10
libstdc++: Remove redundant -std=gnu++17 option from strings tests
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-10-14
libstdc++: Implement LWG 3706 for COW strings
Jonathan Wakely
2020-08-12
libstdc++: Make self-move well-defined for containers [PR 85828]
Jonathan Wakely
2020-07-31
libstdc++: Ensure c++NN effective target present in all C++17 tests
Jonathan Wakely
2020-06-30
Revert "Add a __nonnnull__ attribute to std::string's _CharT* constructor"
Ville Voutilainen
2020-06-29
Add a __nonnnull__ attribute to std::string's _CharT* constructor
Ville Voutilainen
2020-02-28
libstdc++: Fix failing test in debug mode
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-02-22
P0482R5 char8_t: Updates to existing standard library tests
Tom Honermann
2019-01-04
Add allocator-extended copy/move ctors to COW string
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-07-05
Add xfail-if to some tests that fail with COW strings
Jonathan Wakely
2018-07-05
PR libstdc++/58265 implement LWG 2063 for COW strings
Jonathan Wakely
2018-07-04
re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_ins...
François Dumont
2018-06-22
PR libstdc++/86138 prevent implicit instantiation of COW empty rep
Jonathan Wakely
2018-06-16
LWG 3076 basic_string CTAD ambiguity
Jonathan Wakely
2018-06-14
LWG 3075 basic_string needs deduction guides from basic_string_view
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-09-20
PR libstdc++/79162 Fix std::string regression due to LWG 2946
Jonathan Wakely
2017-09-15
invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...
Jakub Jelinek
2017-06-16
PR libstdc++/81092 add std::wstring symbols and bump library version
Jonathan Wakely
2017-06-14
Fix libstdc++ testsuite failures with -D_GLIBCXX_USE_CXX11_ABI=0
Jonathan Wakely
2017-06-07
Add C++17 deduction guide for std::basic_string (P0433R2, partial)
Jonathan Wakely
2017-03-14
PR libstdc++/79162 disambiguate assignment from string_view
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-11-15
Add std::string constructor for substring of string_view (LWG 2742)
Jonathan Wakely
2016-10-12
testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...
Paolo Carlini
2016-08-26
Use effective-target instead of -std options
Jonathan Wakely
2016-08-26
Add new std::basic_string constructor (LWG 2583)
Jonathan Wakely
[next]