summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-01loplugin:oncevar in sal..scriptingNoel Grandin2-9/+7
2016-10-14CppunitTest_desktop_lib: fix loplugin:cppunitassertequals warningsMiklos Vajna3-6/+6
2016-10-12Don't allow O[U]StringBuffer in string concatenationStephan Bergmann2-6/+2
2016-10-04clang-cl loplugin: salStephan Bergmann4-34/+27
2016-10-02unit test cases for approxEqual() and approxSub()Eike Rathke1-0/+23
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-10-01Fix typosAndrea Gelmini2-2/+2
2016-09-29tdf#83306 add unit test for compareWithLength and '\0'Michael Stahl2-1/+41
2016-09-23-Werror,-Wunused-variable (clang-cl)Stephan Bergmann1-1/+0
2016-09-20CPPUNIT_ASSERT_EQUAL disambiguationStephan Bergmann1-12/+12
2016-09-20Related cid#1371289: Work around missing OUStringBuffer move semanticsStephan Bergmann1-0/+82
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-2/+1
2016-09-15loplugin:singlevalfields in l10ntools..saxNoel Grandin3-13/+6
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann5-19/+19
2016-09-02Fix MSVC 2015 buildStephan Bergmann1-1/+3