summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-24optimise references list handling in OWeakConnectionPoint some moreNoel Grandin1-7/+17
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin1-1/+1
2016-05-18add some spaces to make it easier to readMarkus Mohrhard1-9/+12
2016-05-16optimise references list handling in OWeakConnectionPointNoel Grandin1-7/+17
2016-05-12loplugin:passstuffbyrefStephan Bergmann1-1/+3
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2-4/+4
2016-04-27Remove ancient, dead CONTEXT_DIAG codeStephan Bergmann1-231/+0
2016-04-27Remove ancient OSL_DEBUG_LEVEL printfStephan Bergmann1-9/+0
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-2/+2
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann7-43/+43
2016-04-18clean-up: unused using declarations and includesJochen Nitschke4-6/+0
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke2-3/+0
2016-04-11Fix indentationStephan Bergmann1-7/+7
2016-04-10Typo: multible->multipleJulien Nabet2-2/+2
2016-04-10Typo: rubust->robustJulien Nabet1-1/+1
2016-04-08tdf#94306 replace boost::noncopyable in cppuhelperJochen Nitschke4-20/+48
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-26/+7
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-03-12Let's use the iterator return by erase method (final)Julien Nabet1-1/+1
2016-03-11tdf#97966 redundant static keywords removed 6Wastack1-2/+2
2016-03-10Avoid reserved identifiersStephan Bergmann1-20/+20
2016-03-10Avoid reserved identifiers (use unnamed namespace, just in case)Stephan Bergmann1-7/+10
2016-03-07improve defaultparams lopluginNoel Grandin1-3/+1
2016-02-26Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann4-145/+139
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-15Re-work cppu::preInitBootstrap()Henry Castro2-11/+18
2016-02-15In loadAllImplementations(), also invoke component factoryHenry Castro1-5/+81
2016-02-15Just abort() in the DISABLE_DYNLOADING case for nowTor Lillqvist1-0/+4
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro4-0/+58
2016-02-09Remove excess newlinesChris Sherlock12-21/+0
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-04tdf#82775: Don't prematurely dispose single-instance servicesStephan Bergmann1-1/+3
2015-12-02inline one-liner static methodNoel Grandin1-9/+1
2015-11-28Work around clang-cl PR25641Stephan Bergmann2-1/+3
2015-11-20loplugin:overrideStephan Bergmann1-3/+3