summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-01-28replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmasterMichael Stahl361-114340/+20
2011-08-01adding $(AUGMENT_LIBRARY_PATH) back, because it is neededFINAL_MASTERmaster-backupAndras Timar1-1/+1
2011-07-2910.4's system python is too old, need to use internal pythonChristian Lohmaier1-18/+16
as the framework is only delivered as zip, call it from python's output directory. In former times this was a no-go, but as with gmake the converted modules don't even have their own output dir anymore.... Also remove the AUGMENT_LIBRARY_PATH and WRAPCMD legacy
2011-07-29Use system python unconditionally on MacThorsten Behrens1-2/+4
Internal python on mac does not yield usable python executable, use the system one unconditionally for Mac.
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky0-0/+0
2011-07-27Related: fdo#35404 force .a files to hidden visibilityCaolán McNamara1-1/+9
2011-07-27Fix parallel build crash in translate_toolkit requiring solenvTomáš Chvátal1-1/+1
2011-07-26use -Wno-long-double only if gxx supports itNorbert Thiebaud1-3/+10
2011-07-25Version 3.4.2.3, tag libreoffice-3.4.2.3 (3.4.2-rc3)libreoffice-3.4.2.3libreoffice-3.4.2-finallibreoffice-3-4-2Petr Mladek0-0/+0
2011-07-25Not everybody has stdint.h when one needs itFridrich Štrba2-1/+92
2011-07-24Oops Bjoern's link to .gitattributes got committed by mistakeNorbert Thiebaud1-1/+0
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-21Version 3.4.2.2, tag libreoffice-3.4.2.2-buildfix1 (3.4.2-rc2)libreoffice-3.4.2.2-buildfix1Petr Mladek0-0/+0
2011-07-20Fix Windows buildFridrich Strba2-1/+55
Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2011-07-20Fix Windows buildfeature/layoutFridrich Strba2-1/+55
2011-07-19Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)libreoffice-3.4.2.2Petr Mladek0-0/+0
2011-07-19Updated mdds to 0.5.3.Kohei Yoshida1-2/+2
Signed-off-by: David Tardon <dtardon@redhat.com> Signed-off-by: Michael Meeks <michael.meeks@novell.com>
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-12Branch libreoffice-3-4-2Petr Mladek0-0/+0
This is 'libreoffice-3-4-2' - the stable branch for the 3.4.2 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.4.x release, please use the 'libreoffice-3-4' branch. If you want to build something cool, unstable, and risky, use master.
2011-07-12Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1Petr Mladek0-0/+0
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