Age | Commit message (Expand) | Author |
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 |
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 |
2019-11-21 | preload: cleanup failed module load warnings and rename them. | Michael Meeks |
2019-10-18 | make bin/update_pch.s always include code in trivial #if's | Luboš Luňák |
2019-10-14 | loplugin:stringadd look for unnecessary temporaries | Noel Grandin |
2019-09-26 | add property name when throwing css::uno::UnknownPropertyException | Noel Grandin |
2019-09-23 | do not require $(SRCDIR) in every gb_Library_set_precompiled_header | Luboš Luňák |
2019-09-19 | improve and enable loplugin:fragiledestructor | Noel Grandin |
2019-08-27 | loplugin:referencecasting find more redundant static_cast | Noel Grandin |