summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)Author
2023-09-28cid#1546008 silence Using invalid iteratorCaolán McNamara
2023-03-24loplugin:stringadd in c*Noel Grandin
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski
2022-08-10Better cast to sal_[u]IntPtr when passing pointer to O[U]String::numberStephan Bergmann
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-05-29New o3tl::intcmp.hxxStephan Bergmann
2022-05-23Extend '-Werror=attributes' workaround to GCC versions < 12.1Michael Weghorn
2022-05-18Work around bogus -Werror=attributes with old GCCStephan Bergmann
2022-05-18Replace OFFSET_OF macro with a function templateStephan Bergmann
2022-05-17clang-tidy modernize-pass-by-value in cppuNoel Grandin
2022-05-09osl::Mutex->std::mutex in cppu::MappingsDataNoel Grandin
2022-04-29Use the false warning suppression mechanism for loplugin:fakeboolStephan Bergmann
2022-04-21use more string_view in cppuNoel Grandin
2022-04-14Simplify equality comparison among the various UNOIDL integer typesStephan Bergmann
2022-04-13use more string_view in cppuNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens
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-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-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-05Avoid warnings about unused Char4Stephan Bergmann
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: cppuStephan Bergmann
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-08compact namespace in canvas..cuiNoel Grandin
2020-04-18loplugin:flatten in cppuNoel Grandin
2020-04-14loplugin:buriedassign in c*Noel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-08Avoid repeated calls cppu::detail::loadModule -> osl_getModuleURLFromAddressStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin