]> 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
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...
2017-01-13  Jonathan WakelyAdd string_view support to COW std::string
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-06  Jonathan WakelyAdd noexcept to various basic_string string operations
2016-11-15  Jonathan WakelyUse existing helper for new std::string constructor
2016-11-15  Jonathan WakelyAdd std::string constructor for substring of string_vie...
2016-10-03  Jonathan WakelyFix libstdc++ versioned namespace build
2016-09-23  Jonathan WakelyAvoid reallocation for basic_string::clear()
2016-09-23  Jonathan WakelyOptimize truncating a basic_string
2016-08-26  Jonathan WakelyAdd new std::basic_string constructor (LWG 2583)
2016-08-17  Jonathan WakelyPR 77264 constrain new std::basic_string overloads
2016-08-11  Ville VoutilainenImplement LWG 2758.
2016-08-01  Jonathan WakelyAdd non-const std::basic_string::data() for C++17
2016-07-28  Ville VoutilainenImplement std::string_view and P0254r2,
2016-07-22  Jonathan WakelyMove allocator in std::string and RB tree move constructors
2016-07-13  Jonathan WakelyMake basic_string::replace forward to different overload
2016-07-13  Jonathan WakelyRevert "Add non-const overload of std::string::data()"
2016-07-13  Jonathan WakelyAdd non-const overload of std::string::data()
2016-01-15  Torvald Riegellibstdc++: Make certain exceptions transaction_safe.
2016-01-06  Jonathan WakelyRemove noexcept from function template that can throw
2016-01-04  Jakub JelinekUpdate copyright years.
2015-11-15  Jonathan WakelyPR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR test
2015-11-13  Jennifer YaoMore fine-grained autoconf checks for C99 library
2015-10-02  Jonathan WakelyUse noexcept instead of _GLIBCXX_NOEXCEPT
2015-09-21  Jonathan WakelyFix bootstrap error introduced in r227870
2015-09-17  Jonathan WakelyOnly do shrink_to_fit() when exceptions enabled
2015-09-11  Jonathan WakelyImplement N4258 noexcept for std::basic_string.
2015-09-09  Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-09-02  Dmitry Vyukovlibstdc++: fix data races in basic_string implementation
2015-06-24  François Dumontbasic_string.h (basic_string<>::front()): Add !empty...
2015-05-13  Jonathan Wakelybasic_string.h (basic_string::basic_string()): Make...
2015-04-29  Jonathan Wakelyre PR libstdc++/64657 (Support iterators with overloade...
2015-02-17  Jonathan Wakelyre PR libstdc++/65085 (Move-assigned empty string corru...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-22  Paolo Carlinibasic_string.h: Fix _S_local_capacity for large sizeof...
2014-12-22  Jonathan Wakelyre PR libstdc++/37522 (Incorrect vswprintf prototype...
2014-12-19  Jonathan WakelyNew std::string implementation.
2014-10-01  Edward Smith-RowlandImplement SD-6: SG10 Feature Test Recommendations
2014-08-12  Jonathan Wakely* include/bits/basic_string.h (getline): Declare inline.
2014-08-12  Jonathan Wakelybasic_string.h (getline): Qualify call to prevent ADL...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-10-23  Edward Smith-Rowlandbasic_string.h (operator""s): Remove space between...
2013-09-24  Marc Glissere PR libstdc++/58338 (Add noexcept to functions with...
2013-09-22  Paul PluzhnikovPrint additional info when various out-of-range conditi...
2013-09-20  Marc Glissere PR libstdc++/58338 (Add noexcept to functions with...
2013-08-15  Paolo Carlinire PR libstdc++/58163 ([C++11] Pedantic assert on str...
2013-06-11  Ed Smith-RowlandFix library literals error involving namespace __detail.
2013-06-08  Ed Smith-RowlandSimplify and clean up library literals.
2013-06-01  Ed Smith-RowlandImplement N3642 - User-defined Literals for Standard...
2013-05-15  Jonathan Wakely* include/bits/basic_string.h (getline): Fix doxygen...
2013-02-04  François Dumontfunctional_hash.h (std::__is_fast_hash<>): New.
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-11-10  Jason Merrill* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__...
2012-05-02  Benjamin Kosnikre PR libstdc++/44015 (template parameters not documented)
2011-11-18  Paolo Carlinihash-long-double-aux.cc: Rename to...
2011-11-07  Jonathan Wakelybasic_string.h (basic_string::at): Move adjacent to...
2011-11-01  Jason MerrillMakefile.am (install-freestanding-headers): Install...
2011-10-14  Jonathan Yongconfigure.host: Use config/os/mingw32-w64 instead of...
2011-08-07  Benjamin Kosnikuser.cfg.in (PDF_HYPERLINKS): To NO.
2011-06-12  François Dumontallocator.h (__shrink_to_fit): Rename to __shrink_to_fi...
2011-06-01  Paolo Carlinihashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&...
2011-05-31  Paolo Carlinibasic_string.h: Use noexcept per the FDIS (minus compar...
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2011-01-15  Benjamin Kosnikre PR libstdc++/36104 (gnu-versioned-namespace is broken)
2010-12-19  Paolo Carlinibasic_string.h (operator+(basic_string<>&&, basic_strin...
next