summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve loplugin simplifyconstructNoel Grandin2019-04-151-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-2926-59/+42
* 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 obsolete GCC version checksStephan Bergmann2018-12-061-1/+1
* 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-2419-208/+197
* 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-173-3/+7
* 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
* loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin2018-06-011-26/+26
* 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
* More loplugin:cstylecast: cppuStephan Bergmann2018-01-151-3/+3
* 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
* loplugin:useuniqueptr cppu,idlc,io,ucbhelperNoel Grandin2018-01-113-21/+15
* loplugin:passstuffbyref improved returnsNoel Grandin2017-12-232-2/+2
* loplugin:salcall fix functionsNoel Grandin2017-12-1115-74/+74
* loplugin:salcall handle static methodsNoel Grandin2017-12-071-1/+1
* loplugin:salcall fix non-virtual methodsNoel Grandin2017-12-051-4/+4