summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* LOK: provide user feedback while preloading.Michael Meeks2017-11-301-1/+41
* 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
* Use an XInitialization-based channel to request service mgr pre-initStephan Bergmann2016-02-264-145/+139
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-161-1/+1
* Re-work cppu::preInitBootstrap()Henry Castro2016-02-152-11/+18
* In loadAllImplementations(), also invoke component factoryHenry Castro2016-02-151-5/+81
* Just abort() in the DISABLE_DYNLOADING case for nowTor Lillqvist2016-02-151-0/+4
* Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro2016-02-154-0/+58
* Remove excess newlinesChris Sherlock2016-02-0912-21/+0
* unnecessary use of OUString constructorNoel Grandin2016-01-311-1/+1
* tdf#82775: Don't prematurely dispose single-instance servicesStephan Bergmann2016-01-041-1/+3
* inline one-liner static methodNoel Grandin2015-12-021-9/+1
* Work around clang-cl PR25641Stephan Bergmann2015-11-282-1/+3