Age | Commit message (Expand) | Author |
2021-07-18 | better to use a std::vector here | Noel Grandin |
2021-07-18 | osl::Mutex->std::mutex in Enumeration | Noel Grandin |
2021-07-18 | osl::Mutex->std::mutex in ContentEnumeration | Noel Grandin |
2021-07-17 | osl::Mutex->std::mutex in PropertySetMixinImpl | Noel Grandin |
2021-07-17 | osl::Mutex->std::mutex in OWeakConnectionPoint | Noel Grandin |
2021-07-14 | cppuhelper : use std::mutex and remove useless rtl::Static | Arnaud Versini |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-03-12 | use std::unordered_map in cppuhelper ServiceManager | Luboš Luňák |
2021-03-11 | cppu:OWeakObject zombie debugging | Noel |
2021-02-17 | loplugin:referencecasting in cppuhelper | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-11-13 | tdf#123936 Formatting files in module cppu with clang-format | Philipp Hofer |
2020-11-12 | loplugin:stringview (macOS) | Stephan Bergmann |
2020-11-10 | new loplugin:reducevarscope | Noel Grandin |
2020-11-06 | tdf#42949 Fix new IWYU warnings in directories c* | Gabor Kelemen |
2020-10-01 | Add single-instance attribute for *.compoonent <implementation>s | Stephan Bergmann |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-09-13 | tdf#124176 Use #pragma once in cppu, cppuhelper | George Bateman |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-19 | Fix typos | Andrea Gelmini |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-12 | -Werror,-Wuninitialized (apparently new in Clang 12 trunk) | Stephan Bergmann |
2020-08-10 | Make the C++/UNO bridge work to some extent on macOS on arm64 | Tor Lillqvist |
2020-08-07 | Use the lo_mobile_throwException() thing on macOS on arm64 for now | Tor Lillqvist |
2020-07-23 | Remove no longer relevant assert | Stephan Bergmann |
2020-06-05 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | nienzu |
2020-06-03 | loplugin:simplifypointertobool improve | Noel Grandin |
2020-05-20 | use for-range on Sequence in cppuhelper,cui | Noel Grandin |
2020-05-08 | compact namespace in canvas..cui | Noel Grandin |
2020-04-17 | loplugin:flatten in cppuhelper | Noel Grandin |
2020-04-14 | loplugin:buriedassign in c* | Noel Grandin |
2020-03-10 | Fix typo | Andrea Gelmini |
2020-03-05 | tdf#127781 Android Viewer: aarch64: Avoid throwing exceptions through bridges | Michael Weghorn |
2020-02-11 | android: Actually let's avoid the exceptions via bridges only on aarch4. | Jan Holesovsky |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-26 | simplify InterfaceContainerHelper::clear | Noel Grandin |
2020-01-24 | loplugin:makeshared in connectivity..cppuhelper | Noel Grandin |
2020-01-17 | Use std::vector in OInterfaceContainerHelper instead of Sequence | Noel Grandin |
2020-01-15 | improve "convert OSL_ASSERT to assert" | Noel Grandin |
2020-01-15 | convert OSL_ASSERT to assert | Noel Grandin |
2020-01-15 | clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelper | Noel Grandin |
2020-01-14 | Remove unused prefix="direct" feature | Stephan Bergmann |
2020-01-10 | use more std::make_shared | Noel Grandin |
2019-12-30 | Merge ImplementationInfo back into Implementation | Stephan Bergmann |
2019-12-24 | ImplementationInfo can be inlined | Noel Grandin |
2019-12-18 | sal_Char->char in cppcanvas..cui | Noel Grandin |
2019-12-05 | Fix typo | Andrea Gelmini |
2019-12-05 | android: Avoid throwing exceptions through the bridges. | Jan Holesovsky |
2019-12-03 | remove some useless comment lines | Noel Grandin |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |