Thomas Arnhold
e260e51842
Remove HPUX support
2011-02-16 20:30:38 +01:00
Fridrich Štrba
bd217a78bb
some more hacks of exported symbols
2011-02-11 17:05:22 +01:00
Francois Tigeot
3dd75542a2
Porting LO to Dragonfly
2011-02-10 10:38:31 +01:00
Tor Lillqvist
1e4649eeae
Ignore __real@ and __TI3? prefixed symbols in ldump
...
The __real@ ones are storage of (shared?) floating-point
constants. The __TI3? ones are related to throwing exceptions, TI
perhaps means type information. Trying to export them causes
unresolved externals problems, and most likely it would be insane to
export them from a LO DLL anyway. I came across the problem with some
framework DLLs.
Why this issue has popped up now, after the big stlport/boost/etc
change, I have no idea. One would think we have had floating-point
constants all the time in the code, and we throw exceptions all over
the place. Oh well.
2011-02-09 21:30:17 +02:00
Fridrich Štrba
fca25e4c4c
Trying to remove the stlport mention from the code
2011-02-09 20:18:11 +01:00
Caolán McNamara
55e801c2af
WaE: signed/unsigned
2011-02-03 11:35:01 +00:00
Tor Lillqvist
1a60bef59e
Silence compiler warnings
2011-02-03 00:44:35 +02:00
Tor Lillqvist
422b2c72a3
Silence compiler warnings
2011-02-03 00:44:33 +02:00
Tor Lillqvist
6ade6fe1e6
Silence compiler warnings
2011-02-03 00:44:31 +02:00
Tor Lillqvist
f38b7b2f6d
Silence a couple of compiler warnings
2011-02-03 00:44:29 +02:00
Tor Lillqvist
5267fbacf3
Silence a couple of compiler warnings
2011-02-03 00:44:27 +02:00
Caolán McNamara
df09ad692d
WaE: gcc 4.6.0 various warnings
2011-01-25 10:24:21 +00:00
Tor Lillqvist
4e6ca0ec03
Don't strip _ prefixes for x64 Windows
2011-01-22 03:13:16 +02:00
Caolán McNamara
3505b4288e
adjust indent
2011-01-07 11:07:24 +00:00
Guillaume Poussel
ae00a3d7d6
Clean 'resourceleak' warning in cppcheck.
2011-01-07 11:06:51 +00:00
Guillaume Poussel
ed26218fdf
Removing few cppchecks warnings.
2011-01-05 09:02:33 +01:00
Caolán McNamara
e1f734b8e0
cppcheck: prefer prefix variant
2010-12-24 13:38:02 +00:00
Andy Holder
f43de73457
Change unnamespaced file.hxx macros
2010-12-12 21:15:27 +00:00
Caolán McNamara
6486978435
cppcheck: can reduce the scope of these variables
2010-12-09 14:46:05 +00:00
Robert Nagy
03e2863a1a
make LibreOffice boostrap on OpenBSD
2010-11-04 00:43:13 +01:00
Caolán McNamara
82aea471a0
strcpy cannot be used with overlapping src and dest
2010-10-31 20:16:37 +00:00
Caolán McNamara
fa4882b94f
add modelines to .h files as well
2010-10-28 15:47:03 +01:00
Povilas Kanapickas
9a5e21b208
remove non-compiled code
2010-10-18 15:39:01 +01:00
Caolán McNamara
ed6f79269a
CLang++ Dead increment
2010-10-18 14:43:28 +01:00
Caolán McNamara
122c09f511
tweak for AIX
2010-10-13 20:29:38 +01:00
Sebastian Spaeth
3b82714348
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-13 10:57:13 +02:00
Caolán McNamara
46e399d9d6
only used on windows, so only compile on windows
2010-10-12 15:33:49 +01:00
Petr Mladek
0fd74c451d
more removed include guards using fixguard.py
2010-10-05 17:58:34 +02:00
Petr Mladek
7a1c561aaf
remove include guards using fixguard.py
2010-10-05 17:58:34 +02:00
Michael Meeks
acaa45560b
calm down cppcheck patch
...
Thanks to: Justin Malcolm <malcolm.justin@gmail.com>
2010-10-01 15:51:13 +01:00
obo
9007f7daac
masterfix: #i10000# change HAVE_GETOPT to != YES
2010-06-24 11:59:00 +02:00
obo
74150154b1
masterfix: #i10000# build breaks for unxsoli4
2010-06-24 06:53:54 +02:00
obo
86909c184b
CWS-TOOLING: integrate CWS systemlibc
2010-06-21 15:14:37 +02:00
Mathias Bauer
e1c983602e
CWS systemlibc: #i69033#: some fixes for mingw
2010-06-17 10:13:12 +02:00
Mathias Bauer
12684f8ad2
CWS systemlibc: #i69033#: some fixes for Windows
2010-06-16 19:57:33 +02:00
Rene Engelhard
4feab2495d
systemlibc: update comment
2010-06-15 17:31:47 +02:00
Rene Engelhard
eb525520b5
systemlibc: move from || defined WNT to || !defined HAVE_GETOPT
2010-06-15 17:30:54 +02:00
Rene Engelhard
0dd9871512
systemlibc: s/WINNT/WNT/
2010-06-15 17:03:33 +02:00
Rene Engelhard
abc449af64
systemlibc: also reintroduce _getopt.c/stgetopt() for Windows.
2010-06-15 00:13:42 +02:00
Rene Engelhard
d314f325b4
systemlibc: add back external statements for stgetopt
2010-06-14 23:14:28 +02:00
Rene Engelhard
e592b81491
systemlibc: reintroduce stgetopt() for -isysroot on Mac. sigh.
2010-06-14 22:57:51 +02:00
Hans-Joachim Lankenau
95e79f40b8
ause120: #i112241# missing dependency
2010-06-09 13:12:13 +02:00
Hans-Joachim Lankenau
e7cf194639
ause120: update to DEV300m80
2010-06-01 11:56:04 +02:00
Hans-Joachim Lankenau
5b4fd6574f
ause120: #i110479# - applied patch: temporary kick stlport include path out of SOLARINC
2010-05-31 19:26:13 +02:00
Rene Engelhard
769873c622
systemlibc: migrate systemlibc to hg; try again from scratch
2010-05-18 14:05:20 +02:00
Ivo Hinkelmann
548b2141d8
CWS-TOOLING: integrate CWS linuxaxp01
2010-05-10 15:37:45 +02:00
Jens-Heiner Rechtien
14ce085d58
CWS-TOOLING: integrate CWS sb118
2010-04-16 10:09:51 +02:00
sb
19087e3ef7
sb118: merged in backout
2010-04-14 17:21:13 +02:00
Caolán McNamara
857e5a528f
linuxaxp01: #i110145# first cut
2010-03-15 16:02:56 +00:00
Caolán McNamara
e875b739a8
cmcfixes73: #i110077# silence soltools warnings
2010-04-06 08:43:12 +01:00