summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno/lbenv.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-211-2/+2
* tdf#97499 Fixed containers parameters clearing #4tymyjan2016-04-041-2/+1
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-3/+3
* loplugin:staticanonymousStephan Bergmann2016-04-011-2/+2
* tdf#91794: Remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-081-6/+1
* tdf#57950: Replace chained O(U)StringBuffer::append() with operator+Arnold Dumas2016-02-151-4/+1
* cppcheck: allocaCalledCaolán McNamara2016-01-031-22/+20
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-24/+24
* cid#1338242 cid#1338241 removed throw from extern "C" functionjan iversen2015-11-101-3/+9
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2015-07-131-2/+0
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-3/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-091-1/+1
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-2/+2
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-10/+10
* Some more loplugin:cstylecast: cppuStephan Bergmann2015-01-201-19/+15
* coverity#1261762 Resource leakCaolán McNamara2015-01-081-7/+6
* 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
* Some loplugin:revisibility clean-upStephan Bergmann2015-01-051-5/+5
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-6/+4
* fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2014-09-181-11/+3
* attempt to fix Android buildbotNoel Grandin2014-09-171-1/+1
* cppu and cppuhelper: loplugin: cstylecastNoel Grandin2014-09-171-1/+1
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-071-5/+3
* clang scan-build: various warningsCaolán McNamara2014-07-011-1/+1
* OSL_ENSURE->assertCaolán McNamara2014-06-261-1/+1
* Remove visual noise from cppuAlexander Wilms2014-02-271-11/+11
* Remove unneccessary commentsAlexander Wilms2014-02-231-29/+29
* coverity#1158251 Dereference before null checkCaolán McNamara2014-01-251-2/+1
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-071-4/+4
* cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan2013-12-111-1/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-201-19/+16
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-2/+2
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-1/+2
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-061-1/+1
* WaE: variable 'hMod' set but not usedTor Lillqvist2013-04-161-4/+0
* do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan2013-04-161-3/+0
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
* Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2012-10-071-2/+2
* DISABLE_DYNLOADING magic also for the jni_uno environmentTor Lillqvist2012-09-201-0/+4
* migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2012-09-171-8/+8
* Assertion clean-upStephan Bergmann2012-07-231-9/+6
* WaE: unused variableTor Lillqvist2012-07-231-0/+4
* re-base on ALv2 code.Michael Meeks2012-06-131-23/+14
* WaE: Clang unused variableCatalin Iacob2012-04-251-3/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+1
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2