Commit graph

168 commits

Author SHA1 Message Date
Tor Lillqvist
334bf75566 Bin OS/2 .map files 2011-08-04 21:16:23 +03:00
Tor Lillqvist
7862e397af Drop %_EXT% which was always empty 2011-06-03 13:28:35 +03:00
Tor Lillqvist
ab29840eaa Match also name of the static library built for iOS 2011-05-26 00:51:49 +03:00
Caolán McNamara
ae59ac8646 add salhelper::LinkResolver 2011-05-25 08:57:24 +01:00
Tor Lillqvist
a2b86d4e2d Use simpler DLL and library names in the WNTGCC case 2011-05-25 01:25:44 +03:00
Francois Tigeot
35e1b53c7e Remove OS/2 support. 2011-04-18 16:59:48 +02:00
Julien Nabet
480ab8a2b3 Remove "using namespace ::rtl" 2011-03-03 22:48:57 +01:00
Caolán McNamara
5f66037d6d remove empty TESTSHL2LIB 2011-02-24 20:44:46 +00:00
Thomas Arnhold
83734eea36 Clean up makefiles 2011-02-04 12:45:54 +01:00
Tor Lillqvist
726f5b622b Use mscx.map for 64-bit MSVC build
Unfortunately the C++ name mangling in a 64-bit MSVC compilation is
slightly different from that in a 32-bit one:

-- An 'E' is inserted for pointers to indicate that they are 64
bits. I don't fully understand the rationale for this; isn't that the
only kind of pointer in 64-bit code produced by a C++ compiler anyway?

-- As there is only one calling convention on x64 Windows, __cdecl,
the indications for other calling conventions (here, especially
__thiscall) change to that for __cdecl.

It should be possible to write a tool to at least partially automate
conversion of 32-bit mangled names to 64-bit ones, and thus make it
easy to create mscx map files from the corresponding msci ones in
LibreOffice. Sure, it probably wouldn't work 100% correctly in all
cases, but it would help a lot.
2011-01-16 22:23:32 +02:00
Caolán McNamara
a3d9b5d2de get these tests to build again 2010-11-29 11:29:09 +00:00
Tor Lillqvist
54cb5a001d Export one more Timer symbol 2010-11-04 14:38:15 +02:00
Tor Lillqvist
f3d96e6a35 Attempt to fix some vos removal fallout on Windows
After of the vos removal, some classes in other parts of the code now
are subclasses of SimpleReferenceObject.

To avoid compilation and linking errors in those other parts, we seem
to need to have the operator new[] and operator delete[] in
SimpleReferenceObject as protected instead of private. We also need an
implementation of operator delete[]. As it can be unimplemented with
gcc, I hope it isn't actually called, though, so it for now crashes
intentionally if called.

