summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein1-3/+7
2021-04-06cppu : use std::mutex in threadpoolArnaud Versini3-21/+21
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein1-0/+0
2021-02-08sal_Unicode is always char16_t in LIBO_INTERNAL_ONLY code nowStephan Bergmann1-29/+8
2021-02-08Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann1-359/+804
2021-02-01Revert "Don't use global mutex here for local mutex initialization"Stephan Bergmann1-23/+32
2021-01-31Don't use global mutex here for local mutex initializationMike Kaganski1-32/+23
2021-01-30Don't use global mutex here for static initializationMike Kaganski1-43/+6
2021-01-29Simplify the ctorMike Kaganski1-18/+9
2021-01-29loplugin:stringviewparam extend to new..Noel1-3/+3
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann1-2/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann3-4/+7
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-4/+4
2020-11-13tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer2-7/+12
2020-11-11loplugin:stringviewNoel2-3/+3
2020-11-06Reinstate o3tl/cppunittraitshelper.hxx uses for C++20Stephan Bergmann2-0/+2
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen4-4/+0
2020-09-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara1-2/+1
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman15-60/+15
2020-08-17Remove dead commentStephan Bergmann1-1/+0
2020-08-15Fix typoAndrea Gelmini1-1/+1
2020-08-05Avoid warnings about unused Char4Stephan Bergmann1-5/+6
2020-08-03loplugin:flatten in configmgr..i18nutilNoel Grandin1-45/+45
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: cppuStephan Bergmann3-4/+4
2020-06-26Handle uno_threadpool_dispose in parallel with uno_threadpool_putJobStephan Bergmann2-3/+8
2020-06-16Use the saner std::condition_variable semantics for JobQueue::m_cndWaitStephan Bergmann3-51/+39
2020-06-15Model the dispose tokens as `void const *` instead of `sal_Int64`Stephan Bergmann5-30/+26
2020-06-15Remove a potentially already enqueued response when a bridge is disposedStephan Bergmann1-0/+7
2020-05-24inline some use-once typedefsNoel Grandin1-3/+2
2020-05-08compact namespace in canvas..cuiNoel Grandin2-5/+3
2020-04-28tdf#115399: Don't kill pre-existing typelib_TypeDescription membersStephan Bergmann4-16/+415
2020-04-28Fix printing rtl_uString*Stephan Bergmann1-1/+3
2020-04-23cid#1462311 silence Use after freeCaolán McNamara1-48/+48
2020-04-23Related tdf#115399: Reorder code slightlyStephan Bergmann1-4/+4
2020-04-18loplugin:flatten in cppuNoel Grandin5-409/+409
2020-04-14loplugin:buriedassign in c*Noel Grandin5-35/+52
2020-03-06Make TYPELIB_TYPEDESCRIPTIONREFERENCE_ISREALLYWEAK constexprStephan Bergmann2-11/+10
2020-03-04Remove redundant local reallyWeak functionStephan Bergmann1-17/+12
2020-02-24Fix typoAndrea Gelmini1-2/+2
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin5-11/+11
2020-01-07Replace a CPPUNIT_ASSERT_EQUAL with a static_assertStephan Bergmann1-4/+5
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin4-13/+13
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2-0/+2
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet1-2/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann12-0/+72
2019-11-08Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddressStephan Bergmann1-2/+27
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-2/+1
2019-10-17Remaining loplugin:bufferaddStephan Bergmann3-21/+9
2019-10-15new loplugin:bufferaddNoel Grandin3-20/+17