summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-022-8/+8
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-3/+7
* cppu : use std::mutex in threadpoolArnaud Versini2021-04-063-21/+21
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* sal_Unicode is always char16_t in LIBO_INTERNAL_ONLY code nowStephan Bergmann2021-02-081-29/+8
* Improve loplugin:cppunitassertequal for CPPUNIT_ASSERT(a && b)Stephan Bergmann2021-02-081-359/+804
* Revert "Don't use global mutex here for local mutex initialization"Stephan Bergmann2021-02-011-23/+32
* Don't use global mutex here for local mutex initializationMike Kaganski2021-01-311-32/+23
* Don't use global mutex here for static initializationMike Kaganski2021-01-301-43/+6
* Simplify the ctorMike Kaganski2021-01-291-18/+9
* loplugin:stringviewparam extend to new..Noel2021-01-291-3/+3
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-291-2/+2
* Adapt the remaining OUString functions to std string_viewStephan Bergmann2020-12-113-4/+7
* loplugin:stringviewparam extend to comparison operatorsNoel2020-11-241-4/+4
* 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