summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)Author
2016-03-08Remove redundant checks (that trigger loplugin:implicitboolconversion])Stephan Bergmann
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-22WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointerNorbert Thiebaud
2016-02-15tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2016-01-03cppcheck: allocaCalledCaolán McNamara
2015-11-25i125711 - Illumos port: generalize MAX_ALIGNMENT for SolarisPedro Giffuni
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10cid#1338241 removed throw from C function.jan iversen
2015-11-10cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen
2015-11-09new loplugin: oncevarNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-29com::sun::star-css in cppu,cppuhelperNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann
2015-07-08Avoid loplugin:redundantcast in non-debug buildStephan Bergmann
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-05convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara
2015-01-29cppu: convert some OSL_TRACEMichael Stahl
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
2015-01-08valgrind: uninitialized variableCaolán McNamara
2015-01-08coverity#1261762 Resource leakCaolán McNamara
2015-01-05More unnamed namespace clean-upStephan Bergmann
2015-01-05These extern "C" functions are not in an unnamed namespaceStephan Bergmann
2015-01-05These extern "C" functions are not in namespace cppuStephan Bergmann
2015-01-05includeStephan Bergmann
2015-01-05Some loplugin:revisibility clean-upStephan Bergmann
2015-01-02OSL_FAIL -> SAL_WARNStephan Bergmann
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-11document coverity#706128 Wrong sizeof argumentCaolán McNamara
2014-11-05markup with event type not checker typeCaolán McNamara
2014-10-30restore using rtl for OSL_DEBUG_LEVEL > 1Caolán McNamara
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-27see if we can auto-ignore new Sequence false positives as suchCaolán McNamara
2014-10-02optimise UNO Sequence destructorNoel Grandin
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler
2014-09-17attempt to fix Android buildbotNoel Grandin
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara