Fridrich Strba
32c226ffca
Fix Windows build
2011-07-20 10:21:02 +02:00
Luboš Luňák
2588c7688c
build cppunit also with STL debug when STL debug is enabled
...
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html
2011-07-18 14:33:34 +02:00
Tor Lillqvist
7efa9cb259
Relocate the headers from Wine, add two new ones
2011-07-14 21:04:39 +03:00
Tor Lillqvist
490b499531
Add constructor and GetValue() method to the Color class
2011-07-14 18:17:37 +03:00
Tor Lillqvist
c25d059a8b
Add the gdiplus headers and import library from Wine, for cross-compilation
2011-07-14 15:57:16 +03:00
Kohei Yoshida
3ed940516f
Updated mdds to 0.5.3.
2011-07-13 15:54:52 -04:00
Tor Lillqvist
8112e5ff23
iOS hacks
...
For iOS, the LibreOffice unit tests that normally are built as
"plugins", i.e. dynamic libraries, are actually built as static
libraries, because we don't do any dynamic linking of own code on iOS.
Enable giving the "plugin" unit test entry point a different name than
a fixed "cppunitTestPlugIn", so that several unit tests can be linked
together into one executable, for simplicity.
Drop the stupid dummy main() function in cppunit plugins. I doubt any
Unix platform we care for needs it, but drop just for iOS and MacOSX
for now.
2011-07-10 14:52:49 +03:00
Tor Lillqvist
96f256c215
Fix debugging build for iOS
2011-07-09 14:47:55 +03:00
Tor Lillqvist
c9722674d9
Build with -g if we want to be able to debug
2011-07-09 13:52:28 +03:00
Fridrich Štrba
ee81fde447
Uploading second alpha version of libvisio
2011-07-07 22:02:05 +02:00
Tor Lillqvist
f20398ed3c
Don't hardcode -arch armv7 here, breaks build for simulator
2011-07-01 00:56:39 +03:00
Tor Lillqvist
6be700e1ca
Produce an import library for jawt.dll when cross-compiling to Windows
...
There is just one export from jawt.dll, so just build an import
library trivially ourselves instead of requiring copying the jawt.lib
from a Windows JDK installation.
2011-06-29 12:24:25 +03:00
Fridrich Štrba
ba34663313
OOps, typo
2011-06-24 07:58:24 +02:00
Fridrich Štrba
fc6086c720
Upload alpha1 version of libvisio
2011-06-23 19:29:03 +02:00
Caolán McNamara
ade88aaba2
1.2 -> 1.3
2011-06-23 11:09:07 +01:00
Tor Lillqvist
981641aec8
Simplify MinGW crack
...
Avoid copy-pasting. Just change the pointless use of
double-underscore-prefixed identifiers __argc and __argv in the getopt
prototypes (which clashes with stuff from MinGW's stdlib.h,
apparently) to plain argc and argv for all platforms.
2011-06-22 09:07:10 +03:00
Tor Lillqvist
167311be9b
Make cppunit build for Android
2011-06-21 21:38:33 +03:00
Tor Lillqvist
fc030944c5
Bypass when SYSTEM_MYTHES=YES for WNTGCC, too
2011-06-20 18:25:50 +03:00
Tor Lillqvist
c3eb3cc710
Pass --build and --host options also when cross-compiling to Windows
2011-06-17 23:29:39 +03:00
Tor Lillqvist
d18133f5f0
Surely we are not building Cygwin DLLs in the WNTGCC case!?
2011-06-17 15:29:44 +03:00
Jan Holesovsky
b2650c3c35
Merge remote-tracking branch 'origin/libreoffice-3-4'
2011-06-17 13:02:08 +02:00
Tor Lillqvist
c42df298f6
Surely we are not building Cygwin DLLs in the WNTGCC case!?
2011-06-17 13:35:02 +03:00
Tor Lillqvist
a25f3152a5
Fix compilation error with MinGW
2011-06-17 13:33:42 +03:00
Tor Lillqvist
04fa28416c
Pass --host and --build flags also when cross-compiling to Windows
2011-06-17 13:25:35 +03:00
Tor Lillqvist
9b8b08b4da
Deliver also static libcppunit if built in that way
2011-06-16 21:03:05 +03:00
Tor Lillqvist
d8aa986b13
Do build libccppunit when cross-compiling after all
...
Makes it easier to build other stuff. Whether we will actually run
normal unit tests at build time, or ever, or not when cross-compiling
to some platform is a different matter...
2011-06-16 14:07:53 +03:00
Tor Lillqvist
f41b593b34
"Build" the sRGB header also when cross-compiling
2011-06-16 02:37:30 +03:00
Petr Mladek
086f3fca31
Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)
2011-06-14 16:53:26 +02:00
Tor Lillqvist
1301edf41e
Enable building openssl for iOS
...
Wasn't that complicated after all.
2011-06-13 02:17:01 +03:00
Tor Lillqvist
cae6dc5426
Add Android patch
2011-06-11 21:42:37 +03:00
Tor Lillqvist
76e160a91c
Need a small patch for Android
2011-06-10 00:34:18 +03:00
Tor Lillqvist
e9f849a029
Need a small patch for Android
2011-06-10 00:31:11 +03:00
Tor Lillqvist
0efc8abb40
Need a small patch for Android
2011-06-10 00:22:07 +03:00
Tor Lillqvist
b6495a5310
First attempt at Android support
2011-06-09 23:26:36 +03:00
Tor Lillqvist
e39532fe3e
First attempt at Android support
2011-06-09 23:26:23 +03:00
Tor Lillqvist
cce6bd3b52
Cross-compilation support for Android
2011-06-09 19:43:02 +03:00
Tor Lillqvist
790005a402
Don't do this for Android either
2011-06-09 19:10:07 +03:00
William Lachance
11e64940a1
Fix raptor to not use xml2-config on Mac
...
Christian suggested modifying the configure script not to use
xml2-config/xslt-config at all. Here's a patch which does exactly
that. I'm not exactly thrilled by the size/complexity of this patch
for what it does, but at the same time it does seem a bit crazy for
LO not to build just because libxml is installed in MacPorts (which
is not uncommon: it's a dependency of ImageMagick for instance).
2011-06-08 16:48:53 +02:00
Tor Lillqvist
67c4e5f330
Do nothing when cross-compiling in general, not just for iOS
2011-06-07 00:44:50 +03:00
Tor Lillqvist
bd2673ba5c
Add cross-compilation support
2011-06-07 00:05:01 +03:00
Tor Lillqvist
47ef127cb4
Always compare CROSS_COMPILING explicitly to "YES"
2011-06-06 08:57:32 +03:00
Tor Lillqvist
5cf5db763f
Bin unnecessary quoting
2011-06-06 00:47:28 +03:00
Tor Lillqvist
fe7b7a1d4d
Patch raptor configure, not configure.ac for cross-compilation
...
It looks sillier, yes, but it is good to not have to run
autoconf. Fixes cross-compilation for ppc MacOSX.
2011-06-06 00:44:54 +03:00
Christian Lohmaier
ca1ee8a684
make sure to compile against SDK version of libxml/libxslt
...
might not be the most elegant solution, but should do the trick
2011-06-04 02:04:01 +02:00
Tor Lillqvist
ad700e1f6e
Drop %_EXT% which was always empty
2011-06-03 13:27:22 +03:00
Jan Holesovsky
7ea2f89d49
Merge commit 'libreoffice-3.4.0.2'
...
Conflicts:
libwps/makefile.mk
2011-05-31 10:45:52 +02:00
Tor Lillqvist
09034b762b
Fix typo
2011-05-30 00:04:27 +03:00
Jan Holesovsky
c991cd295e
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/libs-extern
2011-05-27 21:18:05 +02:00
Jan Holesovsky
a1c7b79e70
Merge remote-tracking branch 'origin/integration/dev300_m106'
...
Conflicts:
rhino/makefile.mk
2011-05-27 20:54:44 +02:00
Tor Lillqvist
85a66fc65a
Presumably no need for this for iOS
2011-05-26 01:10:30 +03:00