summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)Author
2015-05-18Remove include stdio (part2)Julien Nabet
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-18TyposJulien Nabet
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-29cppu: convert some OSL_TRACEMichael Stahl
2015-01-29cppu: the LogBrige really needs its own SAL_LOG areaMichael Stahl
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
2015-01-08valgrind: uninitialized variableCaolán McNamara
2015-01-08coverity#1261762 Resource leakCaolán McNamara
2015-01-05Fix includeStephan Bergmann
2015-01-05Include function declarationsStephan Bergmann
2015-01-05Mark function declarations as CPPU_DLLPUBLIC, not only definitionsStephan Bergmann
2015-01-05Missing constStephan Bergmann
2015-01-05More unnamed namespace clean-upStephan Bergmann
2015-01-05These extern "C" functions are not in an unnamed namespaceStephan Bergmann
2015-01-05These extern "C" functions are not in namespace cppuStephan Bergmann
2015-01-05includeStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02OSL_FAIL -> SAL_WARNStephan Bergmann
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann
2014-12-16cppu: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-11document coverity#706128 Wrong sizeof argumentCaolán McNamara
2014-11-20Clean up includesStephan Bergmann
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl
2014-11-18coverity#440589 silence Write to pointer after freeCaolán McNamara
2014-11-18Assert that typelib_typedescription_release will not destroy pTDR->pTypeStephan Bergmann
2014-11-17cid#1254675 Uncaught exceptionStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-14coverity#704593 silence Dereference after null checkCaolán McNamara
2014-11-14cid#983623 Don't throw DisposedException past uno_threadpool_putJobStephan Bergmann
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-30document array_vs_singleton dismissalsCaolán McNamara
2014-10-30restore using rtl for OSL_DEBUG_LEVEL > 1Caolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-27see if we can auto-ignore new Sequence false positives as suchCaolán McNamara
2014-10-08coverity#982158 Unchecked return valueCaolán McNamara
2014-10-08coverity#982157 Unchecked return valueCaolán McNamara
2014-10-08coverity#982156 Unchecked return valueCaolán McNamara
2014-10-02optimise UNO Sequence destructorNoel Grandin