summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2015-02-18TyposJulien Nabet1-4/+4
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara1-7/+4
2015-01-29cppu: convert some OSL_TRACEMichael Stahl1-11/+3
2015-01-29cppu: the LogBrige really needs its own SAL_LOG areaMichael Stahl1-25/+25
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann4-7/+7
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann17-196/+189
2015-01-08valgrind: uninitialized variableCaolán McNamara1-1/+1
2015-01-08coverity#1261762 Resource leakCaolán McNamara4-30/+29
2015-01-05Fix includeStephan Bergmann1-1/+1
2015-01-05Include function declarationsStephan Bergmann1-2/+3
2015-01-05Mark function declarations as CPPU_DLLPUBLIC, not only definitionsStephan Bergmann1-3/+6
2015-01-05Missing constStephan Bergmann1-1/+1
2015-01-05More unnamed namespace clean-upStephan Bergmann1-7/+5
2015-01-05These extern "C" functions are not in an unnamed namespaceStephan Bergmann1-2/+1
2015-01-05These extern "C" functions are not in namespace cppuStephan Bergmann1-8/+7
2015-01-05includeStephan Bergmann1-1/+1
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann8-71/+71
2015-01-02OSL_FAIL -> SAL_WARNStephan Bergmann1-17/+7
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara6-20/+16
2014-12-19Remove unused */qa/checkapi/Stephan Bergmann1-30/+0
2014-12-16cppu: Use appropriate OUString functions on string constantsStephan Bergmann3-9/+9
2014-12-11document coverity#706128 Wrong sizeof argumentCaolán McNamara1-0/+1
2014-11-20Clean up includesStephan Bergmann2-5/+7
2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl4-0/+4
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-17cid#1254675 Uncaught exceptionStephan Bergmann1-1/+4
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-0/+2
2014-11-14coverity#704593 silence Dereference after null checkCaolán McNamara1-3/+1
2014-11-14cid#983623 Don't throw DisposedException past uno_threadpool_putJobStephan Bergmann4-31/+26
2014-11-05markup with event type not checker typeCaolán McNamara3-8/+12
2014-10-31Removed duplicated includesAndrea Gelmini3-4/+0
2014-10-30document array_vs_singleton dismissalsCaolán McNamara2-2/+2
2014-10-30restore using rtl for OSL_DEBUG_LEVEL > 1Caolán McNamara1-0/+3
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin2-2/+0
2014-10-27see if we can auto-ignore new Sequence false positives as suchCaolán McNamara1-0/+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-10-02optimise UNO Sequence destructorNoel Grandin3-21/+47
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2-18/+5
2014-09-17attempt to fix Android buildbotNoel Grandin1-1/+1
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin7-7/+7
2014-09-02Related fdo#82088: removing namespace alias in hxxStefan Weiberg1-8/+5
2014-08-25set names on a bunch more threads...Michael Stahl2-0/+6
2014-08-25everything is independent from vos these days...Michael Stahl1-1/+0
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