summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings
AgeCommit message (Expand)Author
2024-04-26loplugin:ostr in salNoel Grandin
2023-11-19Extended loplugin:ostr: salStephan Bergmann
2023-10-15Repurpose loplugin:stringstatic for O[U]String vars that can be constexprStephan Bergmann
2023-10-11The other OStringLiteral ctor should be non-explicit tooStephan 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-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann
2023-08-22tdf#146619 Remove unused includes from sal/qaGabor Kelemen
2023-08-04Avoid a Clang template instantiation bug with libstdc++ and C++20Stephan Bergmann
2023-07-31Fix C++20-only "..."_tstr test codeStephan 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-06-02tdf#145538,tdf#147021: qa: range based loopsDr. David Alan Gilbert
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-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann
2022-11-08A better fix for C++23 P2266R1Stephan Bergmann
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-03-31A string_view is not necessarily NUL-terminatedStephan Bergmann
2022-03-29Add back the opportunity to leave O[U]StringLiteral's buffer uninitializedStephan Bergmann
2022-02-17Bump Linux Clang baseline to 8.0.1Stephan Bergmann
2021-11-11Drop the OUString vs. OUStringLiteral comparison operator overloadsStephan Bergmann
2021-10-22Optimize assignment from OUStringLiteral to OUStringStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-08-18GCC bug 96878 is fixed in upcoming GCC 12Stephan Bergmann
2021-05-14Improve loplugin:stringviewStephan Bergmann
2021-04-19use more string_view in OString APINoel Grandin
2020-12-20Remove the OUString vs. std::u16string_view comparison operators againStephan Bergmann
2020-11-21Relax non-null requirement for some rtl_uString_* functionsStephan Bergmann
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann
2020-09-08Fix typos in commentsStephan Bergmann
2020-09-05Make OUString(char16_t const[N]) ctor check for embedded NULsStephan Bergmann
2020-09-04Make many OUString functions take std::u16string_view parametersStephan Bergmann
2020-09-03Fix typoStephan Bergmann
2020-09-02Turn OStringLiteral into a consteval'ed, static-refcound rtl_StringStephan Bergmann
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-06-05Upcoming loplugin:elidestringvar: salStephan Bergmann
2020-03-12Revert "loplugin:constfields in reportdesign,sal,sax"Noel Grandin
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2019-12-19sal_Char->char in remotebridges..saxNoel Grandin
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-14Fix misuse of OStringLiteralStephan Bergmann
2019-10-11round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák
2019-08-27Avoid declaring function templates in namespace stdStephan Bergmann
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin