summaryrefslogtreecommitdiff
path: root/cppu/source
AgeCommit message (Expand)AuthorFilesLines
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin6-32/+27
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
2013-09-04UNO interface UIKs are unused for a very long timeStephan Bergmann3-12/+15
2013-08-22Better assertionsStephan Bergmann1-1/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann5-18/+21
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2-2/+4
2013-08-12error: dereferencing type-punned pointer will break strict-aliasing rulesStephan Bergmann1-1/+1
2013-08-02Mark as constTakeshi Abe1-1/+1
2013-07-03fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan1-27/+25
2013-05-09protect UNO EnvStack's s_setCurrent() against unknown threadidHerbert Dürr1-2/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák4-6/+5
2013-04-16WaE: variable 'hMod' set but not usedTor Lillqvist1-4/+0
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan2-5/+0
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold3-30/+28
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold5-11/+11
2013-03-18coverity#705137 Missing break in switchJulien Nabet1-0/+1
2013-03-05*ppRet cannot become non-null there out of thin airStephan Bergmann1-5/+3
2013-03-04sal_Bool to boolTakeshi Abe1-1/+1
2013-03-04doubled includesThomas Arnhold1-1/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-21osl_atomic_increment/decrement are macrosStephan Bergmann1-2/+2
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-9/+9
2013-01-15Include <cassert>Stephan Bergmann1-0/+4
2012-12-27Some cppcheck cleaningJulien Nabet3-11/+7
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens1-6/+0
2012-11-13Avoid global static dataStephan Bergmann1-7/+7
2012-10-07Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist3-2/+10
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2-2/+0
2012-09-21Need also uno_ext_getMapping for Java when DISABLE_DYNLOADINGTor Lillqvist1-0/+5
2012-09-21Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist1-5/+5
2012-09-20DISABLE_DYNLOADING magic also for the jni_uno environmentTor Lillqvist1-0/+4
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud13-76/+65
2012-07-29Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini3-12/+15
2012-07-24Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini4-17/+26
2012-07-23Assertion clean-upStephan Bergmann1-9/+6
2012-07-23WaE: unused variableTor Lillqvist1-0/+4
2012-07-03just use rtl::OUString::createFromAsciiCaolán McNamara1-2/+1
2012-07-03we don't need to check for complete length, any non 0 length will doCaolán McNamara1-2/+2
2012-06-15WaE: clear higher debugging levels warningsCaolán McNamara1-4/+19
2012-06-13re-base on ALv2 code.Michael Meeks40-944/+584
2012-06-13quiet potential size warnings.Michael Meeks1-2/+2
2012-06-13targetted sb140 revert.Michael Meeks1-56/+56
2012-05-23Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann4-201/+202
2012-05-16Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann2-9/+19
2012-04-26fix OSL_DEBUG_LEVEL > 1 buildCaolán McNamara1-1/+1
2012-04-26Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit."Stephan Bergmann1-105/+97