summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2020-12-04update pchesCaolán McNamara1-2/+1
2020-11-13tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer2-10/+10
2020-11-12loplugin:stringview (macOS)Stephan Bergmann1-1/+1
2020-11-10new loplugin:reducevarscopeNoel Grandin1-1/+1
2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen3-4/+11
2020-10-01Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann2-28/+88
2020-09-21update pchesCaolán McNamara1-1/+2
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann1-16/+17
2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman5-20/+5
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara1-2/+1
2020-09-02move Edit into toolkit only headersCaolán McNamara1-1/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-15/+15
2020-08-27remove some unused includes and update pchesCaolán McNamara1-2/+1
2020-08-19Fix typosAndrea Gelmini1-1/+1
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara1-1/+2
2020-08-12-Werror,-Wuninitialized (apparently new in Clang 12 trunk)Stephan Bergmann1-1/+1
2020-08-10Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist1-3/+3
2020-08-07Use the lo_mobile_throwException() thing on macOS on arm64 for nowTor Lillqvist1-3/+3
2020-07-23Remove no longer relevant assertStephan Bergmann1-2/+0
2020-07-12update pchesCaolán McNamara1-2/+1
2020-07-10replace usage of blacklist with excludelist for IWYUThorsten Behrens1-1/+1
2020-06-05tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu2-4/+2
2020-06-03loplugin:simplifypointertobool improveNoel Grandin1-11/+11
2020-05-20use for-range on Sequence in cppuhelper,cuiNoel Grandin4-58/+57
2020-05-08compact namespace in canvas..cuiNoel Grandin6-13/+11
2020-04-17loplugin:flatten in cppuhelperNoel Grandin5-501/+504
2020-04-14loplugin:buriedassign in c*Noel Grandin1-6/+10
2020-03-10Fix typoAndrea Gelmini1-1/+1
2020-03-05tdf#127781 Android Viewer: aarch64: Avoid throwing exceptions through bridgesMichael Weghorn1-4/+4
2020-02-11android: Actually let's avoid the exceptions via bridges only on aarch4.Jan Holesovsky1-4/+6
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-1/+4
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-3/+4
2020-01-26simplify InterfaceContainerHelper::clearNoel Grandin1-7/+6
2020-01-24loplugin:makeshared in connectivity..cppuhelperNoel Grandin1-3/+3
2020-01-17Use std::vector in OInterfaceContainerHelper instead of SequenceNoel Grandin1-56/+31
2020-01-15improve "convert OSL_ASSERT to assert"Noel Grandin1-2/+3
2020-01-15convert OSL_ASSERT to assertNoel Grandin1-1/+1
2020-01-15clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin3-19/+7
2020-01-14Remove unused prefix="direct" featureStephan Bergmann1-7/+4
2020-01-10use more std::make_sharedNoel Grandin1-5/+5
2019-12-30Merge ImplementationInfo back into ImplementationStephan Bergmann2-118/+95
2019-12-24ImplementationInfo can be inlinedNoel Grandin2-80/+76
2019-12-18sal_Char->char in cppcanvas..cuiNoel Grandin1-1/+1
2019-12-05Fix typoAndrea Gelmini1-1/+1
2019-12-05android: Avoid throwing exceptions through the bridges.Jan Holesovsky2-6/+52
2019-12-03remove some useless comment linesNoel Grandin1-2/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann5-0/+33
2019-11-21preload: cleanup failed module load warnings and rename them.Michael Meeks1-3/+11
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-1/+2