summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2015-07-27inline a bunch of use-once macrosNoel Grandin1-4/+1
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-09Do not call SAL_N_ELEMENTS on empty arrayStephan Bergmann1-0/+2
2015-07-08Fix typosAndrea Gelmini1-2/+2
2015-07-06Clarify treatment of double slashes in rtl::Uri::convertRelToAbsStephan Bergmann1-1/+5
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann3-19/+13
2015-06-26Add optimized OUString += literal overloadStephan Bergmann1-0/+8
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann1-0/+14
2015-06-25Do not forget to actually set newStr to an empty stringStephan Bergmann1-0/+19
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann1-14/+0
2015-06-24Generalize OUStringLiteral1Stephan Bergmann1-0/+14
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann1-0/+54
2015-06-23typoStephan Bergmann1-1/+1
2015-06-23Make test code unaffected by upcoming loplugin:stringconstant improvementsStephan Bergmann1-51/+23
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-8/+8
2015-06-15cppcheck:redundantAssignmentNoel Grandin2-11/+10
2015-06-13TyposJulien Nabet1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-5/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann5-25/+25
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-10cppcheck: help out unusedScopedObject false positiveCaolán McNamara1-4/+4
2015-04-27More loplugin:simplifyboolStephan Bergmann4-54/+54
2015-04-21cppcheck: redundantCopyCaolán McNamara1-3/+3
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin8-11/+11
2015-04-04Typo: creat->createJulien Nabet3-11/+11
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann4-21/+21
2015-03-27loplugin:staticfunctionNoel Grandin1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-16tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos1-1/+0
2015-03-02V805: Decreased performanceCaolán McNamara1-1/+1
2015-02-28Typo: excute->executeJulien Nabet1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-6/+6
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-233/+0
2015-02-06O[U]StringBuffer::appendUninitialized unit testsStephan Bergmann2-0/+111
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann2-6/+18
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann3-8/+8
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-5/+0
2015-01-07loplugin:cstylecast: salStephan Bergmann1-1/+1
2014-12-20TyposJulien Nabet2-3/+3
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2-31/+16
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann1-2/+0
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann1-31/+0
2014-12-17Fix 32-bit buildsStephan Bergmann1-2/+2
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann1-0/+18
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-0/+24
2014-12-16sal: Use appropriate OUString functions on string constantsStephan Bergmann4-24/+22
2014-12-12sal: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+5
2014-12-02-Werror,-Wkeyword-macroStephan Bergmann1-1/+0
2014-11-24typo: unknownAndras Timar1-1/+1