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