summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)AuthorFilesLines
2013-12-16fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa1-1/+1
2013-12-16Clean-up uno/lbnames.hStephan Bergmann2-0/+2
2013-12-11cppu: Avoid uno_direct_getEnvironment() indirection.Matúš Kukan3-83/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin4-26/+22
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
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 Bergmann1-2/+3
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-05-09protect UNO EnvStack's s_setCurrent() against unknown threadidHerbert Dürr1-2/+7
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák3-4/+4
2013-04-16WaE: variable 'hMod' set but not usedTor Lillqvist1-4/+0
2013-04-16do not use deprecated rtl_registerModuleForUnloadingMatúš Kukan2-5/+0
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-4/+4
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-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-15Include <cassert>Stephan Bergmann1-0/+4
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 Versini1-1/+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 Thiebaud9-28/+26
2012-07-29Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini2-11/+14
2012-07-24Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini3-15/+22
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 Meeks21-504/+315
2012-06-13quiet potential size warnings.Michael Meeks1-2/+2
2012-06-13targetted sb140 revert.Michael Meeks1-56/+56
2012-04-25WaE: Clang unused variableCatalin Iacob1-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2-3/+2
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-2/+2
2012-04-05Do two fairly useless but often emitted OSL_TRACEs only if OSL_DEBUG_LEVEL > 2Tor Lillqvist1-2/+2
2012-03-21More hacking on static linking (iOS) supportTor Lillqvist2-5/+77
2012-03-21Use MAX_ALIGNMENT_4 also for iOSTor Lillqvist1-4/+7
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann8-69/+69
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2-8/+7
2011-12-19get this to build under msvc 2008Caolán McNamara1-8/+8
2011-12-19Removed superfluous CPPU_DLLPUBLIC from definitions.Stephan Bergmann1-2/+2
2011-12-19cppu: add visibility symbolsMatúš Kukan8-47/+47
2011-12-19cppu: convert to gbuildMatúš Kukan1-55/+0
2011-12-17Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot3-6/+6