summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann1-2/+2
2022-07-21elide some makeStringAndClear() callsNoel Grandin1-4/+8
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann2-11/+0
2022-06-01No need to call resume() on all already running threadStephan Bergmann1-1/+0
2022-05-29New o3tl::intcmp.hxxStephan Bergmann1-71/+99
2022-05-29[API CHANGE] Deprecate unused typelib_setCacheSize and make it a no-opStephan Bergmann1-20/+5
2022-05-23Extend '-Werror=attributes' workaround to GCC versions < 12.1Michael Weghorn1-2/+2
2022-05-18Work around bogus -Werror=attributes with old GCCStephan Bergmann1-0/+7
2022-05-18Replace OFFSET_OF macro with a function templateStephan Bergmann1-35/+37
2022-05-17clang-tidy modernize-pass-by-value in cppuNoel Grandin9-30/+36
2022-05-09osl::Mutex->std::mutex in cppu::MappingsDataNoel Grandin1-4/+4
2022-05-04Just use Any ctor instead of makeAny in cppuStephan Bergmann2-6/+6
2022-04-29Use the false warning suppression mechanism for loplugin:fakeboolStephan Bergmann2-0/+25
2022-04-21use more string_view in cppuNoel Grandin1-5/+5
2022-04-14Simplify equality comparison among the various UNOIDL integer typesStephan Bergmann1-57/+71
2022-04-13use more string_view in cppuNoel Grandin2-4/+4
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-12/+14
2022-04-09use more subView when converting to Int32Noel Grandin1-2/+3
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens1-0/+1
2022-01-13Fix buildStephan Bergmann2-0/+2
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen4-3/+5
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin2-216/+216
2021-12-02Fix clang-cl -Zc:dllexportInlines- buildStephan Bergmann2-2/+2
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