summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:overrideStephan Bergmann2015-11-201-3/+3
* cppuhelper: enable CppunitTest_cppuhelper_qa_weakMichael Stahl2015-11-191-0/+4
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-4/+3
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-95/+53
* use initialiser for Sequence<OUString>Noel Grandin2015-11-153-6/+3
* Bogus assertStephan Bergmann2015-11-131-10/+12
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1022-144/+144
* yyyyyNoel Grandin2015-11-041-5/+4
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-021-6/+6
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-303-7/+5
* remove some useless commentsNoel Grandin2015-10-131-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1213-258/+258
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-051-2/+2
* Fix typosAndrea Gelmini2015-09-302-2/+2
* boost->stdCaolán McNamara2015-09-143-36/+32
* tdf#84323: Make osl::Thread::wait more readableStephan Bergmann2015-08-171-2/+2
* com::sun::star-css in cppu,cppuhelperNoel Grandin2015-07-2912-147/+147
* Fix typosAndrea Gelmini2015-07-081-1/+1
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin2015-06-293-60/+73
* return and use std::vector from OInterfaceContainerHelperNoel Grandin2015-06-293-73/+60