summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer2020-11-132-10/+10
* loplugin:stringview (macOS)Stephan Bergmann2020-11-121-1/+1
* new loplugin:reducevarscopeNoel Grandin2020-11-101-1/+1
* tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen2020-11-063-4/+11
* Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann2020-10-012-28/+88
* update pchesCaolán McNamara2020-09-211-1/+2
* Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2020-09-161-16/+17
* tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman2020-09-135-20/+5
* TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara2020-09-041-2/+1
* move Edit into toolkit only headersCaolán McNamara2020-09-021-1/+2
* Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann2020-08-281-15/+15
* remove some unused includes and update pchesCaolán McNamara2020-08-271-2/+1
* Fix typosAndrea Gelmini2020-08-191-1/+1
* loplugin:simplifybool moreNoel Grandin2020-08-141-1/+1
* SvTreeListBox can move into toolkit headers nowCaolán McNamara2020-08-121-1/+2
* -Werror,-Wuninitialized (apparently new in Clang 12 trunk)Stephan Bergmann2020-08-121-1/+1
* Make the C++/UNO bridge work to some extent on macOS on arm64Tor Lillqvist2020-08-101-3/+3
* Use the lo_mobile_throwException() thing on macOS on arm64 for nowTor Lillqvist2020-08-071-3/+3
* Remove no longer relevant assertStephan Bergmann2020-07-231-2/+0
* update pchesCaolán McNamara2020-07-121-2/+1
* replace usage of blacklist with excludelist for IWYUThorsten Behrens2020-07-101-1/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctornienzu2020-06-052-4/+2
* loplugin:simplifypointertobool improveNoel Grandin2020-06-031-11/+11
* use for-range on Sequence in cppuhelper,cuiNoel Grandin2020-05-204-58/+57
* compact namespace in canvas..cuiNoel Grandin2020-05-086-13/+11
* loplugin:flatten in cppuhelperNoel Grandin2020-04-175-501/+504
* loplugin:buriedassign in c*Noel Grandin2020-04-141-6/+10
* Fix typoAndrea Gelmini2020-03-101-1/+1
* tdf#127781 Android Viewer: aarch64: Avoid throwing exceptions through bridgesMichael Weghorn2020-03-051-4/+4
* android: Actually let's avoid the exceptions via bridges only on aarch4.Jan Holesovsky2020-02-111-4/+6
* make update_pch also consider files in <module>/src/**/incLuboš Luňák2020-02-011-1/+4
* New loplugin:unsignedcompareStephan Bergmann2020-01-281-3/+4
* simplify InterfaceContainerHelper::clearNoel Grandin2020-01-261-7/+6
* loplugin:makeshared in connectivity..cppuhelperNoel Grandin2020-01-241-3/+3
* Use std::vector in OInterfaceContainerHelper instead of SequenceNoel Grandin2020-01-171-56/+31
* improve "convert OSL_ASSERT to assert"Noel Grandin2020-01-151-2/+3
* convert OSL_ASSERT to assertNoel Grandin2020-01-151-1/+1
* clang-tidy modernize-concat-nested-namespace in cppcanvas..cppuhelperNoel Grandin2020-01-153-19/+7
* Remove unused prefix="direct" featureStephan Bergmann2020-01-141-7/+4
* use more std::make_sharedNoel Grandin2020-01-101-5/+5
* Merge ImplementationInfo back into ImplementationStephan Bergmann2019-12-302-118/+95
* ImplementationInfo can be inlinedNoel Grandin2019-12-242-80/+76
* sal_Char->char in cppcanvas..cuiNoel Grandin2019-12-181-1/+1
* Fix typoAndrea Gelmini2019-12-051-1/+1
* android: Avoid throwing exceptions through the bridges.Jan Holesovsky2019-12-052-6/+52
* remove some useless comment linesNoel Grandin2019-12-031-2/+0
* Extend loplugin:external to warn about classesStephan Bergmann2019-11-225-0/+33
* preload: cleanup failed module load warnings and rename them.Michael Meeks2019-11-211-3/+11
* make bin/update_pch.s always include code in trivial #if'sLuboš Luňák2019-10-181-1/+2
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-1/+1