Age | Commit message (Expand) | Author |
2020-09-05 | Fix typo in code | Andrea Gelmini |
2020-09-05 | Make OUString(char16_t const[N]) ctor check for embedded NULs | Stephan Bergmann |
2020-09-04 | Make many OUString functions take std::u16string_view parameters | Stephan Bergmann |
2020-09-02 | Turn OStringLiteral into a consteval'ed, static-refcound rtl_String | Stephan Bergmann |
2020-09-01 | Adapt documentation comment | Stephan Bergmann |
2020-08-31 | Fix typos in comments | Stephan Bergmann |
2020-08-30 | Goodbye O[U]StringView, welcome O[U]String::Concat | Stephan Bergmann |
2020-08-29 | Make the OUString ConstCharArrayDetector::TypeUtf16 overloads are actually used | Stephan Bergmann |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-26 | Except[Const]CharArrayDetector is only used by RTL_STRING_UNITTEST | Stephan Bergmann |
2020-08-26 | Missing 'const' | Stephan Bergmann |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin |
2020-05-05 | Disable -Wstringop-overflow in --enable-optimized builds with GCC | Stephan Bergmann |
2020-04-29 | Silence bogus -Wstringop-overflow with GCC trunk towards GCC 10 | Stephan Bergmann |
2020-04-24 | add upcasting support to rtl::Reference | Noel Grandin |
2020-04-19 | loplugin:buriedassign in various | Noel Grandin |
2020-01-26 | tdf#124176: Use pragma once instead of include guards | iakarsu |
2019-11-30 | Fix typo | Andrea Gelmini |
2019-11-29 | Enable O[U]String move ctor/assignment for Win | Mike Kaganski |
2019-10-31 | tdf#125688 speed up load of change-tracking ODS | Noel Grandin |
2019-10-24 | Fix typo | Andrea Gelmini |
2019-10-24 | Introduce OStringChar | Stephan Bergmann |
2019-10-21 | Actually choose the OUStringBuffer::append overload for UTF-16 string literals | Stephan Bergmann |
2019-10-19 | OUStringChar must either take a sal_Unicode or an ASCII char | Stephan Bergmann |
2019-10-18 | make the *StringBuffer::operator OStringView methods explicit | Noel Grandin |
2019-10-17 | loplugin:buffereadd find stuff involving adding *StringBuffer | Noel Grandin |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-10-16 | loplugin:bufferadd loosen some constraints | Noel Grandin |
2019-10-14 | Fix misuse of OStringLiteral | Stephan Bergmann |
2019-10-14 | New loplugin:getstr | Stephan Bergmann |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin |
2019-10-12 | Use size_t for string lengths | Stephan Bergmann |
2019-10-12 | Use std::enable_if | Stephan Bergmann |
2019-10-12 | Remove unused ToStringHelper<char[N]>::addData sal_Unicode overload | Stephan Bergmann |
2019-10-12 | rtl/stringconcat.hxx is not part of the URE interface | Stephan Bergmann |
2019-10-12 | Missing include (for std::char_traits) | Stephan Bergmann |
2019-10-12 | Simplify some O(U)String methods | Mike Kaganski |
2019-10-12 | fix formatting | Noel Grandin |
2019-10-11 | Revert "Use constexpr if in const char array ctors" | Mike Kaganski |
2019-10-11 | round out StringConcat helpers with sal_Unicode* overloads | Noel Grandin |
2019-10-11 | Forward constarray-handling append/insert code to basic methods | Mike Kaganski |
2019-10-11 | Use constexpr if in const char array ctors | Mike Kaganski |
2019-09-30 | Slightly DRY the O(U)StringNumber code | Mike Kaganski |
2019-09-27 | Add conversion from rtl::OStringNumber to std::string_view | Stephan Bergmann |
2019-09-27 | Missing include (for std::move) | Stephan Bergmann |
2019-09-27 | Deduplicate O(U)StringNumber definitions; add toAsciiUpperCase | Mike Kaganski |
2019-09-26 | Simplify external implementations of O(U)String::number | Mike Kaganski |
2019-09-24 | support O(U)String::number() for fast string concatenation | Luboš Luňák |
2019-09-04 | [API CHANGE] rtl_convertTextToUnicode behavior upon erroneous input | Stephan Bergmann |
2019-08-30 | new loplugin:noexceptmove | Noel Grandin |