summaryrefslogtreecommitdiff
path: root/jurt/util
ModeNameSize
-rw-r--r--manifest96logplain
d class='logsubject'>loplugin:useuniqueptr in sal/qa/Noel Grandin Change-Id: I20b5cfe2fd95da3f37a6812af5683bcc4d918b06 Reviewed-on: https://gerrit.libreoffice.org/52882 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-10-23loplugin:includeform: salStephan Bergmann Change-Id: I539ca8b9dee5edc5fc2282a2b9b0ffd78bad8b11 2017-07-22osl: give condition tests more descriptive namesChris Sherlock Change-Id: Iac83de722e5c3ee350e1588940567fc67a79e045 2017-07-22osl: condition qa remove extraneous commentsChris Sherlock Change-Id: I2db888e3260543563d8c6ea5b0575e46e98df9d7 2017-04-28loplugin:cppunitassertequals: salStephan Bergmann Change-Id: I6ba9a18a1d227461e023259662635e3008ad7c9b 2016-12-01loplugin:unnecessaryoverride (dtors) in salStephan Bergmann Change-Id: I498bb634f2a5800f5effab99227aa4699ed91aae 2016-09-18loplugin:unusedenumvaluesNoel Grandin Change-Id: Icf17f936ce6d07d0e152252833c8645cf9b1163b Reviewed-on: https://gerrit.libreoffice.org/28942 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann The issue of 362d4f0cd4e50111edfae9d30c90602c37ed65a2 "Explicitly mark overriding destructors as 'virtual'" appears to no longer be a problem with MSVC 2013. (The little change in the rewriting code of compilerplugins/clang/override.cxx was necessary to prevent an endless loop when adding "override" to OOO_DLLPUBLIC_CHARTTOOLS virtual ~CloseableLifeTimeManager(); in chart2/source/inc/LifeTime.hxx, getting stuck in the leading OOO_DLLPUBLIC_CHARTTOOLS macro. Can't remember what that isAtEndOfImmediateMacroExpansion thing was originally necessary for, anyway.) Change-Id: I534c634504d7216b9bb632c2775c04eaf27e927e 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274