summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/strings/test_oustring_concat.cxx
AgeCommit message (Expand)Author
2018-09-17New loplugin:externalStephan Bergmann
2017-11-11Avoid using O[U]StringConcat lvalues containing dangling refs to temporariesStephan Bergmann
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann
2016-07-13sal: fix remaining loplugin:cppunitassertequals warningsMiklos Vajna
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-06-26Add optimized OUString += literal overloadStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-02-06typo fixes in commentsAndras Timar
2012-12-06int vs oslInterlockedCount ambiguityLuboš Luňák
2012-12-06unittest for fast string operator+ not allowing unwanted combinationsLuboš Luňák
2012-12-06support for fast string operator+ in operator+=/appendLuboš Luňák
2012-12-06rtl_(u)String_ensureCapacityLuboš Luňák
2012-12-06committed by mistakeLuboš Luňák
2012-12-04Fix fast concat of empty stringsStephan Bergmann
2012-12-03support for fast O(U)String concatenation using operator+Luboš Luňák