Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-28 | replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster | Michael Stahl | 361 | -114340/+20 | |
2011-08-01 | adding $(AUGMENT_LIBRARY_PATH) back, because it is neededFINAL_MASTERmaster-backup | Andras Timar | 1 | -1/+1 | |
2011-07-29 | 10.4's system python is too old, need to use internal python | Christian Lohmaier | 1 | -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-29 | Use system python unconditionally on Mac | Thorsten Behrens | 1 | -2/+4 | |
Internal python on mac does not yield usable python executable, use the system one unconditionally for Mac. | |||||
2011-07-28 | Merge commit 'libreoffice-3.4.2.3' | Jan Holesovsky | 0 | -0/+0 | |
2011-07-27 | Related: fdo#35404 force .a files to hidden visibility | Caolán McNamara | 1 | -1/+9 | |
2011-07-27 | Fix parallel build crash in translate_toolkit requiring solenv | Tomáš Chvátal | 1 | -1/+1 | |
2011-07-26 | use -Wno-long-double only if gxx supports it | Norbert Thiebaud | 1 | -3/+10 | |
2011-07-25 | Version 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-2 | Petr Mladek | 0 | -0/+0 | |
2011-07-25 | Not everybody has stdint.h when one needs it | Fridrich Štrba | 2 | -1/+92 | |
2011-07-24 | Oops Bjoern's link to .gitattributes got committed by mistake | Norbert Thiebaud | 1 | -1/+0 | |
2011-07-24 | Merge branch 'master' into feature/gnumake4feature/gnumake4 | Bjoern Michaelsen | 7 | -12/+299 | |
2011-07-22 | Uploading new libvisio alpha version | Fridrich Štrba | 2 | -5/+5 | |
2011-07-22 | ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without | Caolán McNamara | 1 | -4/+0 | |
2011-07-21 | MsiGetPatchInfoA and W were missing | Tor Lillqvist | 1 | -0/+2 | |
2011-07-21 | Make import libs for msi and urlmon dlls based on Wine's .def files | Tor Lillqvist | 4 | -2/+291 | |
2011-07-21 | Pass also our EXTRA_CDEFS to the cppunit configury | Tor Lillqvist | 1 | -1/+1 | |
2011-07-21 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | 34 | -77/+6108 | |
2011-07-21 | Version 3.4.2.2, tag libreoffice-3.4.2.2-buildfix1 (3.4.2-rc2)libreoffice-3.4.2.2-buildfix1 | Petr Mladek | 0 | -0/+0 | |
2011-07-20 | Fix Windows build | Fridrich Strba | 2 | -1/+55 | |
Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com> | |||||
2011-07-20 | Fix Windows buildfeature/layout | Fridrich Strba | 2 | -1/+55 | |
2011-07-19 | Version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2)libreoffice-3.4.2.2 | Petr Mladek | 0 | -0/+0 | |
2011-07-19 | Updated mdds to 0.5.3. | Kohei Yoshida | 1 | -2/+2 | |
Signed-off-by: David Tardon <dtardon@redhat.com> Signed-off-by: Michael Meeks <michael.meeks@novell.com> | |||||
2011-07-18 | build cppunit also with STL debug when STL debug is enabled | Luboš Luňák | 1 | -0/+4 | |
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html | |||||
2011-07-14 | Relocate the headers from Wine, add two new ones | Tor Lillqvist | 18 | -5/+2436 | |
2011-07-14 | Add constructor and GetValue() method to the Color class | Tor Lillqvist | 1 | -1/+9 | |
2011-07-14 | Add the gdiplus headers and import library from Wine, for cross-compilation | Tor Lillqvist | 16 | -0/+3395 | |
2011-07-13 | Updated mdds to 0.5.3. | Kohei Yoshida | 1 | -2/+2 | |
2011-07-12 | Branch libreoffice-3-4-2 | Petr Mladek | 0 | -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-12 | Version 3.4.2.1, tag libreoffice-3.4.2.1 (3.4.2-rc1)libreoffice-3.4.2.1 | Petr Mladek | 0 | -0/+0 | |
2011-07-10 | iOS hacks | Tor Lillqvist | 1 | -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-09 | Fix debugging build for iOS | Tor Lillqvist | 2 | -1/+19 | |
2011-07-09 | Build with -g if we want to be able to debug | Tor Lillqvist | 1 | -1/+6 | |
2011-07-07 | Uploading second alpha version of libvisio | Fridrich Štrba | 5 | -250/+5 | |
2011-07-01 | Don't hardcode -arch armv7 here, breaks build for simulator | Tor Lillqvist | 1 | -1/+1 | |
2011-06-29 | Produce an import library for jawt.dll when cross-compiling to Windows | Tor Lillqvist | 3 | -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-24 | OOps, typo | Fridrich Štrba | 1 | -1/+1 | |
2011-06-23 | Upload alpha1 version of libvisio | Fridrich Štrba | 5 | -9/+249 | |
2011-06-23 | 1.2 -> 1.3 | Caolán McNamara | 1 | -2/+2 | |
2011-06-22 | Merge branch 'master' into feature/gnumake4 | Bjoern Michaelsen | 299 | -54810/+16193 | |
2011-06-22 | Simplify MinGW crack | Tor Lillqvist | 1 | -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-21 | Make cppunit build for Android | Tor Lillqvist | 2 | -2/+13 | |
2011-06-20 | Bypass when SYSTEM_MYTHES=YES for WNTGCC, too | Tor Lillqvist | 1 | -0/+2 | |
2011-06-18 | fixing rebase errors | Bjoern Michaelsen | 1 | -0/+1 | |
2011-06-17 | Pass --build and --host options also when cross-compiling to Windows | Tor Lillqvist | 1 | -0/+4 | |
2011-06-17 | Surely we are not building Cygwin DLLs in the WNTGCC case!? | Tor Lillqvist | 1 | -1/+1 | |
2011-06-17 | Merge remote-tracking branch 'origin/libreoffice-3-4' | Jan Holesovsky | 0 | -0/+0 | |
2011-06-17 | Surely we are not building Cygwin DLLs in the WNTGCC case!? | Tor Lillqvist | 1 | -1/+4 | |
2011-06-17 | Fix compilation error with MinGW | Tor Lillqvist | 1 | -0/+12 | |
2011-06-17 | Pass --host and --build flags also when cross-compiling to Windows | Tor Lillqvist | 1 | -0/+4 | |