summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)AuthorFilesLines
2022-05-29New o3tl::intcmp.hxxStephan Bergmann1-71/+99
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 Grandin3-19/+22
2022-05-09osl::Mutex->std::mutex in cppu::MappingsDataNoel Grandin1-4/+4
2022-04-29Use the false warning suppression mechanism for loplugin:fakeboolStephan Bergmann1-0/+5
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-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens1-0/+1
2021-11-09rtl::Static to thread-safe staticNoel Grandin1-5/+8
2021-10-26d46f659c7524625474f0bb907805e285ee27d5ec follow-up: simplify checksMike Kaganski1-7/+4
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 Nabet1-3/+2
2021-09-10clang:optin.performance.Padding in cppuNoel Grandin1-1/+1
2021-08-31Elide class makeOIdPartStephan Bergmann1-16/+7
2021-08-15rtl::Static -> thread-safe static localNoel Grandin1-3/+2
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-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 Bergmann1-2/+4
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-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen1-1/+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 Bateman9-36/+9
2020-08-05Avoid warnings about unused Char4Stephan Bergmann1-5/+6
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: cppuStephan Bergmann1-1/+1
2020-05-24inline some use-once typedefsNoel Grandin1-3/+2
2020-05-08compact namespace in canvas..cuiNoel Grandin2-5/+3
2020-04-18loplugin:flatten in cppuNoel Grandin2-41/+41
2020-04-14loplugin:buriedassign in c*Noel Grandin3-6/+13
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin1-2/+2
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin1-4/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+29
2019-11-08Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddressStephan Bergmann1-2/+27
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-2/+1
2019-10-17Remaining loplugin:bufferaddStephan Bergmann1-5/+3
2019-10-15new loplugin:bufferaddNoel Grandin1-5/+5
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin2-2/+2
2019-10-01loplugin:stringadd in basctl..cuiNoel Grandin3-18/+9
2019-09-03Silence -fsanitize=object-size in --enable-optimized buildsStephan Bergmann1-3/+23