summaryrefslogtreecommitdiffstats
path: root/sal/qa
Commit message (Expand)AuthorAgeFilesLines
* Remove bogus unreliable testStephan Bergmann2015-09-281-24/+0
* Add OString::startsWithIgnoreAsciiCaseStephan Bergmann2015-09-101-0/+92
* Fix some perl shebangs.Pedro Giffuni2015-09-034-4/+4
* tdf#39440 cppcheck: redundantAssignmentMichael Weghorn2015-08-231-2/+1
* new loplugin: defaultparamsNoel Grandin2015-08-111-3/+3
* sal,rsc,oox: inline some use-once typedefsNoel Grandin2015-08-041-5/+3
* inline a bunch of use-once macrosNoel Grandin2015-07-271-4/+1
* loplugin:simplifyboolStephan Bergmann2015-07-161-1/+1
* Do not call SAL_N_ELEMENTS on empty arrayStephan Bergmann2015-07-091-0/+2
* Fix typosAndrea Gelmini2015-07-081-2/+2
* Clarify treatment of double slashes in rtl::Uri::convertRelToAbsStephan Bergmann2015-07-061-1/+5
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-263-19/+13
* Add optimized OUString += literal overloadStephan Bergmann2015-06-261-0/+8
* Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann2015-06-251-0/+14
* Do not forget to actually set newStr to an empty stringStephan Bergmann2015-06-251-0/+19
* Revert "Generalize OUStringLiteral1"Stephan Bergmann2015-06-241-14/+0
* Generalize OUStringLiteral1Stephan Bergmann2015-06-241-0/+14
* Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann2015-06-231-0/+54
* typoStephan Bergmann2015-06-231-1/+1
* Make test code unaffected by upcoming loplugin:stringconstant improvementsStephan Bergmann2015-06-231-51/+23
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-8/+8
* cppcheck:redundantAssignmentNoel Grandin2015-06-152-11/+10
* TyposJulien Nabet2015-06-131-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-083-5/+5
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-025-25/+25
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-2/+2
* cppcheck: help out unusedScopedObject false positiveCaolán McNamara2015-05-101-4/+4
* More loplugin:simplifyboolStephan Bergmann2015-04-274-54/+54
* cppcheck: redundantCopyCaolán McNamara2015-04-211-3/+3
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-158-11/+11
* Typo: creat->createJulien Nabet2015-04-043-11/+11
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-284-21/+21
* loplugin:staticfunctionNoel Grandin2015-03-271-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* tdf#89361 Remove remnants of Gopher supportAdolfo Jayme Barrientos2015-03-161-1/+0
* V805: Decreased performanceCaolán McNamara2015-03-021-1/+1
* Typo: excute->executeJulien Nabet2015-02-281-1/+1
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-6/+6
* Related: tdf#63690 - remove rtl_logfileThorsten Behrens2015-02-141-233/+0
* O[U]StringBuffer::appendUninitialized unit testsStephan Bergmann2015-02-062-0/+111
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-282-6/+18
* Some more loplugin:cstylecast: salStephan Bergmann2015-01-203-8/+8
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-5/+0
* loplugin:cstylecast: salStephan Bergmann2015-01-071-1/+1
* TyposJulien Nabet2014-12-202-3/+3
* No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-192-31/+16
* No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann2014-12-191-2/+0
* Remove unused */qa/checkapi/Stephan Bergmann2014-12-191-31/+0
* Fix 32-bit buildsStephan Bergmann2014-12-171-2/+2