summaryrefslogtreecommitdiff
path: root/cppu/source/uno/lbenv.cxx
AgeCommit message (Expand)Author
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin
2017-07-19loplugin:constparams in cppuNoel Grandin
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert rest of cppu from OSL_ASSERT to assertChris Sherlock
2016-12-13OSL_TRACE->SAL in chart2..ooxNoel Grandin
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-04tdf#97499 Fixed containers parameters clearing #4tymyjan
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-04-01loplugin:staticanonymousStephan Bergmann
2016-03-08tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar
2016-02-15tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas
2016-01-03cppcheck: allocaCalledCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-10cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen
2015-11-09new loplugin: oncevarNoel Grandin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan 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-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-01-20Some more loplugin:cstylecast: cppuStephan Bergmann
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-05Some loplugin:revisibility clean-upStephan Bergmann
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
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-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-07-01clang scan-build: various warningsCaolán McNamara
2014-06-26OSL_ENSURE->assertCaolán McNamara
2014-02-27Remove visual noise from cppuAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-25coverity#1158251 Dereference before null checkCaolán McNamara
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-11cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-16WaE: variable 'hMod' set but not usedTor Lillqvist
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist