]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/basic_string.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / basic_string.h
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.
2018-10-25  Jonathan WakelyPR libstdc++/87749 fix (and optimize) string move const...
2018-08-23  Jonathan WakelyFix testsuite failures for __gnu_debug::string with...
2018-07-26  Jonathan WakelyRemove char16_t and char32_t dependency on <stdint.h>
2018-07-05  Jonathan WakelyPR libstdc++/58265 add noexcept to basic_string::assign...
2018-07-05  Jonathan WakelyPR libstdc++/58265 implement LWG 2063 for COW strings
2018-06-21  Jonathan WakelyPR libstdc++/83328 add correct basic_string::insert...
2018-06-15  Jonathan WakelyLWG 3076 basic_string CTAD ambiguity
2018-06-15  Jonathan WakelyPR libstdc++/86169 unshare COW string when non-const...
2018-06-14  Jonathan WakelyLWG 3075 basic_string needs deduction guides from basic...
2018-05-03  Jonathan WakelyPR libstdc++/84087 add default arguments to basic_strin...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-01  Jonathan WakelyDisable -Wliteral-suffix for standard UDLs
2017-09-20  Jonathan WakelyPR libstdc++/79162 Fix std::string regression due to...
2017-09-20  Jonathan WakelyPR libstdc++/79162 Fix std::string regression due to...
2017-09-04  Daniel KrueglerPR libstdc++/79162 implement LWG 2946 and LWG 2758
2017-07-23  François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-07-10  Jonathan WakelyPR libstdc++/81338 correctly manage string capacity
2017-06-07  Jonathan WakelyAdd C++17 deduction guide for std::basic_string (P0433R...
2017-03-14  Jonathan WakelyPR libstdc++/79162 disambiguate assignment from string_view
2017-02-01  Jonathan WakelyPR libstdc++/79254 simplify exception-safety in copy...
2017-01-27  Jonathan WakelyPR libstdc++/79254 fix exception-safety in std::string...
next