summaryrefslogtreecommitdiffstats
path: root/cppu/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tweak some DLL and import library names in the WNTGCC caseTor Lillqvist2011-08-301-8/+1
* Link cppu statically to gcc3_uno on iOSTor Lillqvist2011-08-212-4/+10
* Revert "I am tired of thesee assertions, put them behind dbglevel>2"Tor Lillqvist2011-08-211-1/+1
* I am tired of thesee assertions, put them behind dbglevel>2Tor Lillqvist2011-08-191-1/+1
* Fix compilation errors with dbglevel>1Tor Lillqvist2011-08-091-16/+16
* No dynamic module loading on iOSTor Lillqvist2011-06-131-0/+4
* Remove OS/2 support.Francois Tigeot2011-04-184-17/+1
* use rtl::Static where double-locked pattern usedCaolán McNamara2011-04-031-10/+17
* Merge commit 'ooo/DEV300_m103'Jan Holesovsky2011-03-231-27/+14
|\
| * debuglevels: merged to-be-m101Frank Schoenheit [fs]2011-02-231-5/+6
| |\
| * | debuglevels: removed yet another useless (aka: nearly-always-firing) assertionFrank Schoenheit [fs]2011-02-211-1/+0
| * | debuglevels: removed useless assertionsFrank Schoenheit [fs]2011-02-211-13/+0
* | | Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold2011-03-193-3/+3
* | | Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2011-03-183-6/+10
|\ \ \