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.h
Age
Commit message (
Expand
)
Author
2022-06-16
libstdc++: Support constexpr global std::string for size < 15 [PR105995]
Jonathan Wakely
2022-06-14
libstdc++: Check lengths first in operator== for basic_string [PR62187]
Jonathan Wakely
2022-06-14
libstdc++: Inline all basic_string::compare overloads [PR59048]
Jonathan Wakely
2022-06-10
libstdc++: Make std::hash<basic_string<>> allocator-agnostic (LWG 3705)
Jonathan Wakely
2022-05-19
libstdc++: Only include <ext/atomicity.h> for COW string
Jonathan Wakely
2022-01-21
libstdc++: Ensure all feature test macros have type long [PR87193]
Jonathan Wakely
2022-01-18
libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099]
Jonathan Wakely
2022-01-05
libstdc++: Fix overconstrained std::string constructor [PR103919]
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-12-10
libstdc++: check length in string append [PR103534]
Jason Merrill
2021-12-01
libstdc++: Define std::__is_constant_evaluated() for internal use
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++: Fix tests for constexpr std::string
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-10-09
libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]
Jonathan Wakely
2021-10-04
libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1)
Jonathan Wakely
2021-09-16
libstdc++: Add noexcept to std::to_string overloads that don't allocate
Jonathan Wakely
2021-07-27
libstdc++: Move COW string definitions to separate header
Jonathan Wakely
2021-06-17
libstdc++: Simplify constexpr checks in std::char_traits [PR 91488]
Jonathan Wakely
2021-05-04
libstdc++: Fix undefined behaviour in std::string
Jonathan Wakely
2021-04-30
libstdc++: Fix inconsistent feature test macros
Jonathan Wakely
2021-04-28
libstdc++: Define __cpp_lib_constexpr_string macro
Jonathan Wakely
2021-04-09
libstdc++: Remove spurious line break in doxygen comment
Jonathan Wakely
2021-04-06
libstdc++: Fix Doxygen warnings
Jonathan Wakely
2021-01-27
libstdc++: Add string contains member functions for C++2b
Paul Fee
2021-01-04
Update copyright years.
Jakub Jelinek
2020-10-14
libstdc++: Define some std::string constructors inline
Jonathan Wakely
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-08-06
libstdc++: Implement P0966 std::string::reserve should not shrink
Andrew Luo
2020-07-30
libstdc++: Make COW string use allocator_traits for nested types
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-04-17
libstdc++: Add comparison operators for string and regex types
Jonathan Wakely
2020-01-01
Update copyright years.
Jakub Jelinek
2019-10-22
Remove redundant std::allocator members for C++20
Jonathan Wakely
2019-06-12
Replace std::to_string for integers with optimized version
Jonathan Wakely
2019-05-14
Inconsistency wrt Allocators in basic_string assignment (LWG2579)
Nina Dinka Ranns
2019-05-07
Make allocator propagation more consistent for operator+(basic_string) (P1165R1)
Nina Dinka Ranns
2019-05-02
Miscellaneous API doc improvements
Jonathan Wakely
2019-04-24
Fix basic_string_view typedefs and enforce preconditions
Jonathan Wakely
2019-04-23
Fix std::variant regression caused by never-valueless optimization
Jonathan Wakely
2019-04-05
PR libstdc++/87431 re-adjust never-valueless optimizations
Jonathan Wakely
2019-02-19
P0482R5 char8_t: Standard library support
Tom Honermann
2019-01-21
Fix after P0600.
Ulrich Drepper
2019-01-04
Export explicit instantiations for C++17 members of std::string
Jonathan Wakely
2019-01-04
Add allocator-extended copy/move ctors to COW string
Jonathan Wakely
[prev]
[next]