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
/
include
/
bits
/
basic_string.tcc
Age
Commit message (
Expand
)
Author
2025-04-15
libstdc++: Fix std::string construction from volatile char* [PR119748]
Jonathan Wakely
2025-04-04
libstdc++: Fix whitespace in std::basic_string::_M_construct<bool>
Jonathan Wakely
2025-03-30
Optimize string constructor
Jan Hubicka
2025-01-02
Update copyright years.
Jakub Jelinek
2024-09-27
libstdc++: Fix -Wsign-compare warning in std::string::resize_for_overwrite
Jonathan Wakely
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
2024-09-19
libstdc++: add #pragma diagnostic
Jason Merrill
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
2023-10-21
libstdc++: Split std::basic_string::_M_use_local_data into two functions
Jonathan Wakely
2023-09-29
libstdc++: Ensure active union member is correctly set
Nathaniel Shead
2023-08-17
libstdc++: Define std::string::resize_and_overwrite for C++11 and COW string
Jonathan Wakely
2023-08-16
libstdc++: Fix std::basic_string::resize_and_overwrite
Jonathan Wakely
2023-05-11
libstdc++: Enforce value_type consistency in strings and streams
Jonathan Wakely
2023-03-22
libstdc++: Use rvalues in std::string::resize_and_overwrite (LWG 3645)
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-11-08
libstdc++: Refactor implementation of operator+ for std::string
Will Hawkins
2022-09-12
libstdc++: Outline the overlapping case of string _M_replace into a separate ...
Jakub Jelinek
2022-08-24
Revert "libstdc++: Optimize operator+(string/char*, char*/string) equally"
Jonathan Wakely
2022-08-24
libstdc++: Optimize operator+(string/char*, char*/string) equally
Will Hawkins
2022-06-14
libstdc++: Inline all basic_string::compare overloads [PR59048]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-12-01
libstdc++: Define std::__is_constant_evaluated() for internal use
Jonathan Wakely
2021-11-19
libstdc++: One more change for Clang to support constexpr std::string [PR103295]
Jonathan Wakely
2021-11-19
libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]
Jonathan Wakely
2021-11-17
libstdc++: Simplify std::string constructors
Jonathan Wakely
2021-11-17
libstdc++: Set active member of union in std::string [PR103295]
Jonathan Wakely
2021-11-16
libstdc++: Implement constexpr std::basic_string for C++20
Michael de Lang
2021-10-16
libstdc++: Define std::basic_string::resize_and_overwrite for C++23 (P1072R10)
Jonathan Wakely
2021-07-27
libstdc++: Move COW string definitions to separate header
Jonathan Wakely
2021-04-30
libstdc++: Use std::addressof to avoid ADL for operator& [PR 60497]
Jonathan Wakely
2021-02-09
string: Add a workaround for -Wstringop-overread false positives [PR98465]
Jakub Jelinek
2021-01-04
Update copyright years.
Jakub Jelinek
2020-10-14
libstdc++: Define some std::string constructors inline
Jonathan Wakely
2020-08-10
libstdc++: Check __cpp_exceptions in basic_string::reserve()
Jonathan Wakely
2020-08-06
libstdc++: Implement P0966 std::string::reserve should not shrink
Andrew Luo
2020-08-06
libstdc++: Do not set eofbit eagerly in operator>>(istream&, char(&)[N])
Jonathan Wakely
2020-04-29
libstdc++: Fix outdated comment about std::string instantiations (PR 94854)
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-05-30
LWG2788 basic_string spurious use of a default constructible allocator
Nina Dinka Ranns
2019-05-07
Make allocator propagation more consistent for operator+(basic_string) (P1165R1)
Nina Dinka Ranns
2019-01-04
Export explicit instantiations for C++17 members of std::string
Jonathan Wakely
2019-01-01
Update copyright years.
Jakub Jelinek
2018-07-05
PR libstdc++/58265 implement LWG 2063 for COW strings
Jonathan Wakely
2018-06-27
Declare some explicit instantiations for strings in Debug Mode
Jonathan Wakely
2018-06-22
PR libstdc++/86138 prevent implicit instantiation of COW empty rep
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-02-01
PR libstdc++/79254 simplify exception-safety in copy assignment
Jonathan Wakely
2017-01-27
PR libstdc++/79254 fix exception-safety in std::string::operator=
Jonathan Wakely
2017-01-09
PR66414 optimize std::string::find
Jonathan Wakely
[next]