summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringconstant handle calls to constructors with one argNoel Grandin2017-02-011-15/+10
* a whole bunch of SAL_WARN_UNUSEDNoel Grandin2017-01-312-1/+2
* loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin2017-01-281-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-2616-681/+282
* New loplugin:dynexcspec: Add @throws documentation, cppuhelperStephan Bergmann2017-01-192-0/+6
* these used to OSL_TRACE, quiten them to SAL_INFOCaolán McNamara2017-01-191-6/+4
* -Werror=unused-function (DISABLE_DYNLOADING)Stephan Bergmann2017-01-181-0/+4
* cppuhelper: implement environment mapping for constructor functionsMichael Stahl2017-01-174-34/+94
* teach sallogareas plugin to catch inconsistenciesNoel Grandin2016-12-151-1/+1
* OSL_TRACE->SAL in chart2..ooxNoel Grandin2016-12-132-9/+3
* Remove dead test codeStephan Bergmann2016-12-0727-4386/+0
* tdf#88206 replace cppu::WeakImplHelper* in cppuhelperJochen Nitschke2016-12-0712-52/+51
* loplugin:unnecessaryoverride (dtors) in cppuhelperStephan Bergmann2016-11-281-4/+0
* loplugin:expandablemethods in comphelper..cppuhelperNoel Grandin2016-11-104-13/+5
* Improve some error reportingStephan Bergmann2016-11-021-2/+8
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-181-1/+1
* clang-cl loplugin: cppuhelperStephan Bergmann2016-10-161-1/+1
* [API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann2016-09-201-1/+1
* cid#1371142: Move semantics for css::uno::WeakReferenceHelperStephan Bergmann2016-09-192-0/+15
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-137-33/+33
* cppuhelper: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-09-092-22/+22
* getFactory only called with nullptr "key" argumentStephan Bergmann2016-07-111-3/+2
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-1/+1
* cppuhelper: fix use-after-free race in OWeakConnectionPointMichael Stahl2016-06-171-0/+3
* cppuhelper: WeakReference isn't thread-safeMichael Stahl2016-06-171-7/+4
* remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin2016-06-081-1/+4
* Convert XmlReader::Result to scoped enumNoel Grandin2016-05-251-11/+11
* optimise references list handling in OWeakConnectionPoint some moreNoel Grandin2016-05-241-7/+17
* Convert XmlReader::Text to scoped enumNoel Grandin2016-05-241-1/+1
* add some spaces to make it easier to readMarkus Mohrhard2016-05-181-9/+12
* optimise references list handling in OWeakConnectionPointNoel Grandin2016-05-161-7/+17
* loplugin:passstuffbyrefStephan Bergmann2016-05-121-1/+3
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-102-4/+4
* Remove ancient, dead CONTEXT_DIAG codeStephan Bergmann2016-04-271-231/+0
* Remove ancient OSL_DEBUG_LEVEL printfStephan Bergmann2016-04-271-9/+0
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-207-43/+43
* clean-up: unused using declarations and includesJochen Nitschke2016-04-184-6/+0
* tdf#94306 remove unused boost dependenciesJochen Nitschke2016-04-132-3/+0
* Fix indentationStephan Bergmann2016-04-111-7/+7
* Typo: multible->multipleJulien Nabet2016-04-102-2/+2
* Typo: rubust->robustJulien Nabet2016-04-101-1/+1
* tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke2016-04-084-20/+48
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-053-26/+7
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* Let's use the iterator return by erase method (final)Julien Nabet2016-03-121-1/+1
* tdf#97966 redundant static keywords removed 6Wastack2016-03-111-2/+2
* Avoid reserved identifiersStephan Bergmann2016-03-101-20/+20
* Avoid reserved identifiers (use unnamed namespace, just in case)Stephan Bergmann2016-03-101-7/+10
* improve defaultparams lopluginNoel Grandin2016-03-071-3/+1