summaryrefslogtreecommitdiffstats
path: root/cppu/source/uno
Commit message (Expand)AuthorAgeFilesLines
* 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-179-28/+26
* Replace usage of rtl/memory.h in cppu with their equivalent from string.hArnaud Versini2012-07-292-11/+14
* Use memset and memcmp insteadof rtl_zeroMemory and rtl_compareMemory in cppuArnaud Versini2012-07-243-15/+22
* 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-1321-504/+315
* quiet potential size warnings.Michael Meeks2012-06-131-2/+2
* targetted sb140 revert.Michael Meeks2012-06-131-56/+56
* 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
* Use MAX_ALIGNMENT_4 also for iOSTor Lillqvist2012-03-211-4/+7
* Code cleanup: ( () ) replaced by (())Alexander Bergmann2012-01-268-69/+69
* Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann2012-01-212-8/+7
* get this to build under msvc 2008Caolán McNamara2011-12-191-8/+8
* Removed superfluous CPPU_DLLPUBLIC from definitions.Stephan Bergmann2011-12-191-2/+2
* cppu: add visibility symbolsMatúš Kukan2011-12-198-47/+47
* cppu: convert to gbuildMatúš Kukan2011-12-191-55/+0
* Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot2011-12-173-6/+6
* remove include of pch header in cppuNorbert Thiebaud2011-11-276-12/+0
* targeting gcc 4.6.1 gentoo strict-aliasing warningsCaolán McNamara2011-10-031-57/+27
* OSL_TRACE: Remove trailing newlinesThomas Arnhold2011-09-211-1/+1
* sb140: silence warningsStephan Bergmann2011-09-091-56/+56
* Link cppu statically to gcc3_uno on iOSTor Lillqvist2011-08-212-4/+10
* No dynamic module loading on iOSTor Lillqvist2011-06-131-0/+4
* Remove OS/2 support.Francois Tigeot2011-04-181-5/+1
* use rtl::Static where double-locked pattern usedCaolán McNamara2011-04-031-10/+17
* Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-191-1/+1
* Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-181-5/+6
|\
| * Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud2011-03-081-5/+6
| |\
| | * sb139: #i103789# various OSL_DEBUG_LEVEL>1 problems in uno/data.cxxsb2011-01-101-5/+6
| | * sb126: #i107490# cppu lifecycle cleanup (patch by cmc, plus removal of now ob...sb2010-07-071-5/+10
* | | Use format string on OSL_TRACE()Thomas Arnhold2011-03-151-2/+1
* | | Use explicitly cast zeros to avoid compilation error with MSVC2010Tor Lillqvist2011-03-141-2/+2
* | | Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold2011-03-124-7/+7
|/ /
* | Remove "using namespace ::rtl"Julien Nabet2011-03-021-2/+4
* | dragonfly stuffFrancois Tigeot2011-02-151-1/+1
* | don't crash trying to erase one past endFridrich Štrba2011-02-061-4/+1
* | Revert "revert this change for now as its triggering a crash in saxparser"Fridrich Štrba2011-02-061-2/+2
* | revert this change for now as its triggering a crash in saxparserCaolán McNamara2011-02-041-2/+2
* | move module cppu to boost unordered containersFridrich Strba2011-02-033-9/+9
* | WaE: gcc 4.6.0 various warningsCaolán McNamara2011-01-242-4/+3
* | Remove pointless debugging outputTor Lillqvist2011-01-231-13/+0
* | add an explicitCaolán McNamara2011-01-131-1/+1