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
/
modifiers
Age
Commit message (
Expand
)
Author
2025-07-24
libstdc++: Expand compile-time ranges tests for vector and basic_string.
Tomasz Kamiński
2025-04-11
libstdc++: Add P1206R7 from_range members to std::string [PR111055]
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-02-12
libstdc++: Fix constexpr basic_string union member [PR113294]
Paul Keir
2024-01-03
Update copyright years.
Jakub Jelinek
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-05-26
libstdc++: Rename tests like .../wchar_t/1.cc to .../wchar_t.cc
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-24
libstdc++: Replace hyphens in effective target keywords
Jonathan Wakely
2021-11-16
libstdc++: Fix tests for constexpr std::string
Jonathan Wakely
2021-11-16
libstdc++: Implement constexpr std::basic_string for C++20
Michael de Lang
2021-11-16
libstdc++: Fix out-of-bound array accesses in testsuite
Jonathan Wakely
2021-10-09
libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...
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++: Fix tests that fail with old std::string ABI
Jonathan Wakely
2020-07-31
libstdc++: Ensure c++NN effective target present in all C++17 tests
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-01-04
Avoid spurious test failures when -fno-inline in test flags
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-10-25
PR libstdc++/87749 fix (and optimize) string move construction
Jonathan Wakely
2018-07-05
PR libstdc++/58265 add noexcept to basic_string::assign(basic_string&&)
Jonathan Wakely
2018-07-04
re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_ins...
François Dumont
2018-06-21
PR libstdc++/83328 add correct basic_string::insert for initializer_list
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-01-01
Update copyright years.
Jakub Jelinek
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-17
PR 77264 constrain new std::basic_string overloads
Jonathan Wakely
2016-07-28
Implement std::string_view and P0254r2,
Ville Voutilainen
2016-07-21
Fix out-of-bound array accesses in libstdc++ testsuite
Jonathan Wakely
2016-01-04
Update copyright years.
Jakub Jelinek
2015-04-29
re PR libstdc++/64657 (Support iterators with overloaded operator-comma)
Jonathan Wakely
2015-01-05
Update copyright years.
Jakub Jelinek
2015-01-02
64422.cc: Fix copyright date.
Jonathan Wakely
2015-01-02
re PR c++/64422 (basic_string::erase is unresloved)
Bernd Edlinger
2014-10-15
shrink_to_fit.cc: Prefer -std=gnu++11.
Paolo Carlini
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-06-27
*: Move inside testsuite/21_strings/basic_string/modifiers/.
Paolo Carlini
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
2011-11-07
basic_string.h (basic_string::at): Move adjacent to other overload.
Jonathan Wakely