summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-cl -Zc:dllexportInlines- buildStephan Bergmann2021-12-022-2/+2
* BaseList doesn't need set member after the constructor is doneNoel Grandin2021-11-091-4/+6
* rtl::Static to thread-safe staticNoel Grandin2021-11-093-39/+50
* d46f659c7524625474f0bb907805e285ee27d5ec follow-up: simplify checksMike Kaganski2021-10-261-7/+4
* d46f659c7524625474f0bb907805e285ee27d5ec follow-up: add unit testMike Kaganski2021-10-261-0/+7
* Make sure that self-assign test checks typesMike Kaganski2021-10-261-1/+1
* In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann2021-10-111-12/+9
* A more lightweight O[U]StringConcatenationStephan Bergmann2021-10-031-1/+1
* drop 'using namespace std' in cppuJulien Nabet2021-10-032-7/+5
* use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák2021-09-202-0/+4
* 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