summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* 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
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-251-2/+1
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-175-14/+14
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-0910-17/+18
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-083-8/+8
* tdf#62475: partial handmade fixesAndrea Gelmini2015-05-151-4/+0
* cppuhelper: Allow logging the used services / constructors.Jan Holesovsky2015-05-021-0/+2
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-225-0/+5
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-156-22/+22
* convert RegError to scoped enumNoel Grandin2015-04-091-12/+12
* convert RegValueType to scoped enumNoel Grandin2015-04-091-1/+1
* convert REG_ constants to scoped enumNoel Grandin2015-04-091-1/+1
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-1/+1