summaryrefslogtreecommitdiff
path: root/sal/qa
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann4-0/+7
2019-12-03WIN accept single-backslash file URIsJan-Marek Glogowski1-2/+0
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-8/+10
2019-10-20Replace some uses of OUStringChar with string literalsStephan Bergmann1-12/+6
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-21/+21
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin2-6/+4
2019-10-15new loplugin:bufferaddNoel Grandin2-23/+18
2019-10-14Fix misuse of OStringLiteralStephan Bergmann2-0/+6
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-4/+4
2019-10-11round out StringConcat helpers with sal_Unicode* overloadsNoel Grandin1-0/+3
2019-10-01loplugin:stringadd in package..saxNoel Grandin2-32/+30
2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák4-23/+51
2019-09-11Fix Unicode to Shift JIS/MS932 conversion dataStephan Bergmann1-3/+3
2019-09-05Fix conversion of U+0000 in ImplUnicodeToDBCSStephan Bergmann1-0/+9
2019-09-04Do not exclude Unicode noncharacters from rtl_convertUnicodeToTextStephan Bergmann1-0/+30
2019-09-04[API CHANGE] rtl_convertTextToUnicode behavior upon erroneous inputStephan Bergmann1-1/+1
2019-09-03Fix handling of invalid bytes >= 0x80 in ImplUTF7ToUnicodeStephan Bergmann1-0/+21
2019-08-27Avoid declaring function templates in namespace stdStephan Bergmann2-12/+16
2019-08-24loplugin:returnconstval in sal..scNoel Grandin1-1/+1
2019-08-20Fix typosAndrea Gelmini3-15/+15
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-02Fix typosAndrea Gelmini3-5/+5
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): salStephan Bergmann1-1/+1
2019-06-25improve loplugin:simplifyconstructNoel Grandin1-3/+3
2019-05-10an is used before a vowel soundCaolán McNamara1-1/+1
2019-04-30improve loplugin:stringconstantNoel Grandin1-1/+1
2019-04-13loplugin:sequentialassign in salNoel Grandin7-57/+29
2019-03-27loplugin:typedefparam (clang-cl)Stephan Bergmann1-1/+1
2019-03-06loplugin:unnecessaryparen improve member expressionNoel Grandin1-4/+4
2019-03-04Fix various clang-cl warningsStephan Bergmann1-22/+22
2019-02-26loplugin:indentation (clang-cl)Stephan Bergmann1-1/+1
2019-02-22tdf#39625 make sal/qa/systools/test_comtools.cxx work with CppUnitAndrés Maldonado1-9/+6
2019-02-09loplugin:indentation in registry..saxNoel Grandin4-69/+69
2019-01-17Fix rtl_DoubleLocking::getValue_002 testStephan Bergmann1-34/+3
2018-12-01Unit test for leading and trailing group separator charactersEike Rathke1-0/+56
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek1-5/+5
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-3/+3
2018-11-22improve function-local statics in salNoel Grandin1-5/+6
2018-11-17Adapt to C++2a char_tStephan Bergmann1-1/+2
2018-11-13Fix race in test codeStephan Bergmann1-2/+5
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai1-1/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin39-1560/+1541
2018-10-22Remove line commented out since 2004Tor Lillqvist1-2/+0
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-13/+7
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin1-1/+1
2018-10-12loplugin:constfields in reportdesign,sal,saxNoel Grandin3-8/+8
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann6-26/+26
2018-09-24loplugin:external (clang-cl)Stephan Bergmann1-2/+2
2018-09-17New loplugin:externalStephan Bergmann17-52/+52
2018-09-10loplugin:simplifyconstruct in reportdesign..saxNoel Grandin1-1/+1