summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings/test_oustring_concat.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-11-19Extended loplugin:ostr: salStephan Bergmann1-1/+1
2023-09-24Drop some newly obsolete __GNUC__ version checksStephan Bergmann1-7/+0
2023-04-10Use of O(U)StringNumber for float/double is actually a pessimisationMike Kaganski1-2/+2
2023-04-05Simplify O(U)String::number implementationMike Kaganski1-5/+5
2023-02-16Only specialize CppUnit::assetion_traits<T>::toString member functionsStephan Bergmann1-8/+4
2022-02-17Bump Linux Clang baseline to 8.0.1Stephan Bergmann1-3/+2
2021-08-18GCC bug 96878 is fixed in upcoming GCC 12Stephan Bergmann1-2/+7
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-1/+4
2020-08-30Goodbye O[U]StringView, welcome O[U]String::ConcatStephan Bergmann1-4/+14
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-4/+4
2020-06-05Upcoming loplugin:elidestringvar: salStephan Bergmann1-2/+4
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin1-2/+2
2019-10-14Fix misuse of OStringLiteralStephan Bergmann1-0/+3
2019-10-11round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin1-0/+3
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák1-0/+13
2019-08-27Avoid declaring function templates in namespace stdStephan Bergmann1-6/+8
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann1-0/+7
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann1-2/+1
2016-07-13sal: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-2/+8
2015-06-26Add optimized OUString += literal overloadStephan Bergmann1-0/+8
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann1-14/+6
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák1-8/+8
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák1-0/+36
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák1-3/+15
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák1-0/+45
2012-12-06committed by mistakeLuboš Luňák1-1/+0
2012-12-04Fix fast concat of empty stringsStephan Bergmann1-0/+1
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák1-0/+68