summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* Remove a potentially already enqueued response when a bridge is disposedStephan Bergmann2020-06-151-0/+7
* inline some use-once typedefsNoel Grandin2020-05-241-3/+2
* compact namespace in canvas..cuiNoel Grandin2020-05-082-5/+3
* tdf#115399: Don't kill pre-existing typelib_TypeDescription membersStephan Bergmann2020-04-284-16/+415
* 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-185-409/+409
* loplugin:buriedassign in c*Noel Grandin2020-04-145-35/+52
* Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexprStephan Bergmann2020-03-062-11/+10
* Remove redundant local reallyWeak functionStephan Bergmann2020-03-041-17/+12
* Fix typoAndrea Gelmini2020-02-241-2/+2
* clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin2020-01-155-11/+11
* Replace a CPPUNIT_ASSERT_EQUAL with a static_assertStephan Bergmann2020-01-071-4/+5
* sal_Char->char in cppcanvas..cuiNoel Grandin2019-12-184-13/+13
* Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2019-12-032-0/+2
* 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-2212-0/+72
* 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
* 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