summaryrefslogtreecommitdiff
path: root/sal/qa/rtl
AgeCommit message (Expand)Author
2016-01-18Trade a little weaker test against loplugin:stringconstantStephan Bergmann
2016-01-16sal: (rtl) test OUString::isEmpty()Chris Sherlock
2016-01-14unit test for negative decimal places rounding, tdf#96918 relatedEike Rathke
2016-01-13Keep MSVC happyStephan Bergmann
2016-01-13loplugin:defaultparamsStephan Bergmann
2016-01-13unit test for tdf#96918 display accurate integer double valuesEike Rathke
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann
2015-11-06rtl::Reference Add move construction/assignmentDaniel Robertson
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-10-24add delta for double comparisonEike Rathke
2015-10-24test oddness of rtl_math_erf() and rtl_math_erfc()Eike Rathke
2015-10-24unit tests for rtl_math_expm1() and rtl_math_log1p()Eike Rathke
2015-10-24unit tests for rtl_math_erf() and rtl_math_erfc()Eike Rathke
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-28Remove bogus unreliable testStephan Bergmann
2015-09-10Add OString::startsWithIgnoreAsciiCaseStephan Bergmann
2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn
2015-07-09Do not call SAL_N_ELEMENTS on empty arrayStephan Bergmann
2015-07-06Clarify treatment of double slashes in rtl::Uri::convertRelToAbsStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-26Add optimized OUString += literal overloadStephan Bergmann
2015-06-25Revert "Revert "Generalize OUStringLiteral1""Stephan Bergmann
2015-06-25Do not forget to actually set newStr to an empty stringStephan Bergmann
2015-06-24Revert "Generalize OUStringLiteral1"Stephan Bergmann
2015-06-24Generalize OUStringLiteral1Stephan Bergmann
2015-06-23Implement full set of OUString::replaceFirst/All literal overloadsStephan Bergmann
2015-06-23typoStephan Bergmann
2015-06-23Make test code unaffected by upcoming loplugin:stringconstant improvementsStephan Bergmann
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-04-21cppcheck: redundantCopyCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens
2015-02-06O[U]StringBuffer::appendUninitialized unit testsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann
2015-01-07loplugin:cstylecast: salStephan Bergmann
2014-12-19No need for RTL_FAST_STRING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-12-19No need for RTL_USING in addition to LIBO_INTERNAL_ONLYStephan Bergmann
2014-12-17Fix 32-bit buildsStephan Bergmann
2014-12-17rtl::OUStringLiteral to the rescueStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-16sal: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-02-Werror,-Wkeyword-macroStephan Bergmann
2014-11-24typo: unknownAndras Timar