summaryrefslogtreecommitdiff
path: root/cppu/source
AgeCommit message (Expand)Author
2020-08-15Fix typoAndrea Gelmini
2020-08-05Avoid warnings about unused Char4Stephan Bergmann
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: cppuStephan Bergmann
2020-06-26Handle uno_threadpool_dispose in parallel with uno_threadpool_putJobStephan Bergmann
2020-06-16Use the saner std::condition_variable semantics for JobQueue::m_cndWaitStephan Bergmann
2020-06-15Model the dispose tokens as `void const *` instead of `sal_Int64`Stephan Bergmann
2020-06-15Remove a potentially already enqueued response when a bridge is disposedStephan Bergmann
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-08compact namespace in canvas..cuiNoel Grandin
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
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin
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-11-08Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddressStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-17Remaining loplugin:bufferaddStephan Bergmann
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin
2019-09-03Silence -fsanitize=object-size in --enable-optimized buildsStephan Bergmann
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-07-26cid#1448407 silence Resource leakCaolán McNamara
2019-05-22New loplugin:dataStephan Bergmann
2019-04-27tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-04-22Fix typoAndrea Gelmini
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-03-03Simplify containers iterations in cppcanvas, cppu, cppuhelperArkadiy Illarionov
2019-03-02Fix typoAndrea Gelmini
2019-02-20More loplugin:simplifyboolStephan Bergmann
2019-02-19Some uses of C++17 class template argument deductionStephan Bergmann
2019-02-19More loplugin:simplifyboolStephan Bergmann
2019-02-08loplugin:indentation in cppu..cuiNoel Grandin
2019-01-29cppu: fix Android buildMiklos Vajna
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-11-16loplugin:buriedassign in avmedia..cuiNoel Grandin
2018-11-07coverity#1441100 silence Out-of-bounds accessCaolán McNamara
2018-11-04replace double-checked locking patterns with thread safe local staticsMike Kaganski