summaryrefslogtreecommitdiff
path: root/include/rtl/strbuf.hxx
AgeCommit message (Expand)Author
2023-12-04At least VS 2022 Preview 17.9.0 Preview 1.1 needs the fix tooStephan Bergmann
2023-10-18Extend /clr /std:c++20 char8_t workaround to old versions of VS 2022Stephan Bergmann
2023-10-13At least VS 2022 Preview 17.8.0 Preview 3.0 needs the fix tooStephan Bergmann
2023-10-12Fix build against VS 2022 17.7.5Stephan Bergmann
2023-10-11__cpp_char8_t is generally available nowStephan Bergmann
2023-05-06Simplify O(U)StringBuffer's append - delegate to insertMike Kaganski
2023-05-06Optimize O(U)StringBuffer's append/insert taking float/doubleMike Kaganski
2023-05-06[API CHANGE] Fix O(U)StringBuffer::insert taking floatMike Kaganski
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-10-13Deduplicate stringconcat moreMike Kaganski
2022-08-22Remove NULL-terminated requirement where not applicableMike Kaganski
2022-04-15Also add C++20 char8_t overloadsStephan Bergmann
2022-04-13Clean up O[U]StringBuffer ctors taking a length parameterStephan Bergmann
2022-04-13Fix copy/paste typo in commentStephan Bergmann
2022-03-31A string_view is not necessarily NUL-terminatedStephan Bergmann
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-04-21string_view conversion operator for O[U]StringBufferNoel Grandin
2021-02-02tdf#130978 Added comment to all published APImsrijita18
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2020-12-18add OStringBuffer::append(std::string_view)Noel
2020-12-14remove unnecessary const qualifier from toStringNoel
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-05-05Disable -Wstringop-overflow in --enable-optimized builds with GCCStephan Bergmann
2020-04-29Silence bogus -Wstringop-overflow with GCC trunk towards GCC 10Stephan Bergmann
2020-04-19loplugin:buriedassign in variousNoel Grandin
2020-01-26tdf#124176: Use pragma once instead of include guardsiakarsu
2019-10-18make the *StringBuffer::operator OStringView methods explicitNoel Grandin
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-11Forward constarray-handling append/insert code to basic methodsMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-07-17Fix typoAndrea Gelmini
2019-04-03Revert "add more append methods to *StringBuffer"Noel Grandin
2019-04-03add more append methods to *StringBufferNoel Grandin
2018-08-08tdf#42949 Fix IWYU warnings in include/rtl/*Gabor Kelemen
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin
2017-03-21Only need an OStringBuffer in number2PolyPolygonStephan Bergmann
2017-01-09New loplugin:externvar: salStephan Bergmann
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-09-20Related cid#1371287: Work around missing OStringBuffer move semanticsStephan Bergmann
2015-11-10Missing includes (for NULL)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2015-06-23Avoid conversion warning in O[U]String[Buffer] constructorsMatteo Casalin