summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2019-12-23sal_Char->char in ucbNoel Grandin20-56/+56
2019-12-18loplugin:duplicate-definesNoel Grandin2-5/+2
2019-12-17Fix various Clang and loplugin warnings in --with-webdav=serf codeStephan Bergmann10-49/+42
2019-12-13loplugin:expandablemethodsNoel Grandin2-8/+1
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann2-6/+0
2019-12-03remove some useless comment linesNoel Grandin15-23/+0
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-3/+3
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-3/+3
2019-11-27more UCB test more robust on my systemNoel Grandin1-3/+4
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann18-1/+58
2019-11-21tdf#128598: Drop dubious file: -> smb: conversion completelyStephan Bergmann1-17/+0
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann2-0/+8
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann1-1/+1
2019-11-03loplugin:stringaddNoel Grandin2-4/+4
2019-11-02New loplugin:conditionalstringStephan Bergmann4-8/+8
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann3-28/+14
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen89-227/+84
2019-10-28loplugin:stringadd improve detectionNoel Grandin1-4/+2
2019-10-21Silence new Clang 10 trunk -std=c++2a -Wambiguous-reversed-operator for nowStephan Bergmann1-0/+2
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin3-3/+4
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann1-0/+5
2019-10-17Remove some memset callsMike Kaganski1-2/+1
2019-10-15new loplugin:bufferaddNoel Grandin3-18/+6
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-2/+2
2019-10-09use cppu::WeakImplHelper in HierarchyDataSourceNoel Grandin2-52/+5
2019-10-08use cppu::WeakImplHelper in FTPContentIdentifierNoel Grandin2-66/+3
2019-10-08use cppu::WeakImplHelper in fileaccess::FileContentIdentifierNoel Grandin2-68/+2
2019-10-08use cppu::WeakImplHelper in UniversalContentBrokerNoel Grandin2-62/+6
2019-10-08use cppu::WeakImplHelper in CachedDynamicResultSetStubFactoryNoel Grandin2-49/+5
2019-10-08use cppu::WeakImplHelper in fileaccess::BaseContentNoel Grandin2-82/+11
2019-10-08use cppu::WeakImplHelper in CachedDynamicResultSetFactoryNoel Grandin2-50/+5
2019-10-08use cppu::WeakImplHelper in CachedContentResultSetStubFactoryNoel Grandin2-50/+5
2019-10-08use cppu::WeakImplHelper in CachedContentResultSetFactoryNoel Grandin2-50/+5
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin1-2/+2
2019-10-02loplugin:stringadd in tools..unotoolsNoel Grandin5-48/+26
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen103-124/+141
2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin10-14/+14
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin13-43/+28
2019-09-25Use cppu::WeakImplHelperStephan Bergmann2-61/+2
2019-09-25Better use rtl::Reference to hold ref-counted UNO objectsStephan Bergmann1-9/+10
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin3-3/+3
2019-09-06Fixing "...."Andrea Gelmini2-2/+2
2019-09-01Fix '..'Andrea Gelmini1-4/+4
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin13-26/+13
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin2-2/+2
2019-08-20loplugin:constvars in test..unotoolsNoel Grandin2-2/+2
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet5-22/+5
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin2-4/+2
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin10-16/+16
2019-08-15replace ".get->" with "->"Noel Grandin1-1/+1