summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)Author
2018-01-27tdf#114939 sal: fix endMD5() off-by-oneMichael Stahl
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann
2017-05-14osl: osl_File.cxx unit test formatting cleanupChris Sherlock
2017-05-13osl: osl_File.cxx indent fixesChris Sherlock
2017-05-13osl: final cleanup of sal_File.cxx unit testChris Sherlock
2017-05-13osl: osl_File.cxx header cleanupChris Sherlock
2017-05-13osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock
2017-05-13osl: osl_File.cxx qa file cleanupChris Sherlock
2017-05-13osl: file test - space between C comment token and start of commentChris Sherlock
2017-05-13osl: remove commented code from file testChris Sherlock
2017-05-13osl: remove extraneous comment cruft from test sourceChris Sherlock
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-05-03remove empty commentsNoel Grandin
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin
2017-04-13Removed duplicated includesAndrea Gelmini
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann
2017-03-30remove type decorations on char literalsJochen Nitschke
2017-03-25Fix typosAndrea Gelmini
2017-03-16Fix typosAndrea Gelmini
2017-03-03Fix typosAndrea Gelmini
2017-03-03Fix typosAndrea Gelmini
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann
2017-02-21loplugin:subtlezeroinit: salStephan Bergmann
2017-02-16remove unused Exist from oslCheckMode enumNoel Grandin
2017-02-13Fix typosAndrea Gelmini
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-07loplugin:useuniqueptr (clang-cl)Stephan Bergmann
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin
2017-01-31Work around GCC -Wunused-resultStephan Bergmann
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann
2017-01-11Some loplugin:conststringvar/stringconstant improvements: salStephan Bergmann
2017-01-10New loplugin:conststringvar: salStephan Bergmann
2017-01-09New loplugin:externvar: salStephan Bergmann
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann
2016-12-23tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan
2016-12-23tdf#97283: Merge sal osl tests to one makefileMatúš Kukan
2016-12-17Make OUStringLiteral more usefulStephan Bergmann
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann
2016-12-06Comment cppcheck accessForwarded as harmlessStephan Bergmann
2016-12-01loplugin:unnecessaryoverride (dtors) in salStephan Bergmann
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann