summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)Author
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
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-17attempt to fix Android buildbotNoel Grandin
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin
2014-09-02Related fdo#82088: removing namespace alias in hxxStefan Weiberg
2014-08-25set names on a bunch more threads...Michael Stahl
2014-08-25everything is independent from vos these days...Michael Stahl
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-07-29s_mapInterface must match uno_MapInterfaceFuncStephan Bergmann
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-27fix comment and tiny optimisation for shutdown.Michael Meeks
2014-06-26OSL_ENSURE->assertCaolán McNamara
2014-06-05cppu: remove SAL_THROW macroNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-19oox: drop using from headerThomas Arnhold
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet
2014-05-11coverity#707713 Uninitialized pointer fieldCaolán McNamara
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-04-24add missing modelines to idl filesThomas Arnhold
2014-04-19fixincludeguards.sh: cppuThomas Arnhold
2014-04-09Clean up function declarationsStephan Bergmann
2014-04-04Missing includeStephan Bergmann
2014-04-03Cosmetics (to ease work related to finding unused functions)Stephan Bergmann
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from cppuAlexander Wilms
2014-02-27std::exception retrofit sequelStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21cid#707712 Uninitialized pointer fieldNoel Grandin