summaryrefslogtreecommitdiff
path: root/cppu/source
AgeCommit message (Expand)Author
2021-11-09BaseList doesn't need set member after the constructor is doneNoel Grandin
2021-11-09rtl::Static to thread-safe staticNoel Grandin
2021-10-26d46f659c7524625474f0bb907805e285ee27d5ec follow-up: simplify checksMike Kaganski
2021-10-26Make sure that self-assign test checks typesMike Kaganski
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-10-03drop 'using namespace std' in cppuJulien Nabet
2021-09-10clang:optin.performance.Padding in cppuNoel Grandin
2021-08-31Elide class makeOIdPartStephan Bergmann
2021-08-15rtl::Static -> thread-safe static localNoel Grandin
2021-08-06return a reference instead of a pointerCaolán McNamara
2021-08-06cid#1489779 Uninitialized pointer fieldCaolán McNamara
2021-08-04osl_createThreadKey->thread_local in IdContainerNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-07-19osl::Mutex->std::mutex in MappingsDataNoel Grandin
2021-07-19remove unnecessary rtl::StaticNoel Grandin
2021-07-18osl::Mutex->std::mutex in EnvStackNoel Grandin
2021-07-17cppu : use std::mutex in DisposedCallerAdminArnaud Versini
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-18Re-add a removed mutexChristophe JAILLET
2021-06-14Elide trivial TypeDescriptor_Init_Impl::getMutexStephan Bergmann
2021-06-14Revert "no need to init this on-demand"Noel Grandin
2021-06-14no need to init this on-demandNoel Grandin
2021-06-14flatten TypeDescriptor_Init_Impl data-structureNoel Grandin
2021-04-06cppu : use std::mutex in threadpoolArnaud Versini
2021-02-01Revert "Don't use global mutex here for local mutex initialization"Stephan Bergmann
2021-01-31Don't use global mutex here for local mutex initializationMike Kaganski
2021-01-30Don't use global mutex here for static initializationMike Kaganski
2021-01-29Simplify the ctorMike Kaganski
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-13tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer
2020-11-11loplugin:stringviewNoel
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen
2020-09-25cid#1448292 coverity has difficulty with css::uno::SequenceCaolán McNamara
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman
2020-08-17Remove dead commentStephan Bergmann
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