summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2021-02-12add conversion operator to rtl::ReferenceNoel
2021-02-08rtl::Uri: document difference of rtl_UriCharClass to RFC 3986Michael Stahl
2021-02-02tdf#130978 Added comment to all published APImsrijita18
2021-01-28add string_view variants of methods to O[U]StringBufferNoel
2021-01-15OUString::matchAsciiL() can be used instead of the fresh startsWithAsciiL()Tor Lillqvist
2021-01-14Introduce startsWithAsciiL() to match endsWithAsciiL()Tor Lillqvist
2020-12-28Avoid calling memcpy with nullptrStephan Bergmann
2020-12-23Make functions in rtl/character.hxx constexpr for internal useMike Kaganski
2020-12-20Make OStringLiteral ctor non-explicitStephan Bergmann
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann
2020-12-19make *String(string_view) constructors explicitNoel Grandin
2020-12-18add OStringBuffer::append(std::string_view)Noel
2020-12-14remove unnecessary const qualifier from toStringNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-10Catch inadvertent uses of OString(char) ctorStephan Bergmann
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann
2020-11-21tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer
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-21No need to make the OString(std::string_view) ctor explicitStephan 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-10cid#1466656 silence Logically dead codeCaolán McNamara
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-07Avoid dangling pData when constructing OUString from temporary OUStringLiteralStephan Bergmann
2020-09-05Fix typo in codeAndrea Gelmini
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-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan 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-08-13loplugin:stringstatic also look for local staticsNoel Grandin
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-24add upcasting support to rtl::ReferenceNoel Grandin
2020-04-19loplugin:buriedassign in variousNoel Grandin
2020-01-26tdf#124176: Use pragma once instead of include guardsiakarsu
2019-11-30Fix typoAndrea Gelmini
2019-11-29Enable O[U]String move ctor/assignment for WinMike Kaganski
2019-10-31tdf#125688 speed up load of change-tracking ODSNoel Grandin
2019-10-24Fix typoAndrea Gelmini
2019-10-24Introduce OStringCharStephan Bergmann
2019-10-21Actually choose the OUStringBuffer::append overload for UTF-16 string literalsStephan Bergmann