summaryrefslogtreecommitdiff
path: root/include/rtl/ustring.hxx
AgeCommit message (Expand)Author
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-11loplugin:stringviewNoel
2020-11-11disable O(U)String::concat for internal codeNoel Grandin
2020-09-22Simplify those assertLayout checksStephan Bergmann
2020-09-21static_assert that O[U]StringLiteral are layout compatible with rtl_[u]StringStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-12Replace remaining uses of sal_CharJulien Nabet
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-05Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-09-01Adapt documentation commentStephan Bergmann
2020-08-31Fix typos in commentsStephan Bergmann
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-29Make the OUString ConstCharArrayDetector::TypeUtf16 overloads are actually usedStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-08-26Except[Const]CharArrayDetector is only used by RTL_STRING_UNITTESTStephan Bergmann
2020-08-26Missing 'const'Stephan 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
2019-11-30Fix typoAndrea Gelmini
2019-11-29Enable O[U]String move ctor/assignment for WinMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-14New loplugin:getstrStephan Bergmann
2019-10-12Use size_t for string lengthsStephan Bergmann
2019-10-12Simplify some O(U)String methodsMike Kaganski
2019-10-11Revert "Use constexpr if in const char array ctors"Mike Kaganski
2019-10-11Use constexpr if in const char array ctorsMike Kaganski
2019-09-26Simplify external implementations of O(U)String::numberMike Kaganski
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-07-19Fix typosAndrea Gelmini
2019-03-22Fix some doxygen-generated documentation.Christophe JAILLET
2019-01-10o3tl::string_view -> std::string_view (in embedserv)Stephan Bergmann
2019-01-10Revert "tdf#42949 Fix IWYU warnings in include/rtl/*"Miklos Vajna
2019-01-10o3tl::string_view -> std::string_view (in configmgr)Stephan Bergmann
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann
2018-12-07HAVE_CXX14_CONSTEXPR is always true nowStephan Bergmann
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-08tdf#42949 Fix IWYU warnings in include/rtl/*Gabor Kelemen
2018-08-01add operator+=(OUStringBuffer) method to OUStringNoel Grandin
2018-01-12More loplugin:cstylecast: salStephan Bergmann
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2017-10-23loplugin:includeform: UNO API include filesStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-08-23tdf#111964: only trim XML whitespaceMike Kaganski
2017-08-04rtl: typo in doc commentAshod Nakashian
2017-06-16Remove HAVE_CXX11_REF_QUALIFIER, always true nowStephan Bergmann
2017-06-07tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski
2017-05-26create SAL_RETURNS_NONNULL annotationNoel Grandin