Age | Commit message (Expand) | Author |
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 |
2022-01-13 | Recheck modules [a-c]* with IWYU | Gabor Kelemen |
2022-01-13 | Adapt comment | Stephan Bergmann |
2022-01-04 | Drop MSVC special-casing for OWeakObject ctor | Mike Kaganski |
2021-12-21 | loplugin:flatten in canvas..cui | Noel Grandin |
2021-12-19 | use more cppu::BaseMutex | Noel Grandin |
2021-12-17 | Remove empty docpp doxygen comments around namespaces | Miklos Vajna |
2021-12-02 | Fix clang-cl -Zc:dllexportInlines- build | Stephan Bergmann |
2021-10-29 | Prepare for removal of non-const operator[] from Sequence in cppuhelper | Mike Kaganski |
2021-10-15 | Simplify vector initialization in cppuhelper | Julien Nabet |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-15 | Simplify OTypeCollection ctors | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |
2021-10-11 | cppuhelper: suppress unhelpful warning C4996 | Michael Stahl |
2021-10-11 | loplugin:moveparam in cppuhelper | Noel Grandin |
2021-10-11 | In O[U]StringBuffer, make string_view params replacements for OUString ones | Stephan Bergmann |
2021-09-28 | Warn harder about unknown constructors and factories on iOS in Xcode | Tor Lillqvist |