summaryrefslogtreecommitdiff
path: root/testtools
AgeCommit message (Expand)AuthorFilesLines
2019-12-23sal_Char->char in test..testtoolsNoel Grandin4-16/+16
2019-12-10Fix IdentationError and mixture of spaces and tabsJens Carl1-61/+61
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann2-3/+10
2019-08-20Fix typosAndrea Gelmini1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet5-12/+6
2019-08-12Fix typosAndrea Gelmini2-2/+2
2019-07-31Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): testtoolsStephan Bergmann3-6/+6
2019-07-30Fix typo in codeAndrea Gelmini1-1/+1
2019-05-02Use hasElements to check Sequence emptiness in [t-u]*Arkadiy Illarionov1-2/+2
2019-03-05re-land "new loplugin typedefparam""Noel Grandin1-14/+14
2018-11-19Fix typosAndrea Gelmini2-2/+2
2018-11-12Fix typosAndrea Gelmini1-1/+1
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-2/+2
2018-10-24Simplify containers iterations in test..toolsArkadiy Illarionov1-12/+9
2018-10-22loplugin:staticvar in variousNoel Grandin1-1/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2-3/+3
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann2-5/+5
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-08tdf#84323 - sal - add sane sleep interface: cleanup osl_waitThreadKevin Dubrulle2-9/+4
2018-02-13Use PYTHON_FOR_BUILD instead of calling python directlyTomáš Chvátal1-1/+1
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann1-2/+2
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: testtoolsStephan Bergmann1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin3-11/+11
2017-10-23loplugin:includeform: testtoolsStephan Bergmann7-82/+82
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-06-27Fix typosAndrea Gelmini1-1/+1
2017-06-06One more test to suppressStephan Bergmann1-0/+4
2017-06-05Improved loplugin:cstylecast to reference types: testtoolsStephan Bergmann2-8/+8
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-5/+0
2017-04-28loplugin:salunicodeliteral: testtoolsStephan Bergmann1-1/+1
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin1-1/+1
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-02-21remove some unnecessary OUStringBuffer usageNoel Grandin1-23/+5
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann2-8/+2
2017-02-06Add missing #includesStephan Bergmann1-0/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-235/+154
2016-12-09Remove irrelevant SAL_INFOsStephan Bergmann1-5/+0
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-4/+2
2016-12-01loplugin:unnecessaryoverride (dtors) in testtoolsStephan Bergmann2-12/+0
2016-09-14Change the shared bridgetest code from static to dynamic libraryStephan Bergmann8-39/+73
2016-09-13loplugin:dllprivateStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann5-7/+7
2016-08-09python macros aren't listed under scripting organizeCaolán McNamara1-4/+4
2016-07-15new loplugin unnecessary overrideNoel Grandin1-13/+0
2016-07-04typo: emtpy → emptyChristian Lohmaier1-1/+1
2016-06-27Clean up uses of Any::getValue() in testtoolsStephan Bergmann2-30/+11
2016-05-30Just use Any::operator <<= for sal_Unicode valuesStephan Bergmann2-4/+3