summaryrefslogtreecommitdiff
path: root/cppu/source/uno/lbenv.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-16/+16
2018-05-10move Java from config_features to already existing config_javaRene Engelhard1-1/+1
2018-01-12More loplugin:cstylecast: cppuStephan Bergmann1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin1-16/+16
2017-10-26loplugin:constmethods in unotoolsNoel Grandin1-2/+2
2017-10-23loplugin:includeform: cppuStephan Bergmann1-17/+17
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-3/+2
2017-08-11convert std::map::insert to std::map::emplace IINoel Grandin1-2/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin1-4/+3
2017-07-19loplugin:constparams in cppuNoel Grandin1-4/+4
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-2/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock1-7/+7
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock1-7/+7
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin1-1/+1
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith1-3/+1
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin1-2/+2
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan1-2/+1
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-3/+3
2016-04-01loplugin:staticanonymousStephan Bergmann1-2/+2
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-6/+1
2016-02-15tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas1-4/+1
2016-01-03cppcheck: allocaCalledCaolán McNamara1-22/+20
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-24/+24
2015-11-10cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen1-3/+9
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-2/+0
2015-06-26loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann1-3/+2
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-10/+10
2015-01-20Some more loplugin:cstylecast: cppuStephan Bergmann1-19/+15
2015-01-08coverity#1261762 Resource leakCaolán McNamara1-7/+6
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-05Some loplugin:revisibility clean-upStephan Bergmann1-5/+5
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-6/+4
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-11/+3
2014-09-17attempt to fix Android buildbotNoel Grandin1-1/+1
2014-09-17cppu and cppuhelper: loplugin: cstylecastNoel Grandin1-1/+1
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-5/+3
2014-07-01clang scan-build: various warningsCaolán McNamara1-1/+1
2014-06-26OSL_ENSURE->assertCaolán McNamara1-1/+1
2014-02-27Remove visual noise from cppuAlexander Wilms1-11/+11
2014-02-23Remove unneccessary commentsAlexander Wilms1-29/+29
2014-01-25coverity#1158251 Dereference before null checkCaolán McNamara1-2/+1
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-4/+4
2013-12-11cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan1-1/+1