summaryrefslogtreecommitdiff
path: root/cppu/source/uno
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-27remove include of pch header in cppuNorbert Thiebaud6-12/+0
2011-10-03targeting gcc 4.6.1 gentoo strict-aliasing warningsCaolán McNamara1-57/+27
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold1-1/+1
2011-09-09sb140: silence warningsStephan Bergmann1-56/+56
2011-08-21Link cppu statically to gcc3_uno on iOSTor Lillqvist2-4/+10
2011-06-13No dynamic module loading on iOSTor Lillqvist1-0/+4
2011-04-18Remove OS/2 support.Francois Tigeot1-5/+1
2011-04-03use rtl::Static where double-locked pattern usedCaolán McNamara1-10/+17
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-5/+6
2011-03-15Use format string on OSL_TRACE()Thomas Arnhold1-2/+1
2011-03-14Use explicitly cast zeros to avoid compilation error with MSVC2010Tor Lillqvist1-2/+2
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold4-7/+7
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-5/+6
2011-03-02Remove "using namespace ::rtl"Julien Nabet1-2/+4
2011-02-15dragonfly stuffFrancois Tigeot1-1/+1
2011-02-06don't crash trying to erase one past endFridrich Štrba1-4/+1
2011-02-06Revert "revert this change for now as its triggering a crash in saxparser"Fridrich Štrba1-2/+2
2011-02-04revert this change for now as its triggering a crash in saxparserCaolán McNamara1-2/+2
2011-02-03move module cppu to boost unordered containersFridrich Strba3-9/+9
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara2-4/+3
2011-01-23Remove pointless debugging outputTor Lillqvist1-13/+0
2011-01-13add an explicitCaolán McNamara1-1/+1
2011-01-10sb139: #i103789# various OSL_DEBUG_LEVEL>1 problems in uno/data.cxxsb1-5/+6