summaryrefslogtreecommitdiffstats
path: root/cppu
Commit message (Expand)AuthorAgeFilesLines
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-071-1/+2
* s_mapInterface must match uno_MapInterfaceFuncStephan Bergmann2014-07-291-3/+5
* new loplugin: externalandnotdefinedNoel Grandin2014-07-113-28/+45
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-072-6/+4
* clang scan-build: various warningsCaolán McNamara2014-07-012-2/+2
* fix comment and tiny optimisation for shutdown.Michael Meeks2014-06-271-1/+3
* OSL_ENSURE->assertCaolán McNamara2014-06-261-1/+1
* cppu: remove SAL_THROW macroNoel Grandin2014-06-0516-112/+52
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-3/+1
* oox: drop using from headerThomas Arnhold2014-05-193-7/+8
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet2014-05-131-16/+14
* coverity#707713 Uninitialized pointer fieldCaolán McNamara2014-05-111-0/+1
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* prefer makefile-gmake-modeTakeshi Abe2014-04-286-6/+6
* add missing modelines to idl filesThomas Arnhold2014-04-242-0/+6
* fixincludeguards.sh: cppuThomas Arnhold2014-04-1913-26/+26
* Clean up function declarationsStephan Bergmann2014-04-093-13/+14
* Missing includeStephan Bergmann2014-04-041-0/+1
* Cosmetics (to ease work related to finding unused functions)Stephan Bergmann2014-04-031-4/+4
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-031-7/+7
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-36/+36
* Remove visual noise from cppuAlexander Wilms2014-02-2717-137/+137
* std::exception retrofit sequelStephan Bergmann2014-02-272-4/+4
* Remove unneccessary commentsAlexander Wilms2014-02-239-87/+87
* cid#707712 Uninitialized pointer fieldNoel Grandin2014-02-211-1/+4
* cppu: sal_Bool -> boolStephan Bergmann2014-02-1715-182/+182
* Drop unused #includeTakeshi Abe2014-02-171-2/+0
* typo fixes in commentsAndras Timar2014-02-062-9/+9
* fdo#43157 - Clean up OSL_ASSERTTimothy Markle2014-02-051-4/+4
* Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann2014-02-034-8/+8
* [API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann2014-01-3111-1016/+50
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-3/+0
* coverity#440026 Logically dead codeCaolán McNamara2014-01-281-22/+11
* bool improvementsStephan Bergmann2014-01-271-1/+1
* coverity#1158251 Dereference before null checkCaolán McNamara2014-01-251-2/+1
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-221-3/+3
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-1/+1
* [API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann2014-01-104-11/+11
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-074-15/+15
* remove empty orPhilipp Riemer2014-01-051-1/+1
* WaE: unused function 'setNegativeBridge'Tor Lillqvist2013-12-261-1/+5
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-162-19/+1
* Clean-up uno/lbnames.hStephan Bergmann2013-12-163-1/+2
* cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan2013-12-114-84/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-206-32/+27
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-1/+1
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-0/+14
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* fdo#68849 add some header guardsThomas Arnhold2013-10-211-0/+5