summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)Author
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
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-09-19cid#1371142: Move semantics for css::uno::WeakReferenceHelperStephan Bergmann
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-09cppuhelper: fix loplugin:cppunitassertequals warningsMiklos Vajna
2016-07-11getFactory only called with nullptr "key" argumentStephan Bergmann
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-06-17cppuhelper: fix use-after-free race in OWeakConnectionPointMichael Stahl
2016-06-17cppuhelper: WeakReference isn't thread-safeMichael Stahl
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin
2016-05-24optimise references list handling in OWeakConnectionPoint some moreNoel Grandin
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin
2016-05-18add some spaces to make it easier to readMarkus Mohrhard
2016-05-16optimise references list handling in OWeakConnectionPointNoel Grandin
2016-05-12loplugin:passstuffbyrefStephan Bergmann
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-27Remove ancient, dead CONTEXT_DIAG codeStephan Bergmann
2016-04-27Remove ancient OSL_DEBUG_LEVEL printfStephan Bergmann
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2016-04-11Fix indentationStephan Bergmann
2016-04-10Typo: multible->multipleJulien Nabet
2016-04-10Typo: rubust->robustJulien Nabet
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet
2016-03-11tdf#97966 redundant static keywords removed 6Wastack