summaryrefslogtreecommitdiff
path: root/cppu/source/typelib
AgeCommit message (Expand)Author
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman
2020-08-17Remove dead commentStephan Bergmann
2020-08-15Fix typoAndrea Gelmini
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: cppuStephan Bergmann
2020-04-28tdf#115399: Don't kill pre-existing typelib_TypeDescription membersStephan Bergmann
2020-04-28Fix printing rtl_uString*Stephan Bergmann
2020-04-23cid#1462311 silence Use after freeCaolán McNamara
2020-04-23Related tdf#115399: Reorder code slightlyStephan Bergmann
2020-04-18loplugin:flatten in cppuNoel Grandin
2020-04-14loplugin:buriedassign in c*Noel Grandin
2020-03-06Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexprStephan Bergmann
2020-03-04Remove redundant local reallyWeak functionStephan Bergmann
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-02-20More loplugin:simplifyboolStephan Bergmann
2019-02-19More loplugin:simplifyboolStephan Bergmann
2019-01-29tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen
2019-01-19Fix typoAndrea Gelmini
2018-12-29typelib: Fix incorrect parameter type to std::min() on m68kJohn Paul Adrian Glaubitz
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-06loplugin:simplifyconstruct in canvas..cuiNoel Grandin
2018-07-27Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara
2018-07-26Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara
2018-07-16Add missing sal/log.hxx headersGabor Kelemen
2018-05-22Fix typosAndrea Gelmini
2018-01-19SAL_W32 is just an alias for _WIN32Stephan Bergmann
2018-01-15loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann
2018-01-11loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: cppuStephan Bergmann
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-19loplugin:constparams in cppuNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-02-21loplugin:subtlezeroinit: cppuStephan Bergmann
2017-01-07coverity#704593 Dereference after null checkCaolán McNamara