summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)Author
2019-12-18loplugin:duplicate-definesNoel Grandin
2019-12-17Fix various Clang and loplugin warnings in --with-webdav=serf codeStephan Bergmann
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-12Remove some redundant user-provided dtorsStephan Bergmann
2019-12-03remove some useless comment linesNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-11-27more UCB test more robust on my systemNoel Grandin
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-21tdf#128598: Drop dubious file: -> smb: conversion completelyStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-13Extend loplugin:salbool to loplugin:fakeboolStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-29tdf#42949 Fix IWYU warnings in ucb/*/*cxxGabor Kelemen
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-21Silence new Clang 10 trunk -std=c++2a -Wambiguous-reversed-operator for nowStephan Bergmann
2019-10-21size some stringbuffer to prevent re-allocNoel Grandin
2019-10-17Silence Clang 10 trunk -Wdeprecated-volatile in GLib for nowStephan Bergmann
2019-10-17Remove some memset callsMike Kaganski
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-09use cppu::WeakImplHelper in HierarchyDataSourceNoel Grandin
2019-10-08use cppu::WeakImplHelper in FTPContentIdentifierNoel Grandin
2019-10-08use cppu::WeakImplHelper in fileaccess::FileContentIdentifierNoel Grandin
2019-10-08use cppu::WeakImplHelper in UniversalContentBrokerNoel Grandin
2019-10-08use cppu::WeakImplHelper in CachedDynamicResultSetStubFactoryNoel Grandin
2019-10-08use cppu::WeakImplHelper in fileaccess::BaseContentNoel Grandin
2019-10-08use cppu::WeakImplHelper in CachedDynamicResultSetFactoryNoel Grandin
2019-10-08use cppu::WeakImplHelper in CachedContentResultSetStubFactoryNoel Grandin
2019-10-08use cppu::WeakImplHelper in CachedContentResultSetFactoryNoel Grandin
2019-10-07enable -Wrange-loop-analysis on clangNoel Grandin
2019-10-02loplugin:stringadd in tools..unotoolsNoel Grandin
2019-10-01tdf#42949 Fix IWYU warnings in ucb/source/*/*hxxGabor Kelemen
2019-09-28loplugin:constmethod in ucb..uuiNoel Grandin
2019-09-26add property name when throwing css::uno::UnknownPropertyExceptionNoel Grandin
2019-09-25Use cppu::WeakImplHelperStephan Bergmann
2019-09-25Better use rtl::Reference to hold ref-counted UNO objectsStephan Bergmann
2019-09-19improve and enable loplugin:fragiledestructorNoel Grandin
2019-09-06Fixing "...."Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-08-27loplugin:referencecasting find more redundant static_castNoel Grandin
2019-08-24loplugin:returnconstval in test..writerfilterNoel Grandin
2019-08-20loplugin:constvars in test..unotoolsNoel Grandin
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin
2019-08-16loplugin:sequenceloop in ucb..unotoolsNoel Grandin
2019-08-15replace ".get->" with "->"Noel Grandin
2019-08-12Fix typosAndrea Gelmini