summaryrefslogtreecommitdiffstats
path: root/include/rtl
Commit message (Expand)AuthorAgeFilesLines
* Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann2020-11-211-8/+8
* tdf#123936 Formatting files in module include with clang-formatPhilipp Hofer2020-11-211-53/+69
* loplugin:stringviewNoel2020-11-112-0/+80
* disable O(U)String::concat for internal codeNoel Grandin2020-11-112-0/+4
* Simplify those assertLayout checksStephan Bergmann2020-09-222-16/+11
* static_assert that O[U]StringLiteral are layout compatible with rtl_[u]StringStephan Bergmann2020-09-212-0/+41
* No need to make the OString(std::string_view) ctor explicitStephan Bergmann2020-09-211-1/+1
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-162-80/+186
* Replace remaining uses of sal_CharJulien Nabet2020-09-1212-140/+140
* cid#1466656 silence Logically dead codeCaolán McNamara2020-09-101-0/+18
* Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2020-09-071-6/+43
* Avoid dangling pData when constructing OUString from temporary OUStringLiteralStephan Bergmann2020-09-071-0/+1
* Fix typo in codeAndrea Gelmini2020-09-051-1/+1
* Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann2020-09-052-2/+11
* Make many OUString functions take std::u16string_view parametersStephan Bergmann2020-09-043-697/+227
* Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann2020-09-021-35/+55
* Adapt documentation commentStephan Bergmann2020-09-011-2/+1
* Fix typos in commentsStephan Bergmann2020-08-312-2/+2
* Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann2020-08-305-63/+112
* Make the OUString ConstCharArrayDetector::TypeUtf16 overloads are actually usedStephan Bergmann2020-08-291-8/+65
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-283-79/+101
* Except[Const]CharArrayDetector is only used by RTL_STRING_UNITTESTStephan Bergmann2020-08-263-5/+9
* Missing 'const'Stephan Bergmann2020-08-261-4/+4
* loplugin:stringstatic also look for local staticsNoel Grandin2020-08-131-19/+56
* Disable -Wstringop-overflow in --enable-optimized builds with GCCStephan Bergmann2020-05-053-40/+0
* Silence bogus -Wstringop-overflow with GCC trunk towards GCC 10Stephan Bergmann2020-04-293-0/+40
* add upcasting support to rtl::ReferenceNoel Grandin2020-04-241-0/+21
* loplugin:buriedassign in variousNoel Grandin2020-04-192-2/+4
* tdf#124176: Use pragma once instead of include guardsiakarsu2020-01-261-5/+1
* Fix typoAndrea Gelmini2019-11-301-4/+4
* Enable O[U]String move ctor/assignment for WinMike Kaganski2019-11-292-8/+0
* tdf#125688 speed up load of change-tracking ODSNoel Grandin2019-10-312-0/+50
* Fix typoAndrea Gelmini2019-10-241-2/+2
* Introduce OStringCharStephan Bergmann2019-10-243-0/+23
* Actually choose the OUStringBuffer::append overload for UTF-16 string literalsStephan Bergmann2019-10-212-0/+21
* OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann2019-10-191-0/+3
* make the *StringBuffer::operator OStringView methods explicitNoel Grandin2019-10-182-2/+2
* loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin2019-10-172-0/+14
* Rename OUStringLiteral1 to OUStringCharStephan Bergmann2019-10-173-14/+26
* loplugin:bufferadd loosen some constraintsNoel Grandin2019-10-161-0/+2
* Fix misuse of OStringLiteralStephan Bergmann2019-10-141-0/+55
* New loplugin:getstrStephan Bergmann2019-10-141-1/+1
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-4/+8
* Use size_t for string lengthsStephan Bergmann2019-10-123-36/+36
* Use std::enable_ifStephan Bergmann2019-10-121-8/+9
* Remove unused ToStringHelper<char[N]>::addData sal_Unicode overloadStephan Bergmann2019-10-121-1/+0
* rtl/stringconcat.hxx is not part of the URE interfaceStephan Bergmann2019-10-121-4/+2
* Missing include (for std::char_traits)Stephan Bergmann2019-10-121-0/+1
* Simplify some O(U)String methodsMike Kaganski2019-10-122-12/+4
* fix formattingNoel Grandin2019-10-121-2/+2