Age | Commit message (Expand) | Author |
2021-03-12 | use std::unordered_map in cppuhelper ServiceManager | Luboš Luňák |
2021-03-11 | cppu:OWeakObject zombie debugging | Noel |
2021-03-09 | Make sal/config.h the first in pch | Mike Kaganski |
2021-03-06 | update pches | Julien Nabet |
2021-03-03 | update pches | Caolán McNamara |
2021-02-19 | update pches | Caolán McNamara |
2021-02-17 | loplugin:referencecasting in cppuhelper | Noel |
2020-12-29 | loplugin:stringviewparam: operator + | Stephan Bergmann |
2020-12-04 | update pches | Caolán McNamara |
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-21 | update pches | Caolán McNamara |
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-09-04 | TabPage no longer needs to inherit from VclBuilderContainer | Caolán McNamara |
2020-09-02 | move Edit into toolkit only headers | Caolán McNamara |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-27 | remove some unused includes and update pches | Caolán McNamara |
2020-08-19 | Fix typos | Andrea Gelmini |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-12 | SvTreeListBox can move into toolkit headers now | Caolán McNamara |
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-07-12 | update pches | Caolán McNamara |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
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-02-01 | make update_pch also consider files in <module>/src/**/inc | Luboš Luňák |
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 |