Commit graph

1086 commits

Author SHA1 Message Date
Caolán McNamara
af4e2d9965 Related: fdo#35404 force .a files to hidden visibility 2011-07-27 09:21:57 +01:00
Tomáš Chvátal
198ed2899f Fix parallel build crash in translate_toolkit requiring solenv 2011-07-27 00:17:00 -05:00
Norbert Thiebaud
a0982b0000 use -Wno-long-double only if gxx supports it 2011-07-26 22:32:43 -05:00
Fridrich Štrba
6a3cb9f942 Not everybody has stdint.h when one needs it 2011-07-25 12:20:59 +02:00
Norbert Thiebaud
050f3bb10b Oops Bjoern's link to .gitattributes got committed by mistake 2011-07-24 15:13:26 -05:00
Bjoern Michaelsen
a9035dfb6b Merge branch 'master' into feature/gnumake4 2011-07-24 19:23:00 +02:00
Fridrich Štrba
f36d0cd62f Uploading new libvisio alpha version 2011-07-22 14:56:50 +02:00
Caolán McNamara
8ff2d9d865 ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without 2011-07-22 11:27:34 +01:00
Tor Lillqvist
ec937d5c10 MsiGetPatchInfoA and W were missing 2011-07-21 23:30:12 +03:00
Tor Lillqvist
c2a0aed22a Make import libs for msi and urlmon dlls based on Wine's .def files 2011-07-21 23:21:40 +03:00
Tor Lillqvist
b02980cefb Pass also our EXTRA_CDEFS to the cppunit configury 2011-07-21 22:13:50 +03:00
Bjoern Michaelsen
917918e286 Merge branch 'master' into feature/gnumake4 2011-07-21 18:51:33 +02:00
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
Bjoern Michaelsen
3eb736cc66 Merge branch 'master' into feature/gnumake4 2011-06-22 18:49:45 +02: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
Bjoern Michaelsen
0cdcda80d4 fixing rebase errors 2011-06-18 14:12:17 +02: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