summaryrefslogtreecommitdiff
path: root/cppuhelper
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-19cppuhelper: enable CppunitTest_cppuhelper_qa_weakMichael Stahl1-0/+4
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-4/+3
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-95/+53
2015-11-15use initialiser for Sequence<OUString>Noel Grandin3-6/+3
2015-11-13Bogus assertStephan Bergmann1-10/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann22-144/+144
2015-11-04yyyyyNoel Grandin1-5/+4
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni1-6/+6
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin3-7/+5
2015-10-13remove some useless commentsNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann13-258/+258
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-14boost->stdCaolán McNamara3-36/+32
2015-08-17tdf#84323: Make osl::Thread::wait more readableStephan Bergmann1-2/+2
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin12-147/+147
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin3-60/+73
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin3-73/+60
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe5-14/+14
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara10-17/+18
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann3-8/+8
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-4/+0
2015-05-02cppuhelper: Allow logging the used services / constructors.Jan Holesovsky1-0/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann5-0/+5
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin6-22/+22
2015-04-09convert RegError to scoped enumNoel Grandin1-12/+12
2015-04-09convert RegValueType to scoped enumNoel Grandin1-1/+1
2015-04-09convert REG_ constants to scoped enumNoel Grandin1-1/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann11-80/+73
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann4-8/+8
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-52/+52
2015-03-27loplugin:staticfunctionNoel Grandin1-2/+2