summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke1-0/+33
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann2-2/+2
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann5-21/+21
2017-05-14osl: osl_File.cxx unit test formatting cleanupChris Sherlock1-31/+80
2017-05-13osl: osl_File.cxx indent fixesChris Sherlock1-51/+51
2017-05-13osl: final cleanup of sal_File.cxx unit testChris Sherlock1-2152/+2149
2017-05-13osl: osl_File.cxx header cleanupChris Sherlock1-2/+1
2017-05-13osl: osl_File.cxx qa test - remove osl namespace prefixesChris Sherlock1-658/+653
2017-05-13osl: osl_File.cxx qa file cleanupChris Sherlock1-403/+410
2017-05-13osl: file test - space between C comment token and start of commentChris Sherlock1-214/+214
2017-05-13osl: remove commented code from file testChris Sherlock1-31/+0
2017-05-13osl: remove extraneous comment cruft from test sourceChris Sherlock1-59/+53
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-05-03remove empty commentsNoel Grandin1-4/+1
2017-04-28loplugin:salunicodeliteral: salStephan Bergmann5-25/+25
2017-04-28loplugin:cppunitassertequals: salStephan Bergmann10-343/+673
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock3-0/+3
2017-04-24clang-tidy readability-simplify-boolean-expr in oox..salNoel Grandin2-14/+3
2017-04-13Removed duplicated includesAndrea Gelmini1-2/+0
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: salStephan Bergmann1-1/+1
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann3-7/+1
2017-03-30remove type decorations on char literalsJochen Nitschke3-6/+6
2017-03-25Fix typosAndrea Gelmini2-4/+4
2017-03-16Fix typosAndrea Gelmini1-4/+4
2017-03-03Fix typosAndrea Gelmini1-3/+3
2017-03-03Fix typosAndrea Gelmini1-5/+5
2017-03-02Remove HAVE_CXX11_UTF16_STRING_LITERAL, always true nowStephan Bergmann2-2/+2
2017-02-21loplugin:subtlezeroinit: salStephan Bergmann1-5/+5
2017-02-16remove unused Exist from oslCheckMode enumNoel Grandin1-5/+0
2017-02-13Fix typosAndrea Gelmini1-1/+1
2017-02-10Remove MinGW supportStephan Bergmann2-4/+2
2017-02-07loplugin:useuniqueptr (clang-cl)Stephan Bergmann1-98/+84
2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin4-43/+27
2017-01-31Work around GCC -Wunused-resultStephan Bergmann1-1/+2
2017-01-25loplugin: unnecessary destructor oox..saxNoel Grandin2-2/+0
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl3-5/+5
2017-01-11loplugin:stringconstant: handle OStringBuffer::appendStephan Bergmann3-17/+16
2017-01-11Some loplugin:conststringvar/stringconstant improvements: salStephan Bergmann2-53/+53
2017-01-10New loplugin:conststringvar: salStephan Bergmann1-3/+3
2017-01-09New loplugin:externvar: salStephan Bergmann4-10/+10
2017-01-05Replace side-effect--only uses of makeStringAndClear() with setLength(0)Stephan Bergmann1-1/+1
2016-12-23tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan19-101/+0
2016-12-23tdf#97283: Merge sal osl tests to one makefileMatúš Kukan11-30/+0
2016-12-17Make OUStringLiteral more usefulStephan Bergmann1-0/+97
2016-12-16Typo in meant-to-be-overloading function nameStephan Bergmann1-1/+1
2016-12-06Comment cppcheck accessForwarded as harmlessStephan Bergmann1-0/+3
2016-12-01loplugin:unnecessaryoverride (dtors) in salStephan Bergmann2-8/+0
2016-11-25loplugin:stringconstant: look into 'char const * const var = "..."'Stephan Bergmann1-3/+3
2016-11-21remove dep on unotest from osl_Pipe testDavid Tardon1-1/+1