summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer2020-11-132-7/+12
* loplugin:stringviewNoel2020-11-112-3/+3
* Reinstate o3tl/cppunittraitshelper.hxx uses for C++20Stephan Bergmann2020-11-062-0/+2
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-064-4/+0
* cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara2020-09-251-2/+1
* tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman2020-09-1315-60/+15
* Remove dead commentStephan Bergmann2020-08-171-1/+0
* Fix typoAndrea Gelmini2020-08-151-1/+1
* Avoid warnings about unused Char4Stephan Bergmann2020-08-051-5/+6
* loplugin:flatten in configmgr..i18nutilNoel Grandin2020-08-031-45/+45
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* Upcoming improved loplugin:staticanonymous -> redundantstatic: cppuStephan Bergmann2020-07-013-4/+4
* Handle uno_threadpool_dispose in parallel with uno_threadpool_putJobStephan Bergmann2020-06-262-3/+8
* Use the saner std::condition_variable semantics for JobQueue::m_cndWaitStephan Bergmann2020-06-163-51/+39
* Model the dispose tokens as `void const *` instead of `sal_Int64`Stephan Bergmann2020-06-155-30/+26
* 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