summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2016-02-10loplugin:nullptr, loplugin:overrideStephan Bergmann1-15/+15
2016-01-20drop obsolete cruftDavid Tardon10-1472/+0
2016-01-19loplugin:unusedmethods in sc/Noel Grandin1-4/+0
2016-01-18Trade a little weaker test against loplugin:stringconstantStephan Bergmann1-4/+0
2016-01-16sal: (rtl) test OUString::isEmpty()Chris Sherlock1-0/+26
2016-01-14unit test for negative decimal places rounding, tdf#96918 relatedEike Rathke1-0/+14
2016-01-13Keep MSVC happyStephan Bergmann1-6/+6
2016-01-13loplugin:defaultparamsStephan Bergmann1-2/+2
2016-01-13unit test for tdf#96918 display accurate integer double valuesEike Rathke1-0/+41
2016-01-10Fix typosAndrea Gelmini3-3/+3
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara2-10/+10
2015-11-13cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-13-Werror,-Wunused-const-variableStephan Bergmann1-0/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann24-154/+154
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-2/+8
2015-11-06rtl::Reference Add move construction/assignmentDaniel Robertson1-0/+112
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-3/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-10/+10
2015-11-04Resurrect CppunitTest_sal_osl_getsystempathfromfileurlStephan Bergmann1-0/+247
2015-11-03Solved CID 1338058 and CID 1338057jan iversen1-0/+2
2015-11-02Resolve OSLTEST_DECLARE, OSLTEST_DECLARE_UTF8 macrosStephan Bergmann2-71/+58
2015-11-02Remove long-unused sal/qa/osl/socket/ test code for goodStephan Bergmann20-8932/+0
2015-11-02loplugin:stringconstantNoel Grandin2-4/+4
2015-11-02Fix CppunitTest_sal_osl_pipeStephan Bergmann1-0/+2
2015-10-30Various loplugin clean upStephan Bergmann1-69/+48
2015-10-24add delta for double comparisonEike Rathke1-2/+2
2015-10-24test oddness of rtl_math_erf() and rtl_math_erfc()Eike Rathke1-0/+6
2015-10-24unit tests for rtl_math_expm1() and rtl_math_log1p()Eike Rathke1-0/+48
2015-10-24unit tests for rtl_math_erf() and rtl_math_erfc()Eike Rathke1-0/+34
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann17-248/+248
2015-10-12cppcheck:variableScopeNoel Grandin1-20/+20
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-28Remove bogus unreliable testStephan Bergmann1-24/+0
2015-09-10Add OString::startsWithIgnoreAsciiCaseStephan Bergmann1-0/+92
2015-09-03Fix some perl shebangs.Pedro Giffuni4-4/+4
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn1-2/+1
2015-08-11new loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-04sal,rsc,oox: inline some use-once typedefsNoel Grandin1-5/+3
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