summaryrefslogtreecommitdiffstats
path: root/cppu/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* OSL_ASSERT -> assertStephan Bergmann2011-12-231-19/+20
* get this to build under msvc 2008Caolán McNamara2011-12-191-8/+8
* Prevent creation of new ORequestThreads during shutdown.Stephan Bergmann2011-12-192-0/+27
* Removed superfluous CPPU_DLLPUBLIC from definitions.Stephan Bergmann2011-12-193-12/+12
* cppu: add visibility symbolsMatúš Kukan2011-12-1914-99/+99
* cppu: convert to gbuildMatúš Kukan2011-12-199-376/+0
* Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot2011-12-173-6/+6
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-114-4/+0
* Less succes, more successStefan Knorr (astron)2011-12-081-1/+1
* -Wstrict-aliasing fixStephan Bergmann2011-12-011-2/+5
* The other uses of pReserved had been changed to nStaticRefCount in 2001.Stephan Bergmann2011-12-011-1/+1
* remove include of pch header in cppuNorbert Thiebaud2011-11-2720-40/+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