summaryrefslogtreecommitdiff
path: root/cppuhelper/source
AgeCommit message (Expand)AuthorFilesLines
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-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 Sherlock5-7/+0
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-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-13Bogus assertStephan Bergmann1-10/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann21-141/+141
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 Grandin2-5/+3
2015-10-13remove some useless commentsNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann12-257/+257
2015-10-05clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-14boost->stdCaolán McNamara2-34/+32
2015-08-17tdf#84323: Make osl::Thread::wait more readableStephan Bergmann1-2/+2
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin6-132/+132
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 Grandin2-51/+63
2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin2-63/+51
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe4-13/+13
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara7-12/+12
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 Grandin3-10/+10
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 Bergmann10-55/+48
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
2015-03-15Typo: constarined->constrainedJulien Nabet1-1/+1
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre1-3/+2
2015-02-18TyposJulien Nabet1-3/+3