summaryrefslogtreecommitdiff
path: root/cppu/source/typelib/typelib.cxx
AgeCommit message (Expand)Author
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-31Use OUString::unacquiredStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-18TyposJulien Nabet
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
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-05markup with event type not checker typeCaolán McNamara
2014-10-30document array_vs_singleton dismissalsCaolá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-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-06-27fix comment and tiny optimisation for shutdown.Michael Meeks
2014-06-05cppu: remove SAL_THROW macroNoel Grandin
2014-02-27Remove visual noise from cppuAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17cppu: sal_Bool -> boolStephan Bergmann
2014-02-06typo fixes in commentsAndras Timar
2014-01-31[API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann
2013-08-02Mark as constTakeshi Abe
2013-04-15fdo#60724 correct spellingThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18coverity#705137 Missing break in switchJulien Nabet
2013-03-05*ppRet cannot become non-null there out of thin airStephan Bergmann
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud
2012-07-29Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini
2012-07-24Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini
2012-06-13re-base on ALv2 code.Michael Meeks
2012-04-26fix OSL_DEBUG_LEVEL > 1 buildCaolán McNamara
2012-04-26Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit."Stephan Bergmann
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann
2012-01-06typo in OSL_DEBUG_LEVEL > 1 codeCaolán McNamara
2012-01-05Leak TypeDescriptor_Init_Impl to avoid problems at exit.Stephan Bergmann
2012-01-05Explicitly initialize TypeDescriptor_Init_Impl.Stephan Bergmann
2012-01-02Replace dynamic array with std::vector.Stephan Bergmann
2011-12-19cppu: add visibility symbolsMatúš Kukan
2011-11-27remove include of pch header in cppuNorbert Thiebaud
2011-08-09Fix compilation errors with dbglevel>1Tor Lillqvist
2011-04-18Remove OS/2 support.Francois Tigeot
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky