Age | Commit message (Expand) | Author |
2023-12-10 | cid#1545177 COPY_INSTEAD_OF_MOVE | Caolán McNamara |
2023-10-19 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: cppuhelper | Stephan Bergmann |
2023-10-07 | loplugin:ostr: automatic rewrite | Stephan Bergmann |
2023-09-29 | cid#1537991 Unchecked return value | Caolán McNamara |
2023-06-12 | tdf#153109 Use any_of instead of loop to check a range | Paris Oplopoios |
2023-05-10 | use WeakComponentImplHelper2 in Bootstrap_MacroExpander | Noel Grandin |
2023-05-10 | use WeakComponentImplHelper2 in ServiceManager | Noel Grandin |
2023-05-09 | use WeakComponentImplHelper2 in TypeManager | Noel Grandin |
2023-05-09 | copy some comphelper code down into cppuhelper | Noel Grandin |
2023-04-12 | fix o3tl::equalsAsciiL | Noel Grandin |
2023-04-11 | fix for o3tl::equalsAscii | Noel Grandin |
2023-03-24 | loplugin:stringadd in c* | Noel Grandin |
2023-03-22 | OUString::match -> OUString::startsWith | Stephan Bergmann |
2023-03-22 | rhbz#2171265 Filter out all non *.rdb files | Stephan Bergmann |
2023-03-20 | cppuhelper : use BaseMutex instead of OFactoryComponentHelper_Mutex | Arnaud VERSINI |
2023-03-20 | cppuhelper : use constexpr OUStringLiteral instead of a function | Arnaud VERSINI |
2023-01-13 | OFactoryComponentHelper's XAggregation is apparently unused | Stephan Bergmann |
2023-01-13 | Merge OSingleFactoryHelper into OFactoryComponentHelper | Stephan Bergmann |
2023-01-12 | Don't let OSingleFactoryHelper delegate to derived classes' virtual overrides | Stephan Bergmann |
2023-01-12 | Fix aggregating OFactoryComponentHelper::queryInterface | Stephan Bergmann |
2023-01-09 | use std::this_thread::sleep_for instead of osl equivalent | Arnaud VERSINI |
2022-12-06 | tdf#152380: add checks for names and values sequences length equality | Mike Kaganski |
2022-12-02 | Replace some uses of static_type with UnoType | Stephan Bergmann |
2022-06-13 | Drop obsolete preprocessor directives from UNOIDL files | Stephan Bergmann |
2022-06-02 | Fix type of cppuhelper::TypeManager::getInterfaceMember separator param | Stephan Bergmann |
2022-06-02 | clang-tidy modernize-pass-by-value in cppuhelper | Noel Grandin |
2022-05-09 | tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macro | Pragat Pandya |
2022-05-09 | osl::Mutex->std::mutex in cppuhelper::ServiceManager | Noel Grandin |
2022-05-06 | Remove duplicated includes | Andrea Gelmini |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-05-05 | use more string_view | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in cppuhelper | Stephan Bergmann |
2022-04-26 | Use o3tl::make_unsigned in some places | Stephan Bergmann |
2022-04-26 | revert unnecessary change | Noel Grandin |
2022-04-26 | Drop obsolete workaround for LanguageTool 1.7 | Gabor Kelemen |
2022-04-22 | fix master after string_view patches.. | Noel Grandin |
2022-04-22 | use more string_view in cppuhelper | Noel Grandin |
2022-04-22 | address review comments on "use more string in unoidl.." | Noel Grandin |
2022-04-21 | android: Use fake exceptions on all architectures | Michael Weghorn |
2022-04-21 | use more string_view in unoidl,codemaker | Noel Grandin |
2022-04-13 | use more string_view in cppu | Noel Grandin |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-11 | -Werror,-Wstrict-prototypes (clang-cl) | Stephan Bergmann |
2022-04-10 | -Werror,-Wstrict-prototypes | Stephan Bergmann |
2022-03-18 | Simplify a static array iteration | Mike Kaganski |
2022-02-28 | address review comments for "Add XWeak constructor..." | Noel Grandin |
2022-02-22 | Add XWeak constructor and operator= to uno::WeakReference | Noel Grandin |
2022-01-28 | WASM set correct path to FS image unorc | Jan-Marek Glogowski |
2022-01-19 | WASM UNO: add a minimal dummy bridge | Thorsten Behrens |
2022-01-19 | WASM setup as non-multiuser, desktop build | Jan-Marek Glogowski |