summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann2021-05-027-30/+30
* update PCHsLuboš Luňák2021-04-081-1/+1
* Updated README.md files to represent current code / use Markdown formatHossein2021-04-071-3/+7
* update pchesCaolán McNamara2021-04-061-1/+1
* Using .md extension/Markdown syntax for modules READMEHossein2021-03-241-0/+0
* update pchesCaolán McNamara2021-03-211-1/+1
* use std::unordered_map in cppuhelper ServiceManagerLuboš Luňák2021-03-121-4/+4
* cppu:OWeakObject zombie debuggingNoel2021-03-111-0/+9
* Make sal/config.h the first in pchMike Kaganski2021-03-091-2/+2
* update pchesJulien Nabet2021-03-061-2/+1
* update pchesCaolán McNamara2021-03-031-1/+2
* update pchesCaolán McNamara2021-02-191-2/+1
* loplugin:referencecasting in cppuhelperNoel2021-02-172-4/+4
* loplugin:stringviewparam: operator +Stephan Bergmann2020-12-293-11/+13
* update pchesCaolán McNamara2020-12-041-2/+1
* 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