summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* clang:optin.performance.Padding in cppuNoel Grandin2021-09-103-5/+5
* Elide class makeOIdPartStephan Bergmann2021-08-311-16/+7
* rtl::Static -> thread-safe static localNoel Grandin2021-08-152-17/+4
* return a reference instead of a pointerCaolán McNamara2021-08-063-55/+47
* cid#1489779 Uninitialized pointer fieldCaolán McNamara2021-08-061-3/+6
* osl_createThreadKey->thread_local in IdContainerNoel Grandin2021-08-042-36/+21
* Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2021-08-032-4/+4
* osl::Mutex->std::mutex in MappingsDataNoel Grandin2021-07-191-3/+4
* remove unnecessary rtl::StaticNoel Grandin2021-07-191-11/+7
* osl::Mutex->std::mutex in EnvStackNoel Grandin2021-07-181-4/+4
* cppu : use std::mutex in DisposedCallerAdminArnaud Versini2021-07-172-5/+4
* loplugin:indentation improve checks for brace alignmentNoel Grandin2021-06-281-1/+1
* Re-add a removed mutexChristophe JAILLET2021-06-181-0/+1
* Elide trivial TypeDescriptor_Init_Impl::getMutexStephan Bergmann2021-06-141-21/+13
* Revert "no need to init this on-demand"Noel Grandin2021-06-141-67/+77
* no need to init this on-demandNoel Grandin2021-06-141-77/+67
* flatten TypeDescriptor_Init_Impl data-structureNoel Grandin2021-06-141-83/+48
* 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