summaryrefslogtreecommitdiff
path: root/cppu/source
AgeCommit message (Expand)Author
2013-05-09protect UNO EnvStack's s_setCurrent() against unknown threadidHerbert Dürr
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-04-15fdo#60724 correct spellingThomas Arnhold
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-18coverity#705137 Missing break in switchJulien Nabet
2013-03-05*ppRet cannot become non-null there out of thin airStephan Bergmann
2013-03-04sal_Bool to boolTakeshi Abe
2013-03-04doubled includesThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-21osl_atomic_increment/decrement are macrosStephan Bergmann
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2013-01-15Include <cassert>Stephan Bergmann
2012-12-27Some cppcheck cleaningJulien Nabet
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-13Avoid global static dataStephan Bergmann
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-09-21Need also uno_ext_getMapping for Java when DISABLE_DYNLOADINGTor Lillqvist
2012-09-21Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist
2012-09-20DISABLE_DYNLOADING magic also for the jni_uno environmentTor Lillqvist
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud
2012-07-29Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini
2012-07-24Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini
2012-07-23Assertion clean-upStephan Bergmann
2012-07-23WaE: unused variableTor Lillqvist
2012-07-03just use rtl::OUString::createFromAsciiCaolán McNamara
2012-07-03we don't need to check for complete length, any non 0 length will doCaolán McNamara
2012-06-15WaE: clear higher debugging levels warningsCaolán McNamara
2012-06-13re-base on ALv2 code.Michael Meeks
2012-06-13quiet potential size warnings.Michael Meeks
2012-06-13targetted sb140 revert.Michael Meeks
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann
2012-05-16Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann
2012-04-26fix OSL_DEBUG_LEVEL > 1 buildCaolán McNamara
2012-04-26Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit."Stephan Bergmann
2012-04-25WaE: Clang unused variableCatalin Iacob
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-05Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2Tor Lillqvist
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist
2012-03-21Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking caseTor Lillqvist
2012-03-21Use MAX_ALIGNMENT_4 also for iOSTor Lillqvist
2012-03-14Dead codeStephan Bergmann
2012-03-14Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann
2012-02-27cppu: JobQueue::enter: add mutex guards for m_nToDoMichael Stahl
2012-02-10Avoid deadlocks when disposing recursive JobQueue::enterStephan Bergmann
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann