summaryrefslogtreecommitdiff
path: root/cppu
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann7-36/+36
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-14boost->stdCaolán McNamara4-6/+5
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-18Some oslCondition -> osl::ConditionStephan Bergmann4-28/+22
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin3-10/+10
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-2/+0
2015-07-08Avoid loplugin:redundantcast in non-debug buildStephan Bergmann1-8/+5
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+2
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-2/+1
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara5-32/+26
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-8/+8
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-3/+3
2015-05-18Remove include stdio (part2)Julien Nabet3-16/+2
2015-05-12loplugin:redundantcast: reinterpret_cast to void*Stephan Bergmann1-1/+1
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann4-0/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin11-66/+66
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann2-1/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-291/+81
2015-03-31Use OUString::unacquiredStephan Bergmann1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann5-11/+11
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann13-313/+313
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