summaryrefslogtreecommitdiff
path: root/cppu/source
AgeCommit message (Expand)Author
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann
2014-01-28coverity#440026 Logically dead codeCaolán McNamara
2014-01-27bool improvementsStephan Bergmann
2014-01-25coverity#1158251 Dereference before null checkCaolán McNamara
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann
2014-01-10[API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2014-01-05remove empty orPhilipp Riemer
2013-12-26WaE: unused function 'setNegativeBridge'Tor Lillqvist
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-11cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin
2013-10-21fdo#68849 add some header guardsThomas Arnhold
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann
2013-08-22Better assertionsStephan Bergmann
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-12error: dereferencing type-punned pointer will break strict-aliasing rulesStephan Bergmann
2013-08-02Mark as constTakeshi Abe
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan
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