Age | Commit message (Expand) | Author |
2023-04-05 | Simplify O(U)String::number implementation | Mike Kaganski |
2023-04-04 | Make O(U)String::boolean also return an O(U)StringNumber | Mike Kaganski |
2023-04-03 | Fix rtl_(u)str_valueOfBoolean return value documentation | Mike Kaganski |
2023-03-29 | Prevent accidental OUString(nullptr) | Mike Kaganski |
2023-03-28 | Fix build for recent GCC | Stephan Bergmann |
2023-03-27 | Avoid dangling references to temporary O[U]StringConcatMarker instances | Stephan Bergmann |
2023-03-17 | Towards literal O[U]String types in C++20 | Stephan Bergmann |
2023-03-13 | Introduce OUStringBuffer::insert taking OUStringConcat | Mike Kaganski |
2023-02-13 | These const_casts are unneeded | Mike Kaganski |
2023-01-24 | Be consistent in checks for LIBO_INTERNAL_ONLY | Tor Lillqvist |
2022-11-28 | tdf#133343 improve perf of OUString::operator=(&&) | Noel Grandin |
2022-11-08 | A better fix for C++23 P2266R1 | Stephan Bergmann |
2022-11-08 | Address some of the sprintf in vcl/source/fontsubset/cff.cxx | Stephan Bergmann |
2022-11-08 | Avoid an explicit static_cast | Stephan Bergmann |
2022-11-08 | Remove some trailing whitespace noise | Stephan Bergmann |
2022-10-15 | Restrict StringNumberBase::toAsciiUpperCase to rvalues | Stephan Bergmann |
2022-10-13 | Deduplicate stringconcat more | Mike Kaganski |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-19 | make OUString::operator=(OUString&&) a little faster | Noel Grandin |
2022-09-15 | tdf#150877: Add support for Kamenický and Mazovia encodings | Julien Nabet |
2022-08-22 | Remove NULL-terminated requirement where not applicable | Mike Kaganski |
2022-08-22 | return 64-bit hash for O[U]String | Noel Grandin |
2022-07-05 | sal: fix invalid doxygen | Chris Sherlock |
2022-06-21 | OUStringBuffer: add append via operator<<(T&&) | Jan-Marek Glogowski |
2022-05-29 | Improve some operator== involving OString, | Stephan Bergmann |
2022-05-09 | Revert "prevent using O[U]String::subView on temporaties" | Stephan Bergmann |
2022-05-03 | ofz#47198 Use-of-uninitialized-value | Caolán McNamara |
2022-04-27 | add string_view wrappers for rtl::math::stringToDouble | Noel Grandin |
2022-04-15 | Also add C++20 char8_t overloads | Stephan Bergmann |
2022-04-15 | Introduce rtl::createUriCharClass | Stephan Bergmann |
2022-04-13 | Clean up O[U]StringBuffer ctors taking a length parameter | Stephan Bergmann |
2022-04-13 | Fix copy/paste typo in comment | Stephan Bergmann |
2022-04-11 | Replace references to rtl_ImplIsWhitespace with implIsWhitespace | Mike Kaganski |
2022-04-08 | prevent using O[U]String::subView on temporaties | Noel Grandin |
2022-04-05 | Fix typos | Andrea Gelmini |
2022-03-31 | A string_view is not necessarily NUL-terminated | Stephan Bergmann |
2022-03-31 | Fix -Werror=array-bounds | Stephan Bergmann |
2022-03-29 | Add back the opportunity to leave O[U]StringLiteral's buffer uninitialized | Stephan Bergmann |
2022-03-01 | fix o3tl::equalsIgnoreAsciiCase() | Luboš Luňák |
2022-02-22 | Restrict the converting rtl::isAscii* overloads | Stephan Bergmann |
2022-02-15 | LIBO_INTERNAL_ONLY stuff does not need to be SAL_CALL | Noel Grandin |
2022-02-08 | loplugin:nullptr | Stephan Bergmann |
2022-01-02 | Introduce OUString::unacquired(const OUStringBuffer&) | Mike Kaganski |
2021-11-23 | O[U]String::replaceAt overloads that take string_view | Noel Grandin |
2021-11-22 | loplugin:noexceptmove | Noel Grandin |
2021-11-22 | tdf#133835 speedup calc autofilter (8) | Noel Grandin |
2021-11-21 | tdf#133835 speedup calc autofilter (5) | Noel Grandin |
2021-11-17 | Fix the calculated constant | Mike Kaganski |
2021-11-15 | OUStringConstExpr should convert to 'const OUString&' | Noel Grandin |
2021-11-12 | introduce OUStringConstExpr | Noel Grandin |