summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin1-4/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-06-05Improved loplugin:cstylecast to reference types: cppuhelperStephan Bergmann1-1/+1
2017-06-01Fix typosAndrea Gelmini1-1/+1
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann4-5/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-4/+4
2017-05-28remove unnecessary use of OString::getStrNoel Grandin4-19/+8
2017-05-12remove unused uno::Reference varsNoel Grandin1-1/+0
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke2-2/+0
2017-05-07revert OSL_ASSERT changesChris Sherlock7-27/+27
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock7-27/+27
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-2/+1
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky4-4/+0
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin8-127/+108
2017-03-25Fix typosAndrea Gelmini1-1/+1
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-4/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann4-5/+5
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin6-28/+28
2017-02-21loplugin:subtlezeroinit: cppuhelperStephan Bergmann1-2/+2
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist4-16/+16
2017-02-08Blind fix for apparently buggy GCC 4.8Stephan Bergmann1-15/+17
2017-02-08Use OUStringLiteralStephan Bergmann1-20/+17
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin1-15/+10
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin2-1/+2
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann16-681/+282
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cppuhelperStephan Bergmann2-0/+6
2017-01-19these used to OSL_TRACE, quiten them to SAL_INFOCaolán McNamara1-6/+4
2017-01-18-Werror=unused-function (DISABLE_DYNLOADING)Stephan Bergmann1-0/+4
2017-01-17cppuhelper: implement environment mapping for constructor functionsMichael Stahl4-34/+94
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin2-9/+3
2016-12-07Remove dead test codeStephan Bergmann27-4386/+0
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke12-52/+51
2016-11-28loplugin:unnecessaryoverride (dtors) in cppuhelperStephan Bergmann1-4/+0
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin4-13/+5
2016-11-02Improve some error reportingStephan Bergmann1-2/+8
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke1-1/+1
2016-10-16clang-cl loplugin: cppuhelperStephan Bergmann1-1/+1
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann1-1/+1
2016-09-19cid#1371142: Move semantics for css::uno::WeakReferenceHelperStephan Bergmann2-0/+15
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann7-33/+33
2016-09-09cppuhelper: fix loplugin:cppunitassertequals warningsMiklos Vajna2-22/+22
2016-07-11getFactory only called with nullptr "key" argumentStephan Bergmann1-3/+2
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-1/+1
2016-06-17cppuhelper: fix use-after-free race in OWeakConnectionPointMichael Stahl1-0/+3
2016-06-17cppuhelper: WeakReference isn't thread-safeMichael Stahl1-7/+4
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin1-1/+4
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin1-11/+11