summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2016-07-20CppunitTest_sal_rtl_cipher: fix loplugin:cppunitassertequals warningsMiklos Vajna2-20/+20
2016-07-20Fix typosAndrea Gelmini3-3/+3
2016-07-12update loplugin stylepolice to check local pointers varsNoel Grandin1-9/+1
2016-07-12CppunitTest_sal_osl_old_test_file: fix loplugin:cppunitassertequals warningsMiklos Vajna7-84/+47
2016-01-15tdf#96918 display accurate integer double values up to (2^53)-1Eike Rathke1-0/+55
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
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