summaryrefslogtreecommitdiffstats
path: root/cppu/source
Commit message (Expand)AuthorAgeFilesLines
* Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddressStephan Bergmann2019-11-081-2/+27
* loplugin:stringadd improve detectionNoel Grandin2019-10-281-2/+1
* Remaining loplugin:bufferaddStephan Bergmann2019-10-173-21/+9
* new loplugin:bufferaddNoel Grandin2019-10-153-20/+17
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-142-2/+2
* loplugin:stringadd in basctl..cuiNoel Grandin2019-10-013-18/+9
* Silence -fsanitize=object-size in --enable-optimized buildsStephan Bergmann2019-09-031-3/+23
* new loplugin:noexceptmoveNoel Grandin2019-08-301-2/+2
* cid#1448407 silence Resource leakCaolán McNamara2019-07-261-0/+1
* New loplugin:dataStephan Bergmann2019-05-221-1/+1
* tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski2019-04-271-11/+8
* Fix typoAndrea Gelmini2019-04-221-1/+1
* tdf#120703 PVS: Silence V522 warningsMike Kaganski2019-04-011-0/+7
* Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov2019-03-034-62/+30
* Fix typoAndrea Gelmini2019-03-021-1/+1
* More loplugin:simplifyboolStephan Bergmann2019-02-201-1/+1
* Some uses of C++17 class template argument deductionStephan Bergmann2019-02-191-1/+1
* More loplugin:simplifyboolStephan Bergmann2019-02-191-1/+1
* loplugin:indentation in cppu..cuiNoel Grandin2019-02-083-8/+8
* cppu: fix Android buildMiklos Vajna2019-01-292-0/+8
* tdf#42949 Fix IWYU warnings in cppu/Gabor Kelemen2019-01-2921-45/+14
* 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
* loplugin:buriedassign in avmedia..cuiNoel Grandin2018-11-161-3/+12
* coverity#1441100 silence Out-of-bounds accessCaolán McNamara2018-11-071-0/+1
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-16/+13
* replace double-checked locking patterns with thread safe local staticsMike Kaganski2018-11-041-51/+37
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-2417-98/+87
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-096-36/+36
* tweak markupCaolán McNamara2018-09-221-2/+2
* New loplugin:externalStephan Bergmann2018-09-172-2/+6
* Fix for --enable-debug --disable-assert-always-abortStephan Bergmann2018-09-101-1/+1
* loplugin:simplifyconstruct in canvas..cuiNoel Grandin2018-09-062-6/+3
* fix android buildNoel Grandin2018-08-291-1/+1
* replace rtl_allocateMemory with std::mallocNoel Grandin2018-08-293-22/+22
* loplugin:constantparam (1)Noel Grandin2018-08-291-39/+39
* replace double checked locking patternsJochen Nitschke2018-07-291-11/+4
* 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-165-0/+5
* tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov2018-06-291-3/+2
* Fix typosAndrea Gelmini2018-05-221-3/+3
* move Java from config_features to already existing config_javaRene Engelhard2018-05-102-2/+2
* convert these to true assertsCaolán McNamara2018-01-191-2/+2
* SAL_W32 is just an alias for _WIN32Stephan Bergmann2018-01-193-6/+6
* 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-126-122/+122