Commit graph

25831 commits

Author SHA1 Message Date
Tor Lillqvist
d2f90dc4d1 It's <windows.h>, not <Windows.h> 2011-06-21 00:02:11 +03:00
Caolán McNamara
79868fb9db make pthreads osl_setThreadKeyData backend work the same on all OSes 2011-06-20 16:53:43 +01:00
Caolán McNamara
63b62d66d9 add an extra ctor that takes char str+len 2011-06-20 11:11:26 +01:00
Tor Lillqvist
c55545bd95 Drop duplicate 2011-06-18 16:58:17 +03:00
Tor Lillqvist
eb3486268f Just make -lstore work for MinGW as it does for other Unix-style compilers
I don't really see the point in having the UDK_MAJOR in the import
library name. We don't do that for any Unix either, just -lstore is
used. It isn't as if it would make any sense in keeping a mix of
(import) libraries for incompatible versions/builds of the LO (SDK) in
the same location anyway. The simpler, the better.
2011-06-18 16:58:17 +03:00
Tor Lillqvist
61c7e5ff42 Just call the import library -luno_sal for MinGW 2011-06-18 16:58:17 +03:00
Julien Nabet
3ad3e991f0 Add 2 lacking break instructions in a switch 2011-06-18 14:06:26 +02:00
David Tardon
176b61f005 add new IDL files 2011-06-18 11:30:48 +02:00
David Tardon
bbe302a894 return OS/2 support to avoid binary incompatibility
This partially reverts commit d7bc3048ee87ca5cb190fe8236b354db9b9ef39e
"Remove OS/2 support."
2011-06-18 11:30:48 +02:00
David Tardon
3957bb94be remove executable flag from idl files 2011-06-18 11:30:48 +02:00
David Tardon
fb2b2be1bf these entities were published 2011-06-18 11:30:47 +02:00
Hans-Joachim Lankenau
a67b57868f ause130: #i117218# add forgotten makefile 2011-06-18 11:30:47 +02:00
Hans-Joachim Lankenau
435c4d491f ause130: #i117218# cleanup 2011-06-18 11:30:47 +02:00
Hans-Joachim Lankenau
df614b6c64 ause130: #i117218# missing pieces... 2011-06-18 11:30:47 +02:00
Hans-Joachim Lankenau
3e218e5734 ause130: #i117218# fix broken offapi build.lst 2011-06-18 11:30:46 +02:00
Hans-Joachim Lankenau
4313f43185 ause130: #i117218# change .idl handling to gnu make 2011-06-18 11:30:46 +02:00
Tor Lillqvist
31c65a35bf Use the i prefix for the import library only with MSC 2011-06-18 01:07:31 +03:00
Tor Lillqvist
a6d7605c22 Use the i prefix for the import library only with MSC 2011-06-18 01:03:43 +03:00
Tor Lillqvist
fe9a2174c2 Cross-compilation fix
checknewapi.pl can run regview fine on Windows even if the name
doesn't include the .exe suffix. So drop the use of EXECPOST and then
this will work also in the case of cross-compilation to Windows, where
EXECPOST is .exe for HOST, but we aren't running a HOST regview but a
BUILD one.
2011-06-18 00:51:04 +03:00
Tor Lillqvist
ea4291dc1f Link correctly with the gnu_getopt library in the MinGW case 2011-06-18 00:11:39 +03:00
Tor Lillqvist
fd354f5544 Use the i prefix for the import library only with MSC 2011-06-17 17:53:10 +03:00
Tor Lillqvist
1f357a5f03 Clean out cruft from systools and especially uwinapi 2011-06-17 16:44:41 +03:00
Jan Holesovsky
28609fec9f Merge remote-tracking branch 'origin/libreoffice-3-4' 2011-06-17 13:02:23 +02:00
Norbert Thiebaud
bdb7c9436f silence a javadoc warning 2011-06-16 23:17:24 -05:00
Norbert Thiebaud
d652067859 silence a couple of javadoc warnings 2011-06-16 22:15:01 -05:00
Tor Lillqvist
afff438426 Do build cppunittester when cross-compiling after all 2011-06-16 19:03:23 +03:00
Tor Lillqvist
c4bfa78019 Be less picky with library names to match also the static library built for iOS 2011-06-16 10:58:07 +03:00
Tor Lillqvist
9bb2c27931 Be less picky with library names to match also the static library built for iOS 2011-06-16 01:35:12 +03:00
Tor Lillqvist
130d583ade Use DESKTOP and NATIVE where appropriate 2011-06-16 01:19:35 +03:00
Tor Lillqvist
475c4aac7b We do need to build this when cross-compiling to DESKTOP platforms 2011-06-16 00:53:09 +03:00
Tor Lillqvist
d27896c437 Revert "No point building build-time executables for iOS"
Handle this using BUILD_TYPE instead.

