summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* Remove include stdio (part2)Julien Nabet2015-05-183-16/+2
* loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann2015-05-121-1/+1
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-224-0/+4
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1511-66/+66
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-012-1/+2
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-291/+81
* Use OUString::unacquiredStephan Bergmann2015-03-311-1/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-315-11/+11
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2813-313/+313
* TyposJulien Nabet2015-02-181-4/+4
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-7/+4
* cppu: convert some OSL_TRACEMichael Stahl2015-01-291-11/+3
* cppu: the LogBrige really needs its own SAL_LOG areaMichael Stahl2015-01-291-25/+25
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-284-7/+7
* Some more loplugin:cstylecast: cppuStephan Bergmann2015-01-2017-196/+189
* valgrind: uninitialized variableCaolán McNamara2015-01-081-1/+1
* coverity#1261762 Resource leakCaolán McNamara2015-01-084-30/+29
* Fix includeStephan Bergmann2015-01-051-1/+1
* Include function declarationsStephan Bergmann2015-01-051-2/+3
* Mark function declarations as CPPU_DLLPUBLIC, not only definitionsStephan Bergmann2015-01-051-3/+6
* Missing constStephan Bergmann2015-01-051-1/+1
* More unnamed namespace clean-upStephan Bergmann2015-01-051-7/+5
* These extern "C" functions are not in an unnamed namespaceStephan Bergmann2015-01-051-2/+1
* These extern "C" functions are not in namespace cppuStephan Bergmann2015-01-051-8/+7
* includeStephan Bergmann2015-01-051-1/+1
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-058-71/+71
* OSL_FAIL -> SAL_WARNStephan Bergmann2015-01-021-17/+7
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-276-20/+16
* Remove unused */qa/checkapi/Stephan Bergmann2014-12-191-30/+0
* cppu: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-163-9/+9
* document coverity#706128 Wrong sizeof argumentCaolán McNamara2014-12-111-0/+1
* Clean up includesStephan Bergmann2014-11-202-5/+7
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-184-0/+4
* coverity#440589 silence Write to pointer after freeCaolán McNamara2014-11-181-0/+1
* Assert that typelib_typedescription_release will not destroy pTDR->pTypeStephan Bergmann2014-11-181-0/+1
* cid#1254675 Uncaught exceptionStephan Bergmann2014-11-171-1/+4
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-172-0/+2
* coverity#704593 silence Dereference after null checkCaolán McNamara2014-11-141-3/+1
* cid#983623 Don't throw DisposedException past uno_threadpool_putJobStephan Bergmann2014-11-144-31/+26
* markup with event type not checker typeCaolán McNamara2014-11-053-8/+12
* Removed duplicated includesAndrea Gelmini2014-10-313-4/+0
* document array_vs_singleton dismissalsCaolán McNamara2014-10-302-2/+2
* restore using rtl for OSL_DEBUG_LEVEL > 1Caolán McNamara2014-10-301-0/+3
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-292-2/+0
* see if we can auto-ignore new Sequence false positives as suchCaolán McNamara2014-10-271-0/+2
* coverity#982158 Unchecked return valueCaolán McNamara2014-10-081-1/+1
* coverity#982157 Unchecked return valueCaolán McNamara2014-10-081-1/+1
* coverity#982156 Unchecked return valueCaolán McNamara2014-10-081-1/+1
* optimise UNO Sequence destructorNoel Grandin2014-10-023-21/+47