summaryrefslogtreecommitdiffstats
path: root/cppu/source/typelib
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don't use global mutex here for local mutex initialization"Stephan Bergmann2021-02-011-23/+32
* Don't use global mutex here for local mutex initializationMike Kaganski2021-01-311-32/+23
* Simplify the ctorMike Kaganski2021-01-291-18/+9
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-111-1/+1
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-061-1/+0
* tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman2020-09-131-4/+1
* Remove dead commentStephan Bergmann2020-08-171-1/+0
* Fix typoAndrea Gelmini2020-08-151-1/+1
* loplugin:flatten in configmgr..i18nutilNoel Grandin2020-08-031-45/+45
* Upcoming improved loplugin:staticanonymous -> redundantstatic: cppuStephan Bergmann2020-07-012-3/+3
* tdf#115399: Don't kill pre-existing typelib_TypeDescription membersStephan Bergmann2020-04-281-16/+94
* Fix printing rtl_uString*Stephan Bergmann2020-04-281-1/+3
* cid#1462311 silence Use after freeCaolán McNamara2020-04-231-48/+48
* Related tdf#115399: Reorder code slightlyStephan Bergmann2020-04-231-4/+4
* loplugin:flatten in cppuNoel Grandin2020-04-182-353/+353
* loplugin:buriedassign in c*Noel Grandin2020-04-142-29/+39
* Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexprStephan Bergmann2020-03-062-11/+10
* Remove redundant local reallyWeak functionStephan Bergmann2020-03-041-17/+12
* sal_Char->char in cppcanvas..cuiNoel Grandin2019-12-182-8/+8
* cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet2019-11-231-2/+3
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-222-0/+14
* Remaining loplugin:bufferaddStephan Bergmann2019-10-171-5/+1
* new loplugin:bufferaddNoel Grandin2019-10-151-8/+7
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-03-031-39/+17
* More loplugin:simplifyboolStephan Bergmann2019-02-201-1/+1
* More loplugin:simplifyboolStephan Bergmann2019-02-191-1/+1
* tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen2019-01-292-5/+0
* Fix typoAndrea Gelmini2019-01-191-1/+1
* typelib: Fix incorrect parameter type to std::min() on m68kJohn Paul Adrian Glaubitz2018-12-291-1/+1
* Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2018-12-081-1/+1
* loplugin:singlevalfields extend to all static varsNoel Grandin2018-12-072-2/+2
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-242-15/+8
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-092-10/+10
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-061-3/+2
* Related: rhbz#1602589 add comments to coverity annotationsCaolán McNamara2018-07-272-2/+2
* Related: rhbz#1602589 silence coverity leaked_storageCaolán McNamara2018-07-261-0/+7
* Add missing sal/log.hxx headersGabor Kelemen2018-07-161-0/+1
* Fix typosAndrea Gelmini2018-05-221-3/+3
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-192-4/+4
* loplugin:useuniqueptr in comphelper,cppu,registryNoel Grandin2018-01-151-11/+7
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-1/+1
* More loplugin:cstylecast: cppuStephan Bergmann2018-01-122-30/+30
* loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2018-01-111-12/+6
* loplugin:salcall fix functionsNoel Grandin2017-12-112-6/+6
* loplugin:includeform: cppuStephan Bergmann2017-10-231-1/+1
* loplugin:unnecessaryparen include c++ castsNoel Grandin2017-09-042-2/+2
* loplugin:constparams in cppuNoel Grandin2017-07-193-3/+3
* loplugin:unnecessaryparen handle parens inside call exprNoel Grandin2017-07-071-2/+2
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-3/+1
* revert OSL_ASSERT changesChris Sherlock2017-05-071-34/+34