summaryrefslogtreecommitdiffstats
path: root/cppu/source
Commit message (Expand)AuthorAgeFilesLines
* fdo#68849 add some header guardsThomas Arnhold2013-10-211-0/+5
* UNO interface UIKs are unused for a very long timeStephan Bergmann2013-09-043-12/+15
* Better assertionsStephan Bergmann2013-08-221-1/+4
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-2/+2
* osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann2013-08-215-18/+21
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-192-2/+4
* error: dereferencing type-punned pointer will break strict-aliasing rulesStephan Bergmann2013-08-121-1/+1
* Mark as constTakeshi Abe2013-08-021-1/+1
* fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFORadu Ioan2013-07-031-27/+25
* protect UNO EnvStack's s_setCurrent() against unknown threadidHerbert Dürr2013-05-091-2/+7
* remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2013-05-064-6/+5
* WaE: variable 'hMod' set but not usedTor Lillqvist2013-04-161-4/+0
* do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan2013-04-162-5/+0
* fdo#60724 correct spellingThomas Arnhold2013-04-151-1/+1
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-193-30/+28
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-195-11/+11
* coverity#705137 Missing break in switchJulien Nabet2013-03-181-0/+1
* *ppRet cannot become non-null there out of thin airStephan Bergmann2013-03-051-5/+3
* sal_Bool to boolTakeshi Abe2013-03-041-1/+1
* doubled includesThomas Arnhold2013-03-041-1/+0
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-1/+1
* osl_atomic_increment/decrement are macrosStephan Bergmann2013-02-211-2/+2
* Remove redundant braces around for loopsStephan Bergmann2013-01-261-9/+9
* Include <cassert>Stephan Bergmann2013-01-151-0/+4
* Some cppcheck cleaningJulien Nabet2012-12-273-11/+7
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-301-6/+0
* Avoid global static dataStephan Bergmann2012-11-131-7/+7
* Handle lack of module loading/unloading API when DISABLE_DYNLOADINGTor Lillqvist2012-10-073-2/+10
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-012-2/+0
* Need also uno_ext_getMapping for Java when DISABLE_DYNLOADINGTor Lillqvist2012-09-211-0/+5
* Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist2012-09-211-5/+5
* 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-1713-76/+65
* Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini2012-07-293-12/+15
* Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini2012-07-244-17/+26
* Assertion clean-upStephan Bergmann2012-07-231-9/+6
* WaE: unused variableTor Lillqvist2012-07-231-0/+4
* just use rtl::OUString::createFromAsciiCaolán McNamara2012-07-031-2/+1
* we don't need to check for complete length, any non 0 length will doCaolán McNamara2012-07-031-2/+2
* WaE: clear higher debugging levels warningsCaolán McNamara2012-06-151-4/+19
* re-base on ALv2 code.Michael Meeks2012-06-1340-944/+584
* quiet potential size warnings.Michael Meeks2012-06-131-2/+2
* targetted sb140 revert.Michael Meeks2012-06-131-56/+56
* Better fix for ThreadPool/ORequestThread life cycleStephan Bergmann2012-05-234-201/+202
* Fixed ThreadPool (and dependent ORequestThread) life cycleStephan Bergmann2012-05-162-9/+19
* fix OSL_DEBUG_LEVEL > 1 buildCaolán McNamara2012-04-261-1/+1
* Reverted "Leak TypeDescriptor_Init_Impl to avoid problems at exit."Stephan Bergmann2012-04-261-105/+97
* WaE: Clang unused variableCatalin Iacob2012-04-251-3/+3
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-062-3/+2
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-2/+2