summaryrefslogtreecommitdiff
path: root/cppu/source/typelib/typelib.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-02-18TyposJulien Nabet1-4/+4
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann1-54/+54
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann1-26/+26
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
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-05markup with event type not checker typeCaolán McNamara1-3/+1
2014-10-30document array_vs_singleton dismissalsCaolán McNamara1-0/+1
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 Grandin1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-11/+1
2014-06-27fix comment and tiny optimisation for shutdown.Michael Meeks1-1/+3
2014-06-05cppu: remove SAL_THROW macroNoel Grandin1-15/+7
2014-02-27Remove visual noise from cppuAlexander Wilms1-5/+5
2014-02-23Remove unneccessary commentsAlexander Wilms1-30/+30
2014-02-17cppu: sal_Bool -> boolStephan Bergmann1-6/+6
2014-02-06typo fixes in commentsAndras Timar1-5/+5
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann1-199/+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 Bergmann1-9/+13
2013-08-02Mark as constTakeshi Abe1-1/+1
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
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-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 Meeks1-23/+14
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 Bergmann1-15/+15
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-19cppu: add visibility symbolsMatúš Kukan1-28/+28
2011-11-27remove include of pch header in cppuNorbert Thiebaud1-2/+0
2011-08-09Fix compilation errors with dbglevel>1Tor Lillqvist1-16/+16
2011-04-18Remove OS/2 support.Francois Tigeot1-4/+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