summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)Author
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin
2017-07-31update cppuhelper pchCaolán McNamara
2017-07-31loplugin:oncevarNoel Grandin
2017-07-21loplugin:constparams in soltools and variousNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-07-02loplugin:casttovoid: cppuhelperStephan Bergmann
2017-06-20android:Supress the Clang's unneeded-internal-declaration warningbrainbreaker
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara
2017-06-05Improved loplugin:cstylecast to reference types: cppuhelperStephan Bergmann
2017-06-01Fix typosAndrea Gelmini
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-28remove unnecessary use of OString::getStrNoel Grandin
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert cppuhelper and io from OSL_ASSERT to assertChris Sherlock
2017-04-27tdf#39468 cleanup source code commentsdennisroczek
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-04-12clang-tidy: readability-else-after-returnNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-02-28new loplugin unoanyNoel Grandin
2017-02-24makeAny->Any in cppuhelper..cuiNoel Grandin
2017-02-21loplugin:subtlezeroinit: cppuhelperStephan Bergmann
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-08Blind fix for apparently buggy GCC 4.8Stephan Bergmann
2017-02-08Use OUStringLiteralStephan Bergmann
2017-02-01loplugin:stringconstant handle calls to constructors with one argNoel Grandin
2017-01-31a whole bunch of SAL_WARN_UNUSEDNoel Grandin
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-19New loplugin:dynexcspec: Add @throws documentation, cppuhelperStephan Bergmann
2017-01-19these used to OSL_TRACE, quiten them to SAL_INFOCaolán McNamara
2017-01-18-Werror=unused-function (DISABLE_DYNLOADING)Stephan Bergmann
2017-01-17cppuhelper: implement environment mapping for constructor functionsMichael Stahl
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-12-07Remove dead test codeStephan Bergmann
2016-12-07tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke
2016-11-28loplugin:unnecessaryoverride (dtors) in cppuhelperStephan Bergmann
2016-11-10loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin
2016-11-02Improve some error reportingStephan Bergmann
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke
2016-10-16clang-cl loplugin: cppuhelperStephan Bergmann