summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann1-1/+2
2014-07-29s_mapInterface must match uno_MapInterfaceFuncStephan Bergmann1-3/+5
2014-07-11new loplugin: externalandnotdefinedNoel Grandin3-28/+45
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2-6/+4
2014-07-01clang scan-build: various warningsCaolán McNamara2-2/+2
2014-06-27fix comment and tiny optimisation for shutdown.Michael Meeks1-1/+3
2014-06-26OSL_ENSURE->assertCaolán McNamara1-1/+1
2014-06-05cppu: remove SAL_THROW macroNoel Grandin16-112/+52
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-3/+1
2014-05-19oox: drop using from headerThomas Arnhold3-7/+8
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet1-16/+14
2014-05-11coverity#707713 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-28prefer makefile-gmake-modeTakeshi Abe6-6/+6
2014-04-24add missing modelines to idl filesThomas Arnhold2-0/+6
2014-04-19fixincludeguards.sh: cppuThomas Arnhold13-26/+26
2014-04-09Clean up function declarationsStephan Bergmann3-13/+14
2014-04-04Missing includeStephan Bergmann1-0/+1
2014-04-03Cosmetics (to ease work related to finding unused functions)Stephan Bergmann1-4/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-7/+7
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann7-36/+36
2014-02-27Remove visual noise from cppuAlexander Wilms17-137/+137
2014-02-27std::exception retrofit sequelStephan Bergmann2-4/+4
2014-02-23Remove unneccessary commentsAlexander Wilms9-87/+87
2014-02-21cid#707712 Uninitialized pointer fieldNoel Grandin1-1/+4
2014-02-17cppu: sal_Bool -> boolStephan Bergmann15-182/+182
2014-02-17Drop unused #includeTakeshi Abe1-2/+0
2014-02-06typo fixes in commentsAndras Timar2-9/+9
2014-02-05fdo#43157 - Clean up OSL_ASSERTTimothy Markle1-4/+4
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann4-8/+8
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann11-1016/+50
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann1-3/+0
2014-01-28coverity#440026 Logically dead codeCaolán McNamara1-22/+11
2014-01-27bool improvementsStephan Bergmann1-1/+1
2014-01-25coverity#1158251 Dereference before null checkCaolán McNamara1-2/+1
2014-01-22Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-3/+3
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-10[API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann4-11/+11
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin4-15/+15
2014-01-05remove empty orPhilipp Riemer1-1/+1
2013-12-26WaE: unused function 'setNegativeBridge'Tor Lillqvist1-1/+5
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2-19/+1
2013-12-16Clean-up uno/lbnames.hStephan Bergmann3-1/+2
2013-12-11cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan4-84/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin6-32/+27
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-0/+14
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5