summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-24Merge branch 'master' into feature/gnumake4feature/gnumake4Bjoern Michaelsen7-12/+299
2011-07-22Uploading new libvisio alpha versionFridrich Štrba2-5/+5
2011-07-22ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and withoutCaolán McNamara1-4/+0
2011-07-21MsiGetPatchInfoA and W were missingTor Lillqvist1-0/+2
2011-07-21Make import libs for msi and urlmon dlls based on Wine's .def filesTor Lillqvist4-2/+291
2011-07-21Pass also our EXTRA_CDEFS to the cppunit configuryTor Lillqvist1-1/+1
2011-07-21Merge branch 'master' into feature/gnumake4Bjoern Michaelsen34-77/+6108
2011-07-20Fix Windows buildfeature/layoutFridrich Strba2-1/+55
2011-07-18build cppunit also with STL debug when STL debug is enabledLuboš Luňák1-0/+4
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html
2011-07-14Relocate the headers from Wine, add two new onesTor Lillqvist18-5/+2436
2011-07-14Add constructor and GetValue() method to the Color classTor Lillqvist1-1/+9
2011-07-14Add the gdiplus headers and import library from Wine, for cross-compilationTor Lillqvist16-0/+3395
2011-07-13Updated mdds to 0.5.3.Kohei Yoshida1-2/+2
2011-07-10iOS hacksTor Lillqvist1-0/+25
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-09Fix debugging build for iOSTor Lillqvist2-1/+19
2011-07-09Build with -g if we want to be able to debugTor Lillqvist1-1/+6
2011-07-07Uploading second alpha version of libvisioFridrich Štrba5-250/+5
2011-07-01Don't hardcode -arch armv7 here, breaks build for simulatorTor Lillqvist1-1/+1
2011-06-29Produce an import library for jawt.dll when cross-compiling to WindowsTor Lillqvist3-0/+45
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-24OOps, typoFridrich Štrba1-1/+1
2011-06-23Upload alpha1 version of libvisioFridrich Štrba5-9/+249
2011-06-231.2 -> 1.3Caolán McNamara1-2/+2
2011-06-22Merge branch 'master' into feature/gnumake4Bjoern Michaelsen299-54810/+16193
2011-06-22Simplify MinGW crackTor Lillqvist1-21/+20
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-21Make cppunit build for AndroidTor Lillqvist2-2/+13
2011-06-20Bypass when SYSTEM_MYTHES=YES for WNTGCC, tooTor Lillqvist1-0/+2
2011-06-18fixing rebase errorsBjoern Michaelsen1-0/+1
2011-06-17Pass --build and --host options also when cross-compiling to WindowsTor Lillqvist1-0/+4
2011-06-17Surely we are not building Cygwin DLLs in the WNTGCC case!?Tor Lillqvist1-1/+1
2011-06-17Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky0-0/+0
2011-06-17Surely we are not building Cygwin DLLs in the WNTGCC case!?Tor Lillqvist1-1/+4
2011-06-17Fix compilation error with MinGWTor Lillqvist1-0/+12
2011-06-17Pass --host and --build flags also when cross-compiling to WindowsTor Lillqvist1-0/+4
2011-06-16Deliver also static libcppunit if built in that wayTor Lillqvist1-0/+2
2011-06-16Do build libccppunit when cross-compiling after allTor Lillqvist1-8/+23
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"Build" the sRGB header also when cross-compilingTor Lillqvist1-6/+5
2011-06-14Version 3.4.1.1, tag libreoffice-3.4.1.1 (3.4.1-rc1)libreoffice-3.4.1.1Petr Mladek0-0/+0
2011-06-13Enable building openssl for iOSTor Lillqvist2-0/+18
Wasn't that complicated after all.
2011-06-11Add Android patchTor Lillqvist2-1/+13
2011-06-10Need a small patch for AndroidTor Lillqvist2-1/+16
2011-06-10Need a small patch for AndroidTor Lillqvist2-0/+18
2011-06-10Need a small patch for AndroidTor Lillqvist2-0/+17
2011-06-09First attempt at Android supportTor Lillqvist6-3/+36
2011-06-09First attempt at Android supportTor Lillqvist1-1/+1
2011-06-09Cross-compilation support for AndroidTor Lillqvist1-0/+11
2011-06-09Don't do this for Android eitherTor Lillqvist1-11/+1
2011-06-08Fix raptor to not use xml2-config on MacWilliam Lachance2-6/+213
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-07Do nothing when cross-compiling in general, not just for iOSTor Lillqvist1-4/+4
2011-06-07Add cross-compilation supportTor Lillqvist1-0/+4
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist8-11/+11