summaryrefslogtreecommitdiffstats
path: root/cppu/source
Commit message (Expand)AuthorAgeFilesLines
* Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann2014-02-034-8/+8
* [API CHANGE] Remove UNOIDL "array" and "union" vaporware remnants from cppuStephan Bergmann2014-01-3110-1016/+49
* Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2014-01-311-3/+0
* coverity#440026 Logically dead codeCaolán McNamara2014-01-281-22/+11
* bool improvementsStephan Bergmann2014-01-271-1/+1
* coverity#1158251 Dereference before null checkCaolán McNamara2014-01-251-2/+1
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-1/+1
* [API CHANGE] cppu::Enterable::v_isValid returns boolStephan Bergmann2014-01-104-11/+11
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-074-15/+15
* remove empty orPhilipp Riemer2014-01-051-1/+1
* WaE: unused function 'setNegativeBridge'Tor Lillqvist2013-12-261-1/+5
* fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa2013-12-161-1/+1
* Clean-up uno/lbnames.hStephan Bergmann2013-12-163-1/+2
* cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan2013-12-113-83/+1
* remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin2013-11-206-32/+27
* convert equalsAsciiL calls to startsWith callsNoel Grandin2013-11-201-1/+1
* 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