- cef555e Make ExternalReferenceUriTranslator more robust against broken UTF-8 by Stephan Bergmann · 2 years, 5 months ago
- 30027d9 Step 2 of removing cargo-cult pragma pack around rtl_[u]String by Stephan Bergmann · 2 years, 5 months ago
- e6ca379 Clean up some C++20 TODOs by Stephan Bergmann · 2 years, 6 months ago
- ca58f64 Extend /clr /std:c++20 char8_t workaround to old versions of VS 2022 by Stephan Bergmann · 2 years, 6 months ago
- b946842 Clean up the remaining uses of OUStringConstExpr, and drop it by Stephan Bergmann · 2 years, 6 months ago
- c7cef75 O[U]String move ctors should be constexpr, too by Stephan Bergmann · 2 years, 6 months ago
- d3a0815 Drop OStringConstExpr, use constexpr OString instead by Stephan Bergmann · 2 years, 6 months ago
- 5f2206e O{U]String copy ctor should be constexpr by Stephan Bergmann · 2 years, 6 months ago
- 282f9206 At least VS 2022 Preview 17.8.0 Preview 3.0 needs the fix too by Stephan Bergmann · 2 years, 6 months ago
- 3c6de7e Fix build against VS 2022 17.7.5 by Stephan Bergmann · 2 years, 6 months ago
- 8ef6083 __cpp_lib_char8_t is generally available now by Stephan Bergmann · 2 years, 6 months ago
- 019d969 The other OStringLiteral ctor should be non-explicit too by Stephan Bergmann · 2 years, 6 months ago
- af9c3ed __cpp_char8_t is generally available now by Stephan Bergmann · 2 years, 6 months ago
- f99bee8 Delete OUString UTF-16 string literal ctor/assignment op by Stephan Bergmann · 2 years, 6 months ago
- 5a40abc Drop some newly obsolete __cplusplus version checks by Stephan Bergmann · 2 years, 6 months ago
- b9ffee30 StringHolder detour is only really needed for ""_tstr by Stephan Bergmann · 2 years, 7 months ago
- 6fce450 Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template code by Stephan Bergmann · 2 years, 9 months ago
- e83e62f Work around MSVC bug with "..."_ostr vs. u"..."_ostr by Stephan Bergmann · 2 years, 9 months ago
- 27d1f3a O[U]String literals (unusable for now, C++20 only) by Stephan Bergmann · 2 years, 9 months ago
- bca5ba3 Restrict deleted catch-all O[U]StringChar ctor to arithmetic/enum types by Stephan Bergmann · 2 years, 9 months ago
- 1f91efa Unify Concat2View by Mike Kaganski · 2 years, 10 months ago
- e15e809 Simplify O(U)StringBuffer's append - delegate to insert by Mike Kaganski · 3 years ago
- 73ede24 Optimize O(U)StringBuffer's append/insert taking float/double by Mike Kaganski · 3 years ago
- 7dbc0e9 [API CHANGE] Fix O(U)StringBuffer::insert taking float by Mike Kaganski · 3 years ago
- 53a4b94 Use more *string_view by Mike Kaganski · 3 years ago
- 8b6d167 Use of O(U)StringNumber for float/double is actually a pessimisation by Mike Kaganski · 3 years ago
- 90c5908 Simplify O(U)String::number implementation by Mike Kaganski · 3 years ago
- 1e9f4de Make O(U)String::boolean also return an O(U)StringNumber by Mike Kaganski · 3 years ago
- 8067c37 Fix rtl_(u)str_valueOfBoolean return value documentation by Mike Kaganski · 3 years ago
- c6431ba Prevent accidental OUString(nullptr) by Mike Kaganski · 3 years ago
- 7fcfc39 Fix build for recent GCC by Stephan Bergmann · 3 years ago
- 58dd587 Avoid dangling references to temporary O[U]StringConcatMarker instances by Stephan Bergmann · 3 years ago
- b8f131d Towards literal O[U]String types in C++20 by Stephan Bergmann · 3 years, 1 month ago
- 2cb2e2b Introduce OUStringBuffer::insert taking OUStringConcat by Mike Kaganski · 3 years, 1 month ago
- 30a215f These const_casts are unneeded by Mike Kaganski · 3 years, 2 months ago
- a771945 Be consistent in checks for LIBO_INTERNAL_ONLY by Tor Lillqvist · 3 years, 2 months ago
- af826c8 tdf#133343 improve perf of OUString::operator=(&&) by Noel Grandin · 3 years, 4 months ago
- 46875d8 A better fix for C++23 P2266R1 by Stephan Bergmann · 3 years, 5 months ago
- 6d6a143 Address some of the sprintf in vcl/source/fontsubset/cff.cxx by Stephan Bergmann · 3 years, 5 months ago
- c8eaebe Avoid an explicit static_cast by Stephan Bergmann · 3 years, 5 months ago
- 1ec337b Remove some trailing whitespace noise by Stephan Bergmann · 3 years, 5 months ago
- 1b9db6c Restrict StringNumberBase::toAsciiUpperCase to rvalues by Stephan Bergmann · 3 years, 6 months ago
- af2879e Deduplicate stringconcat more by Mike Kaganski · 3 years, 6 months ago
- 3d23617 Deduplicate O(U)StringConcatenation by Mike Kaganski · 3 years, 6 months ago
- 891d618 make OUString::operator=(OUString&&) a little faster by Noel Grandin · 3 years, 7 months ago
- b943d28 tdf#150877: Add support for Kamenický and Mazovia encodings by Julien Nabet · 3 years, 7 months ago
- 2b06b5c Remove NULL-terminated requirement where not applicable by Mike Kaganski · 3 years, 8 months ago
- db04b3e return 64-bit hash for O[U]String by Noel Grandin · 3 years, 8 months ago
- 18dacc4 sal: fix invalid doxygen by Chris Sherlock · 3 years, 9 months ago
- bf35c2b OUStringBuffer: add append via operator<<(T&&) by Jan-Marek Glogowski · 3 years, 10 months ago
- 1959d45 Improve some operator== involving OString, by Stephan Bergmann · 3 years, 10 months ago
- 81d55a0 Revert "prevent using O[U]String::subView on temporaties" by Stephan Bergmann · 4 years ago
- 4e1cf84 ofz#47198 Use-of-uninitialized-value by Caolán McNamara · 4 years ago
- d506ff9 add string_view wrappers for rtl::math::stringToDouble by Noel Grandin · 4 years ago
- 21121b0 Also add C++20 char8_t overloads by Stephan Bergmann · 4 years ago
- 6a9f342 Introduce rtl::createUriCharClass by Stephan Bergmann · 4 years ago
- 58f5330 Clean up O[U]StringBuffer ctors taking a length parameter by Stephan Bergmann · 4 years ago
- 634990f Fix copy/paste typo in comment by Stephan Bergmann · 4 years ago
- b9caa1c Replace references to rtl_ImplIsWhitespace with implIsWhitespace by Mike Kaganski · 4 years ago
- 59059d0 prevent using O[U]String::subView on temporaties by Noel Grandin · 4 years ago
- cbb66e9 Fix typos by Andrea Gelmini · 4 years ago
- ca83249 A string_view is not necessarily NUL-terminated by Stephan Bergmann · 4 years ago
- b663875 Fix -Werror=array-bounds by Stephan Bergmann · 4 years ago
- bd94e9d Add back the opportunity to leave O[U]StringLiteral's buffer uninitialized by Stephan Bergmann · 4 years ago
- ffe7850 fix o3tl::equalsIgnoreAsciiCase() by Luboš Luňák · 4 years, 1 month ago
- 8187737 Restrict the converting rtl::isAscii* overloads by Stephan Bergmann · 4 years, 1 month ago
- 339d481 LIBO_INTERNAL_ONLY stuff does not need to be SAL_CALL by Noel Grandin · 4 years, 2 months ago
- 7a6786c loplugin:nullptr by Stephan Bergmann · 4 years, 2 months ago
- 9f4aad49 Introduce OUString::unacquired(const OUStringBuffer&) by Mike Kaganski · 4 years, 3 months ago
- ec1c4c49 O[U]String::replaceAt overloads that take string_view by Noel Grandin · 4 years, 5 months ago
- c19b6a8 loplugin:noexceptmove by Noel Grandin · 4 years, 5 months ago
- a70bd82 tdf#133835 speedup calc autofilter (8) by Noel Grandin · 4 years, 5 months ago
- dc20109 tdf#133835 speedup calc autofilter (5) by Noel Grandin · 4 years, 5 months ago
- a664d4d Fix the calculated constant by Mike Kaganski · 4 years, 5 months ago
- fe65c69 OUStringConstExpr should convert to 'const OUString&' by Noel Grandin · 4 years, 5 months ago
- a4d4286 introduce OUStringConstExpr by Noel Grandin · 4 years, 5 months ago
- 1ef0261 Drop the OUString vs. OUStringLiteral comparison operator overloads by Stephan Bergmann · 4 years, 5 months ago
- 3fd9f90 Remove OUStringBuffer member function overloads for OUStringLiteral by Stephan Bergmann · 4 years, 5 months ago
- df42cb6 Optimize assignment from OUStringLiteral to OUString by Stephan Bergmann · 4 years, 6 months ago
- 4f5b3e4 In O[U]StringBuffer, make string_view params replacements for OUString ones by Stephan Bergmann · 4 years, 6 months ago
- 782836e Simplify one matchIgnoreAsciiCase overload by Mike Kaganski · 4 years, 6 months ago
- ad1557f A more lightweight O[U]StringConcatenation by Stephan Bergmann · 4 years, 6 months ago
- a4fafab improve the comments of the number conversion functions by Noel Grandin · 4 years, 9 months ago
- 99a1290 Use existing rtl_math_stringToDouble by Stephan Bergmann · 4 years, 9 months ago
- 9230c18 Use existing rtl_str_toInt64_WithLength by Stephan Bergmann · 4 years, 9 months ago
- e1af6fe offsetof is only guaranteed to work with standard layout types by Mike Kaganski · 4 years, 9 months ago
- b1df9c6 [API CHANGE] reduce cost of numeric conversion by Noel Grandin · 4 years, 9 months ago
- eca89ec Replace rtl_string_getTokenView with o3tl::getToken by Stephan Bergmann · 4 years, 11 months ago
- 7462343 update "add OString::getTokenView" by Noel Grandin · 4 years, 11 months ago
- 3669d4e add OString::getTokenView (tdf#42374 related) by Noel Grandin · 5 years ago
- ad48b2b Optimized OString operator += overloads by Stephan Bergmann · 5 years ago
- 9eba8aa Remove dubious #pragma pack by Stephan Bergmann · 5 years ago
- 983c114 actually make OString(OStringLiteral) constructor constexpr by Noel Grandin · 5 years ago
- 7ded81e Fix --with-latest-c++ build by Stephan Bergmann · 5 years ago
- f62cb40 Remove dubious #pragma pack by Stephan Bergmann · 5 years ago
- bca539e make OString(OStringLiteral) constructor constexpr by Noel Grandin · 5 years ago
- 967da14 string_view conversion operator for O[U]StringBuffer by Noel Grandin · 5 years ago
- 21584b3 make OUString(OUStringLiteral) constructor constexpr by Noel Grandin · 5 years ago
- c7428c6 use more string_view in OString API by Noel Grandin · 5 years ago
- 5d83d14 Clarify that rtl::ToStringHelper::length must be precise by Stephan Bergmann · 5 years ago