summaryrefslogtreecommitdiff
path: root/include/rtl
AgeCommit message (Expand)Author
2023-11-03Make ExternalReferenceUriTranslator more robust against broken UTF-8Stephan Bergmann
2023-10-27Step 2 of removing cargo-cult pragma pack around rtl_[u]StringStephan Bergmann
2023-10-19Clean up some C++20 TODOsStephan Bergmann
2023-10-18Extend /clr /std:c++20 char8_t workaround to old versions of VS 2022Stephan Bergmann
2023-10-18Clean up the remaining uses of OUStringConstExpr, and drop itStephan Bergmann
2023-10-18O[U]String move ctors should be constexpr, tooStephan Bergmann
2023-10-15Drop OStringConstExpr, use constexpr OString insteadStephan Bergmann
2023-10-13O{U]String copy ctor should be constexprStephan Bergmann
2023-10-13At least VS 2022 Preview 17.8.0 Preview 3.0 needs the fix tooStephan Bergmann
2023-10-12Fix build against VS 2022 17.7.5Stephan Bergmann
2023-10-11__cpp_lib_char8_t is generally available nowStephan Bergmann
2023-10-11The other OStringLiteral ctor should be non-explicit tooStephan Bergmann
2023-10-11__cpp_char8_t is generally available nowStephan Bergmann
2023-10-11Delete OUString UTF-16 string literal ctor/assignment opStephan Bergmann
2023-09-29Drop some newly obsolete __cplusplus version checksStephan Bergmann
2023-09-15StringHolder detour is only really needed for ""_tstrStephan Bergmann
2023-07-31Introduce "..."_tstr as a companion to "..."_ostr/u"..."_ustr in template codeStephan Bergmann
2023-07-19Work around MSVC bug with "..."_ostr vs. u"..."_ostrStephan Bergmann
2023-07-14O[U]String literals (unusable for now, C++20 only)Stephan Bergmann
2023-07-13Restrict deleted catch-all O[U]StringChar ctor to arithmetic/enum typesStephan Bergmann
2023-05-27Unify Concat2ViewMike Kaganski
2023-05-06Simplify O(U)StringBuffer's append - delegate to insertMike Kaganski
2023-05-06Optimize O(U)StringBuffer's append/insert taking float/doubleMike Kaganski
2023-05-06[API CHANGE] Fix O(U)StringBuffer::insert taking floatMike Kaganski
2023-04-12Use more *string_viewMike Kaganski
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski
2023-04-05Simplify O(U)String::number implementationMike Kaganski
2023-04-04Make O(U)String::boolean also return an O(U)StringNumberMike Kaganski
2023-04-03Fix rtl_(u)str_valueOfBoolean return value documentationMike Kaganski
2023-03-29Prevent accidental OUString(nullptr)Mike Kaganski
2023-03-28Fix build for recent GCCStephan Bergmann
2023-03-27Avoid dangling references to temporary O[U]StringConcatMarker instancesStephan Bergmann
2023-03-17Towards literal O[U]String types in C++20Stephan Bergmann
2023-03-13Introduce OUStringBuffer::insert taking OUStringConcatMike Kaganski
2023-02-13These const_casts are unneededMike Kaganski
2023-01-24Be consistent in checks for LIBO_INTERNAL_ONLYTor Lillqvist
2022-11-28tdf#133343 improve perf of OUString::operator=(&&)Noel Grandin
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-11-08Address some of the sprintf in vcl/source/fontsubset/cff.cxxStephan Bergmann
2022-11-08Avoid an explicit static_castStephan Bergmann
2022-11-08Remove some trailing whitespace noiseStephan Bergmann
2022-10-15Restrict StringNumberBase::toAsciiUpperCase to rvaluesStephan Bergmann
2022-10-13Deduplicate stringconcat moreMike Kaganski
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-09-19make OUString::operator=(OUString&&) a little fasterNoel Grandin
2022-09-15tdf#150877: Add support for Kamenický and Mazovia encodingsJulien Nabet
2022-08-22Remove NULL-terminated requirement where not applicableMike Kaganski
2022-08-22return 64-bit hash for O[U]StringNoel Grandin
2022-07-05sal: fix invalid doxygenChris Sherlock
2022-06-21OUStringBuffer: add append via operator<<(T&&)Jan-Marek Glogowski