summaryrefslogtreecommitdiffstats
path: root/cppuhelper
Commit message (Expand)AuthorAgeFilesLines
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-07-202-4/+4
* unnecessary use of OUString constructorNoel Grandin2016-07-201-1/+1
* Remove excess newlinesChris Sherlock2016-07-1212-21/+0
* cppuhelper: fix use-after-free race in OWeakConnectionPointMichael Stahl2016-06-261-0/+6
* cppuhelper: WeakReference isn't thread-safeMichael Stahl2016-06-181-7/+4
* cppuhelper: add preInitBootstrap symbolHenry Castro2016-06-122-16/+19
* cppuhelper: method 1, load implementations to invoke component factoryHenry Castro2016-06-121-5/+81
* Restoring preinitAshod Nakashian2016-06-124-0/+55
* tdf#82775: Don't prematurely dispose single-instance servicesStephan Bergmann2016-01-061-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
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-0111-80/+73
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-314-8/+8
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-285-52/+52
* loplugin:staticfunctionNoel Grandin2015-03-271-2/+2
* TyposJulien Nabet2015-03-251-15/+15
* Typo: constarined->constrainedJulien Nabet2015-03-151-1/+1
* CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre2015-03-121-3/+2
* TyposJulien Nabet2015-02-181-3/+3