summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)Author
2023-05-10use WeakComponentImplHelper2 in Bootstrap_MacroExpanderNoel Grandin
2023-05-10use WeakComponentImplHelper2 in ServiceManagerNoel Grandin
2023-05-09use WeakComponentImplHelper2 in TypeManagerNoel Grandin
2023-05-09copy some comphelper code down into cppuhelperNoel Grandin
2023-04-12fix o3tl::equalsAsciiLNoel Grandin
2023-04-11fix for o3tl::equalsAsciiNoel Grandin
2023-03-24loplugin:stringadd in c*Noel Grandin
2023-03-22OUString::match -> OUString::startsWithStephan Bergmann
2023-03-22rhbz#2171265 Filter out all non *.rdb filesStephan Bergmann
2023-03-20cppuhelper : use BaseMutex instead of OFactoryComponentHelper_MutexArnaud VERSINI
2023-03-20cppuhelper : use constexpr OUStringLiteral instead of a functionArnaud VERSINI
2023-01-13OFactoryComponentHelper's XAggregation is apparently unusedStephan Bergmann
2023-01-13Merge OSingleFactoryHelper into OFactoryComponentHelperStephan Bergmann
2023-01-12Don't let OSingleFactoryHelper delegate to derived classes' virtual overridesStephan Bergmann
2023-01-12Fix aggregating OFactoryComponentHelper::queryInterfaceStephan Bergmann
2023-01-09use std::this_thread::sleep_for instead of osl equivalentArnaud VERSINI
2022-12-06tdf#152380: add checks for names and values sequences length equalityMike Kaganski
2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2022-06-02Fix type of cppuhelper::TypeManager::getInterfaceMember separator paramStephan Bergmann
2022-06-02clang-tidy modernize-pass-by-value in cppuhelperNoel Grandin
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya
2022-05-09osl::Mutex->std::mutex in cppuhelper::ServiceManagerNoel Grandin
2022-05-06Remove duplicated includesAndrea Gelmini
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-05use more string_viewNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in cppuhelperStephan Bergmann
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann
2022-04-26revert unnecessary changeNoel Grandin
2022-04-26Drop obsolete workaround for LanguageTool 1.7Gabor Kelemen
2022-04-22fix master after string_view patches..Noel Grandin
2022-04-22use more string_view in cppuhelperNoel Grandin
2022-04-22address review comments on "use more string in unoidl.."Noel Grandin
2022-04-21android: Use fake exceptions on all architecturesMichael Weghorn
2022-04-21use more string_view in unoidl,codemakerNoel Grandin
2022-04-13use more string_view in cppuNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-11-Werror,-Wstrict-prototypes (clang-cl)Stephan Bergmann
2022-04-10-Werror,-Wstrict-prototypesStephan Bergmann
2022-03-18Simplify a static array iterationMike Kaganski
2022-02-28address review comments for "Add XWeak constructor..."Noel Grandin
2022-02-22Add XWeak constructor and operator= to uno::WeakReferenceNoel Grandin
2022-01-28WASM set correct path to FS image unorcJan-Marek Glogowski
2022-01-19WASM UNO: add a minimal dummy bridgeThorsten Behrens
2022-01-19WASM setup as non-multiuser, desktop buildJan-Marek Glogowski
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2022-01-13Adapt commentStephan Bergmann
2022-01-04Drop MSVC special-casing for OWeakObject ctorMike Kaganski
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin
2021-12-19use more cppu::BaseMutexNoel Grandin