Will see later if this actually works, this is just a commit to make
stuff build.
2010-11-04 12:09:29 +02:00
Tor Lillqvist
21b6978637 Export more Timer API with MSVC in the map file 2010-11-04 11:41:55 +02:00
Tor Lillqvist
2ff3378338 Export more symbols 2010-11-02 14:24:26 +02:00
Caolán McNamara
da5cef0ab4 add modelines to .h and .c files as well 2010-10-27 16:04:46 +01:00
Norbert Thiebaud
38ce15ce47 merge vosremoval-timer.diff 2010-10-25 19:55:39 -05:00
Sebastian Spaeth
a715e1b3d0 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:04:31 +02:00
Petr Mladek
bcdb4cc866 more removed include guards using fixguard.py 2010-10-05 18:12:52 +02:00
Petr Mladek
334bef4563 remove include guards using fixguard.py 2010-10-05 18:12:51 +02:00
Jens-Heiner Rechtien
f5c9464708 CWS-TOOLING: integrate CWS sb118 2010-04-16 10:09:51 +02:00
Caolán McNamara
5316674d84 dtardon02: #i108502# remove SCO makefile.mk entry 2010-04-06 14:03:50 +01:00
David Tardon
5c9bfbe302 dtardon02: #i108502# remove empty file in salhelper 2010-03-11 07:19:31 +01:00
sb
6c036b980c sb118: #i109791# improved CPPUNIT_CFLAGS handling 2010-03-04 22:13:08 +01:00
Rene Engelhard
2e10c0e2fc sb118: add missing CFLAGS+= $(CPPUNIT_CFLAGS) to loads of other makefiles, too 2010-03-04 00:11:19 +01:00
sb
2e24fc7415 sb118: merged in DEV300_m72 2010-02-25 12:46:45 +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
sb
f4d7dfdfba sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates 2010-01-29 17:01:54 +01:00
sb
6fe1790914 sb118: #i108324# deprecated osl/semaphor.h etc., as it is unsupported on Mac OS X and unused, anyway 2010-01-14 17:45:24 +01:00
Jens-Heiner Rechtien
f52fb6272a CWS-TOOLING: integrate CWS sb116 2010-01-05 13:01:54 +01:00
sb
3be984c247 sb116: #i106845# removed obsolete IRIX port 2009-11-13 11:04:06 +01:00
Mathias Bauer
6ea0304b45 #i103496#: split cppunit in a pure external lib and a lib depending on sal -> testshl2 2009-09-14 19:06:55 +02:00
Rüdiger Timm
a1aa0ae761 No old windows def files needed any more. 2008-09-19 11:05:48 +00:00
Rüdiger Timm
ce8f5bfdd6 INTEGRATION: CWS hr51 (1.7.20); FILE MERGED
2008/05/14 14:25:12 hr 1.7.20.1: #i88947#: add symbols for Solaris LP64
2008-06-16 13:21:40 +00:00
Rüdiger Timm
3e7eb950b8 INTEGRATION: CWS changefileheader (1.6.22); FILE MERGED
2008/03/31 07:25:47 rt 1.6.22.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:27:10 +00:00
Rüdiger Timm
2c5fa7899c INTEGRATION: CWS changefileheader (1.7.22); FILE MERGED
2008/03/31 07:25:47 rt 1.7.22.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:26:45 +00:00
Rüdiger Timm
e5f576dcac INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED
2008/03/31 07:25:47 rt 1.4.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:26:27 +00:00
Rüdiger Timm
d255745dc1 INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED
2008/03/31 07:25:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:26:09 +00:00
Rüdiger Timm
64884693fb INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED
2008/04/01 15:25:19 thb 1.4.46.3: #i85898# Stripping all external header guards
2008/04/01 12:34:29 thb 1.4.46.2: #i85898# Stripping all external header guards
2008/03/31 07:25:46 rt 1.4.46.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:25:52 +00:00
Rüdiger Timm
c03ddce702 INTEGRATION: CWS changefileheader (1.31.6); FILE MERGED
2008/03/31 07:25:46 rt 1.31.6.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:25:34 +00:00
Rüdiger Timm
9e6a429c62 INTEGRATION: CWS changefileheader (1.4.62); FILE MERGED
2008/04/01 15:25:19 thb 1.4.62.2: #i85898# Stripping all external header guards
2008/03/31 07:25:46 rt 1.4.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:24:57 +00:00
Rüdiger Timm
209b4a86fd INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED
2008/03/31 07:25:46 rt 1.3.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:24:40 +00:00
Rüdiger Timm
2a8ff328ba INTEGRATION: CWS changefileheader (1.4.26); FILE MERGED
2008/03/31 07:25:46 rt 1.4.26.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:24:20 +00:00
Rüdiger Timm
5aa42f62da INTEGRATION: CWS changefileheader (1.4.16); FILE MERGED
2008/04/01 15:25:18 thb 1.4.16.2: #i85898# Stripping all external header guards
2008/03/31 07:25:46 rt 1.4.16.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:24:01 +00:00
Rüdiger Timm
cf9cbad776 INTEGRATION: CWS changefileheader (1.3.62); FILE MERGED
2008/04/01 15:25:18 thb 1.3.62.2: #i85898# Stripping all external header guards
2008/03/31 07:25:46 rt 1.3.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:23:44 +00:00
Rüdiger Timm
b85dd7fc5e INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED
2008/04/01 15:25:18 thb 1.2.62.2: #i85898# Stripping all external header guards
2008/03/31 07:25:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:23:26 +00:00
Rüdiger Timm
a741ce0c8d INTEGRATION: CWS changefileheader (1.4.46); FILE MERGED
2008/04/01 15:25:18 thb 1.4.46.2: #i85898# Stripping all external header guards
2008/03/31 07:25:46 rt 1.4.46.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:23:06 +00:00
Rüdiger Timm
25842cbea5 INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED
2008/04/01 15:25:18 thb 1.2.62.3: #i85898# Stripping all external header guards
2008/04/01 12:34:28 thb 1.2.62.2: #i85898# Stripping all external header guards
2008/03/31 07:25:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:22:46 +00:00
Rüdiger Timm
71bbb692a9 INTEGRATION: CWS changefileheader (1.2.62); FILE MERGED
2008/04/01 15:25:17 thb 1.2.62.3: #i85898# Stripping all external header guards
2008/04/01 12:34:28 thb 1.2.62.2: #i85898# Stripping all external header guards
2008/03/31 07:25:46 rt 1.2.62.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:22:28 +00:00
Rüdiger Timm
7026772ac6 INTEGRATION: CWS changefileheader (1.6.6); FILE MERGED
2008/04/01 15:25:17 thb 1.6.6.2: #i85898# Stripping all external header guards
2008/03/31 07:25:46 rt 1.6.6.1: #i87441# Change license header to LPGL v3.
2008-04-11 10:21:48 +00:00