Commit graph

13 commits

Author SHA1 Message Date
Tor Lillqvist
48252aada0 If CPPU_LEAK_STATIC_DATA is defined, don't bother with assertions
Re-introduce the possibility to define CPPU_LEAK_STATIC_DATA. This
time use it to bypass just the assertions that check that the type
description counts really are zero at the end of the
TypeDescriptor_Init_Impl destructor.

Add more informative debugging printout of which counts are non-zero.

Define CPPU_LEAK_STATIC_DATA for x64 Windows for now. But we do get
the same assertions also on x86 Windows if cppu is built with
OSL_DEBUG_LEVEL>1.
2011-01-23 01:05:45 +02:00
Jan Holesovsky
f12505d596 Revert "Add workaround to avoid crash when exiting LibreOffice"
This reverts commit 146e2fbca20f5cba3410d3d042ae6222a565dd7e.

The workaround is has to be present in libreoffice-3-3, but we do not want to
have it in master, so that eventually it is fixed in the end :-)
2010-11-12 16:21:07 +01:00
Tor Lillqvist
8e7f25848a Add workaround to avoid crash when exiting LibreOffice
Reintroduce the horrible CPPU_LEAK_STATIC_DATA hack used in OOo 3.2.1,
but only for Windows builds. No idea what causes the crash. See
fdo#31494. Don't know if this hack has some bad consequences then,
i#107490 seems to say so.
2010-11-10 18:40:38 +02:00
Caolán McNamara
521a9f6f76 #i107490# cppu lifecycle cleanup 2010-10-11 12:37:08 +01:00
Jens-Heiner Rechtien
7c80db2eb3 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Rüdiger Timm
dd71816853 INTEGRATION: CWS changefileheader (1.7.132); FILE MERGED
2008/03/31 07:23:30 rt 1.7.132.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:07:15 +00:00
Rüdiger Timm
b79cefc222 INTEGRATION: CWS ooo19126 (1.6.136); FILE MERGED
2005/09/05 13:54:42 rt 1.6.136.1: #i54170# Change license header: remove SISSL
2005-09-08 08:02:27 +00:00
Vladimir Glazounov
1c3b5500bd INTEGRATION: CWS uno1 (1.5.22); FILE MERGED
2003/02/25 16:41:35 dbo 1.5.22.1: #107762# avoid use of generated headers; minor modifications
2003-03-20 11:30:24 +00:00
Daniel Boelzle
93b4b6cd27 #100075# compiler optins 2002-06-14 13:11:55 +00:00
Daniel Boelzle
3bd4b5dc28 #90246# bndchk support 2001-08-01 10:23:13 +00:00
Daniel Boelzle
eb976b0c3f #90246# use /Ox for msvc 2001-07-26 10:58:00 +00:00
Daniel Boelzle
ebac2258f1 added uno_type_any_assign(), uno_any_assign(), uno_getCurrentContext() 2000-12-21 13:43:27 +00:00
Jens-Heiner Rechtien
b525a3115f initial import 2000-09-18 14:29:57 +00:00