summaryrefslogtreecommitdiff
path: root/cppu/source/typelib
AgeCommit message (Expand)AuthorFilesLines
2014-11-18coverity#440589 silence Write to pointer after freeCaolán McNamara1-0/+1
2014-11-18Assert that typelib_typedescription_release will not destroy pTDR->pTypeStephan Bergmann1-0/+1
2014-11-14coverity#704593 silence Dereference after null checkCaolán McNamara1-3/+1
2014-11-05markup with event type not checker typeCaolán McNamara2-4/+2
2014-10-30document array_vs_singleton dismissalsCaolán McNamara2-2/+2
2014-10-08coverity#982158 Unchecked return valueCaolán McNamara1-1/+1
2014-10-08coverity#982157 Unchecked return valueCaolán McNamara1-1/+1
2014-10-08coverity#982156 Unchecked return valueCaolán McNamara1-1/+1
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin2-2/+2
2014-07-11new loplugin: externalandnotdefinedNoel Grandin3-28/+45
2014-06-27fix comment and tiny optimisation for shutdown.Michael Meeks1-1/+3
2014-06-05cppu: remove SAL_THROW macroNoel Grandin2-18/+7
2014-02-27Remove visual noise from cppuAlexander Wilms2-12/+12
2014-02-23Remove unneccessary commentsAlexander Wilms2-34/+34
2014-02-17cppu: sal_Bool -> boolStephan Bergmann1-6/+6
2014-02-06typo fixes in commentsAndras Timar2-9/+9
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann2-264/+2
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-1/+1
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann2-11/+14
2013-08-02Mark as constTakeshi Abe1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-18/+18
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-18coverity#705137 Missing break in switchJulien Nabet1-0/+1
2013-03-05*ppRet cannot become non-null there out of thin airStephan Bergmann1-5/+3
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-9/+9
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+0
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud1-41/+32
2012-07-29Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini1-1/+1
2012-07-24Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini1-2/+4
2012-06-13re-base on ALv2 code.Michael Meeks2-46/+28
2012-04-26fix OSL_DEBUG_LEVEL > 1 buildCaolán McNamara1-1/+1
2012-04-26Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit."Stephan Bergmann1-105/+97
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann2-18/+18
2012-01-06typo in OSL_DEBUG_LEVEL > 1 codeCaolán McNamara1-1/+1
2012-01-05Leak TypeDescriptor_Init_Impl to avoid problems at exit.Stephan Bergmann1-98/+106
2012-01-05Explicitly initialize TypeDescriptor_Init_Impl.Stephan Bergmann1-5/+13
2012-01-02Replace dynamic array with std::vector.Stephan Bergmann1-8/+7
2011-12-23OSL_ASSERT -> assertStephan Bergmann1-19/+20
2011-12-19cppu: add visibility symbolsMatúš Kukan2-37/+37
2011-12-19cppu: convert to gbuildMatúš Kukan1-45/+0
2011-12-01The other uses of pReserved had been changed to nStaticRefCount in 2001.Stephan Bergmann1-1/+1
2011-11-27remove include of pch header in cppuNorbert Thiebaud2-4/+0
2011-08-09Fix compilation errors with dbglevel>1Tor Lillqvist1-16/+16
2011-04-18Remove OS/2 support.Francois Tigeot2-8/+0
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky1-27/+14
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-1/+0
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold1-4/+4