summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno
Commit message (Expand)AuthorAgeFilesLines
* WaE 0xdeadbeaf 32 bits litteral casting to 64 bits pointerNorbert Thiebaud2016-02-222-2/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1013-192/+192
* cid#1338241 removed throw from C function.jan iversen2015-11-101-1/+8
* cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen2015-11-101-3/+9
* new loplugin: oncevarNoel Grandin2015-11-092-4/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* com::sun::star-css in cppu,cppuhelperNoel Grandin2015-07-291-1/+1
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-2/+0
* Avoid loplugin:redundantcast in non-debug buildStephan Bergmann2015-07-081-8/+5
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-3/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-092-2/+2
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2015-05-111-1/+1
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-222-0/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-5/+5
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-313-8/+8
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-2810-310/+310
* convert all remaining BOOST_STATIC_ASSERT to static_assertCaolán McNamara2015-02-051-7/+4
* cppu: convert some OSL_TRACEMichael Stahl2015-01-291-11/+3
* Some more loplugin:cstylecast clean-upStephan Bergmann2015-01-283-5/+5
* Some more loplugin:cstylecast: cppuStephan Bergmann2015-01-2011-95/+88
* valgrind: uninitialized variableCaolán McNamara2015-01-081-1/+1
* coverity#1261762 Resource leakCaolán McNamara2015-01-084-30/+29
* More unnamed namespace clean-upStephan Bergmann2015-01-051-7/+5
* These extern "C" functions are not in an unnamed namespaceStephan Bergmann2015-01-051-2/+1
* These extern "C" functions are not in namespace cppuStephan Bergmann2015-01-051-8/+7
* includeStephan Bergmann2015-01-051-1/+1
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-056-37/+37
* OSL_FAIL -> SAL_WARNStephan Bergmann2015-01-021-17/+7
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-273-13/+10
* document coverity#706128 Wrong sizeof argumentCaolán McNamara2014-12-111-0/+1
* markup with event type not checker typeCaolán McNamara2014-11-051-4/+10
* restore using rtl for OSL_DEBUG_LEVEL > 1Caolán McNamara2014-10-301-0/+3
* remove unnecessary 'using namespace rtl' declarationsNoel Grandin2014-10-291-1/+0
* see if we can auto-ignore new Sequence false positives as suchCaolán McNamara2014-10-271-0/+2
* optimise UNO Sequence destructorNoel Grandin2014-10-022-21/+42
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-182-18/+5
* attempt to fix Android buildbotNoel Grandin2014-09-171-1/+1
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-174-4/+4
* Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann2014-08-071-1/+2
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-072-6/+4
* clang scan-build: various warningsCaolán McNamara2014-07-012-2/+2
* OSL_ENSURE->assertCaolán McNamara2014-06-261-1/+1
* cppu: remove SAL_THROW macroNoel Grandin2014-06-059-78/+32
* fixincludeguards.sh: cppuThomas Arnhold2014-04-199-18/+18
* Missing includeStephan Bergmann2014-04-041-0/+1
* Remove visual noise from cppuAlexander Wilms2014-02-2711-113/+113
* Remove unneccessary commentsAlexander Wilms2014-02-234-47/+47
* cppu: sal_Bool -> boolStephan Bergmann2014-02-175-131/+131