]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/basic_string.h
Daily bump.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / basic_string.h
2025-06-02  Jonathan Wakelylibstdc++: Remove spaces before function parameter...
2025-04-29  Jonathan Wakelylibstdc++: Fix allocator propagation for rvalue+rvalue...
2025-04-15  Jonathan Wakelylibstdc++: Fix std::string construction from volatile...
2025-04-11  Jonathan Wakelylibstdc++: Use constexpr-if for std::basic_string:...
2025-04-11  Tomasz Kamińskilibstdc++: Define __cpp_lib_containers_ranges in approp...
2025-04-11  Jonathan Wakelylibstdc++: Add P1206R7 from_range members to std::strin...
2025-04-04  Jonathan Wakelylibstdc++: Check feature test macro for std::string_vie...
2025-03-30  Jan HubickaOptimize string constructor
2025-01-02  Jakub JelinekUpdate copyright years.
2024-12-18  Jonathan Wakelylibstdc++: Add missing character to __to_wstring_numeri...
2024-12-10  Giuseppe D'Angelolibstdc++: port away from is_trivial in string classes
2024-11-27  Jan Hubickaoptimize basic_string
2024-10-25  Giuseppe D'Angelolibstdc++: implement concatenation of strings and strin...
2024-10-25  Jakub Jelineknon-gcc: Remove trailing whitespace
2024-10-23  Jonathan Wakelylibstdc++: Replace std::__to_address in C++20 branch...
2024-10-22  Jonathan Wakelylibstdc++: Avoid using std::__to_address with iterators
2024-09-26  Iain Sandoelibstdc++: Suppress an attribute suggestion warning...
2024-09-25  Jason Merrilllibstdc++: #ifdef out #pragma GCC system_header
2024-09-10  Jonathan Wakelylibstdc++: std::string move assignment should not use...
2024-08-01  Jonathan Wakelylibstdc++: Constrain std::basic_string default construc...
2024-02-12  Paul Keirlibstdc++: Fix constexpr basic_string union member...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-16  Jonathan Wakelylibstdc++: Only declare feature test macros in standard...
2023-10-21  Jonathan Wakelylibstdc++: Split std::basic_string::_M_use_local_data...
2023-09-29  Nathaniel Sheadlibstdc++: Ensure active union member is correctly set
2023-08-17  Jonathan Wakelylibstdc++: Optimize std::string::assign(Iter, Iter...
2023-08-17  Jonathan Wakelylibstdc++: Implement std::to_string in terms of std...
2023-08-17  Jonathan Wakelylibstdc++: Optimize std::to_string using std::string...
2023-08-17  Jonathan Wakelylibstdc++: Define std::string::resize_and_overwrite...
2023-08-16  Arsen Arsenovićlibstdc++: Replace all manual FTM definitions and use
2023-07-24  Jonathan Wakelylibstdc++; Do not use strtold for hppa-hpux [PR110653]
2023-07-19  Jonathan Wakelylibstdc++: Define std::stof fallback in terms of std...
2023-07-19  Jonathan Wakelylibstdc++: Check autoconf macros for strtof and strtold...
2023-07-13  Jonathan Wakelylibstdc++: std::stoi etc. do not need C99 <stdlib.h...
2023-05-11  Jonathan Wakelylibstdc++: Enforce value_type consistency in strings...
2023-05-03  Kefu Chailibstdc++: Set _M_string_length before calling _M_dispo...
2023-04-27  Jonathan Wakelylibstdc++: Add @headerfile and @since to doxygen commen...
2023-03-28  Jonathan Wakelylibstdc++: Tell GCC what basic_string::_M_is_local...
2023-02-27  Jonathan Wakelylibstdc++: Add Doxygen comment for string::resize_and_o...
2023-02-04  François Dumontlibstdc++: Optimize basic_string move assignment
2023-01-16  Jakub JelinekUpdate copyright years.
2022-11-11  Nathaniel Sheadlibstdc++: Set active union member in constexpr std...
2022-11-08  Will Hawkinslibstdc++: Refactor implementation of operator+ for...
2022-09-12  Jakub Jelineklibstdc++: Outline the overlapping case of string _M_re...
2022-08-31  Jonathan Wakelylibstdc++: Add [[nodiscard]] attribute to <string>...
2022-08-26  Jonathan Wakelylibstdc++: Add nonnull to starts_with/ends_with/contain...
2022-08-24  Jonathan WakelyRevert "libstdc++: Optimize operator+(string/char*...
2022-08-24  Will Hawkinslibstdc++: Optimize operator+(string/char*, char*/strin...
2022-06-16  Jonathan Wakelylibstdc++: Support constexpr global std::string for...
2022-06-14  Jonathan Wakelylibstdc++: Check lengths first in operator== for basic_...
2022-06-14  Jonathan Wakelylibstdc++: Inline all basic_string::compare overloads...
2022-06-10  Jonathan Wakelylibstdc++: Make std::hash<basic_string<>> allocator...
2022-05-19  Jonathan Wakelylibstdc++: Only include <ext/atomicity.h> for COW string
2022-01-21  Jonathan Wakelylibstdc++: Ensure all feature test macros have type...
2022-01-18  Jonathan Wakelylibstdc++: Limit new basic_string(nullptr_t) constructo...
2022-01-05  Jonathan Wakelylibstdc++: Fix overconstrained std::string constructor...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-11  Jason Merrilllibstdc++: check length in string append [PR103534]
2021-12-01  Jonathan Wakelylibstdc++: Define std::__is_constant_evaluated() for...
2021-11-19  Jonathan Wakelylibstdc++: Begin lifetime of chars in constexpr std...
2021-11-17  Jonathan Wakelylibstdc++: Simplify std::string constructors
2021-11-17  Jonathan Wakelylibstdc++: Set active member of union in std::string...
2021-11-16  Jonathan Wakelylibstdc++: Fix tests for constexpr std::string
2021-11-16  Michael de Langlibstdc++: Implement constexpr std::basic_string for...
2021-10-15  Jonathan Wakelylibstdc++: Define std::basic_string::resize_and_overwri...
2021-10-08  Jonathan Wakelylibstdc++: Always define typedefs and hash functions...
2021-10-04  Jonathan Wakelylibstdc++: Disable std::string{,_view} construction...
2021-09-16  Jonathan Wakelylibstdc++: Add noexcept to std::to_string overloads...
2021-07-27  Jonathan Wakelylibstdc++: Move COW string definitions to separate...
2021-06-17  Jonathan Wakelylibstdc++: Simplify constexpr checks in std::char_trait...
2021-05-04  Jonathan Wakelylibstdc++: Fix undefined behaviour in std::string
2021-04-30  Jonathan Wakelylibstdc++: Fix inconsistent feature test macros
2021-04-28  Jonathan Wakelylibstdc++: Define __cpp_lib_constexpr_string macro
2021-04-08  Jonathan Wakelylibstdc++: Remove spurious line break in doxygen comment
2021-04-06  Jonathan Wakelylibstdc++: Fix Doxygen warnings
2021-01-27  Paul Feelibstdc++: Add string contains member functions for...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-14  Jonathan Wakelylibstdc++: Define some std::string constructors inline
2020-10-14  Jonathan Wakelylibstdc++: Implement LWG 3706 for COW strings
2020-08-12  Jonathan Wakelylibstdc++: Make self-move well-defined for containers...
2020-08-06  Andrew Luolibstdc++: Implement P0966 std::string::reserve should...
2020-07-30  Jonathan Wakelylibstdc++: Make COW string use allocator_traits for...
2020-06-29  Ville VoutilainenRevert "Add a __nonnnull__ attribute to std::string...
2020-06-28  Ville VoutilainenAdd a __nonnnull__ attribute to std::string's _CharT...
2020-04-17  Jonathan Wakelylibstdc++: Add comparison operators for string and...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-10-22  Jonathan WakelyRemove redundant std::allocator members for C++20
2019-06-12  Jonathan WakelyReplace std::to_string for integers with optimized...
2019-05-14  Nina Dinka RannsInconsistency wrt Allocators in basic_string assignment...
2019-05-07  Nina Dinka RannsMake allocator propagation more consistent for operator...
2019-05-02  Jonathan WakelyMiscellaneous API doc improvements
2019-04-24  Jonathan WakelyFix basic_string_view typedefs and enforce preconditions
2019-04-23  Jonathan WakelyFix std::variant regression caused by never-valueless...
2019-04-05  Jonathan WakelyPR libstdc++/87431 re-adjust never-valueless optimizations
2019-02-19  Tom HonermannP0482R5 char8_t: Standard library support
2019-01-21  Ulrich DrepperFix after P0600.
2019-01-04  Jonathan WakelyExport explicit instantiations for C++17 members of...
2019-01-04  Jonathan WakelyAdd allocator-extended copy/move ctors to COW string
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-30  Edward Smith-RowlandImplement P0457R2 String Prefix and Suffix Checking.
next