summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2021-11-09BaseList doesn't need set member after the constructor is doneNoel Grandin1-4/+6
2021-11-09rtl::Static to thread-safe staticNoel Grandin3-39/+50
2021-10-26d46f659c7524625474f0bb907805e285ee27d5ec follow-up: simplify checksMike Kaganski1-7/+4
2021-10-26d46f659c7524625474f0bb907805e285ee27d5ec follow-up: add unit testMike Kaganski1-0/+7
2021-10-26Make sure that self-assign test checks typesMike Kaganski1-1/+1
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann1-12/+9
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-10-03drop 'using namespace std' in cppuJulien Nabet2-7/+5
2021-09-20use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák2-0/+4
2021-09-10clang:optin.performance.Padding in cppuNoel Grandin3-5/+5
2021-08-31Elide class makeOIdPartStephan Bergmann1-16/+7
2021-08-15rtl::Static -> thread-safe static localNoel Grandin2-17/+4
2021-08-06return a reference instead of a pointerCaolán McNamara3-55/+47
2021-08-06cid#1489779 Uninitialized pointer fieldCaolán McNamara1-3/+6
2021-08-04osl_createThreadKey->thread_local in IdContainerNoel Grandin2-36/+21
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin2-4/+4
2021-07-19osl::Mutex->std::mutex in MappingsDataNoel Grandin1-3/+4
2021-07-19remove unnecessary rtl::StaticNoel Grandin1-11/+7
2021-07-18osl::Mutex->std::mutex in EnvStackNoel Grandin1-4/+4
2021-07-17cppu : use std::mutex in DisposedCallerAdminArnaud Versini2-5/+4
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-18Re-add a removed mutexChristophe JAILLET1-0/+1
2021-06-14Elide trivial TypeDescriptor_Init_Impl::getMutexStephan Bergmann1-21/+13
2021-06-14Revert "no need to init this on-demand"Noel Grandin1-67/+77
2021-06-14no need to init this on-demandNoel Grandin1-77/+67
2021-06-14flatten TypeDescriptor_Init_Impl data-structureNoel Grandin1-83/+48
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2-8/+8
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