This reverts commit 47b5eed7121305d375cfc9a6fd1ba21ff1430130.
2011-06-15 23:21:15 +03:00
Petr Mladek
45485d2c72 Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1) 2011-06-14 16:53:29 +02:00
Michael Meeks
08a08dec6e don't throw an exception on unexpected attributes in XML rdb files 2011-06-14 10:47:49 +01:00
Caolán McNamara
f85076ca48 catch by const reference 2011-06-14 09:57:33 +01:00
Tor Lillqvist
0d51eab31f No malloc.h in iOS SDK either
Why this source file bothers including <malloc.h> at all (on platforms
where it exists) I have no idea... This is C++ for chrissake. And the
standard C location for the malloc() declaration is <stdlib.h> anyway.
2011-06-14 01:59:26 +03:00
Tor Lillqvist
b6dffaf8f8 Fix SAL_MATH_FINITE definition for iOS 2011-06-14 01:48:29 +03:00
Tor Lillqvist
9fda49de9c No point building build-time executables for iOS 2011-06-14 01:08:57 +03:00
Tor Lillqvist
01da593c51 Revert "Bypass DLL prefix and extension stuff on iOS for now"
Not needed now with a normal SAL_DLLEXTENSION defined for iOS.

This reverts commit dc915ed7fbbbeef9eefbf5bda07289a9462b6904.
2011-06-14 00:36:42 +03:00
Tor Lillqvist
0ab0d0c9b4 Do define SAL_DLLEXTENSION properly for iOS, too
Do it even if it can never be used successfully in an iOS app anyway,
as they are not supposed to load dynamic libraries (except system
ones).
2011-06-14 00:36:34 +03:00
Tor Lillqvist
5a3a379662 Be less picky with library name 2011-06-14 00:36:21 +03:00
Tor Lillqvist
292a358e86 Be less picky with library name 2011-06-14 00:36:17 +03:00
Tor Lillqvist
a44330b976 Bypass DLL prefix and extension stuff on iOS for now 2011-06-14 00:36:11 +03:00
Christian Lohmaier
4dafde87ff restore dependency 2011-06-13 23:31:18 +02:00
Christian Lohmaier
0700d11c1d get rid of "SHL2TARGETN redefined after use" warning - 2nd try
this time run git add before commiting to commit the locally tested
version, and not some intermediate crap that was added in between
2011-06-13 22:21:17 +02:00
Christian Lohmaier
e224ac0e31 use rm -f to not complain about attempting to remove nonexisting file 2011-06-13 16:27:50 +02:00
Christian Lohmaier
7249ab6122 get rid of "SHL2TARGETN redefined after use" warning 2011-06-13 16:20:33 +02:00
Caolán McNamara
932ebc493d createFromAscii -> RTL_CONSTASCII_USTRINGPARAM 2011-06-13 11:44:37 +01:00
Tor Lillqvist
bb0f5c9359 No dynamic module loading on iOS 2011-06-13 02:50:38 +03:00
Tor Lillqvist
9fa483cf7b No point building build-time executables for iOS 2011-06-13 02:43:35 +03:00
Tor Lillqvist
f45f53a175 Be less picky with library name, match also libreg.a 2011-06-13 02:35:36 +03:00