summaryrefslogtreecommitdiffstats
path: root/cppu/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2Tor Lillqvist2012-04-051-2/+2
* More hacking on static linking (iOS) supportTor Lillqvist2012-03-212-5/+77
* Uniquify uno_initEnvironment and uno_ext_getMapping in the static linking caseTor Lillqvist2012-03-212-0/+14
* Use MAX_ALIGNMENT_4 also for iOSTor Lillqvist2012-03-211-4/+7
* Dead codeStephan Bergmann2012-03-141-12/+0
* Enable -Wnon-virtual-dtor for GCC 4.6Stephan Bergmann2012-03-141-0/+3
* cppu: JobQueue::enter: add mutex guards for m_nToDoMichael Stahl2012-02-272-6/+9
* Avoid deadlocks when disposing recursive JobQueue::enterStephan Bergmann2012-02-101-2/+5
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-2615-99/+99
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-215-14/+13
* typo in OSL_DEBUG_LEVEL > 1 codeCaolán McNamara2012-01-061-1/+1
* Leak TypeDescriptor_Init_Impl to avoid problems at exit.Stephan Bergmann2012-01-051-98/+106
* Explicitly initialize TypeDescriptor_Init_Impl.Stephan Bergmann2012-01-051-5/+13
* Replace dynamic array with std::vector.Stephan Bergmann2012-01-021-8/+7