Commit graph

15272 commits

Author SHA1 Message Date
Fridrich Štrba
7a139dfc2e Upload alpha1 version of libvisio 2011-06-23 19:27:22 +02:00
Tor Lillqvist
0fa4a7dcab Use correct CPPLCC when cross-compiling 2011-06-23 19:04:12 +03:00
Petr Mladek
d13971d27c bump product version to 3.5.0-alpha0, release number to 0 2011-06-23 14:45:23 +02:00
Jesús Corrius
3288324588 Fix for mingw32 crosscompilation 2011-06-23 13:05:25 +02:00
Caolán McNamara
7ec649923b 1.2 -> 1.3 2011-06-23 10:45:34 +01:00
Fridrich Štrba
956b404e2e upload a new version of hunspell 2011-06-23 11:10:39 +02:00
Tor Lillqvist
bb4e01086c Don't use FLIPCMD when cross-compiling from Unix 2011-06-23 01:46:11 +03:00
Tor Lillqvist
14ef6705a9 Add sehandler.hxx with the magic __SEHandler class for MinGW SEH
From the crosswin32-dtrans-mingw.diff patch in the build repo. Also in
janneke's gub, see
8ba48182c0,
but whether this was originally written by janneke, or jcorrius, or
somebody else, no idea, sigh.
2011-06-23 00:29:32 +03:00
Petr Mladek
3a6cd71834 install dbgtrace helper file for the the new --backtrace option
see the related changes in libs-core/desktop
2011-06-22 14:51:59 +02:00
Caolán McNamara
0af1d19d89 tweak this for some paranoid bash settings 2011-06-22 13:07:41 +01:00
Caolán McNamara
9574f268a8 add FONTCONFIG_[LIBS|CFLAGS] 2011-06-22 12:43:33 +01:00
Caolán McNamara
46e6e444aa make fontconfig non-optional on non-MacOSX unix 2011-06-22 11:17:40 +01:00
Norbert Thiebaud
41f9319cda fixing trailing whitespaces in pre-commit hook is broken.
The pre-commit hook had code that was trying to detect and _fix_
trailing whitespaces. this code was broken. If you try to do a partial
commit on a file and the part your are partially commiting contain
offending lines, the process to try to fix them drop the rest of the
changes.

In general it is very dangerous to try to be cute in a pre-commit hook
a pre-commit hook you tell you something is wrong, and preferably were
it think that it is wrong... but should not attempt to 'fix' things
silently. So I did not try to 'fix' that code.
Instead I replaced it by a straight forward 'detection-only', lifted from
the linux-kernel's git hook.
2011-06-22 01:42:47 -05:00
Tor Lillqvist
3fb73be520 Update Android autogen.lastrun 2011-06-22 09:05:26 +03:00
Tor Lillqvist
0de41f534e Add UnoApiTarget 2011-06-21 21:24:13 +03:00
Tor Lillqvist
c7c92480b6 Comment improvement 2011-06-21 21:23:55 +03:00
Michael Meeks
934da4d8f8 fix bug with duplicate entry in hash trampling on dll linking 2011-06-21 15:44:00 +01:00
Tor Lillqvist
e24eae042c Set LD/DYLD_LIBRARY_PATH when running rsc 2011-06-21 15:22:02 +03:00
Tor Lillqvist
eb0138502a Add EXECPOST_FOR_BUILD 2011-06-21 15:22:01 +03:00
Tor Lillqvist
d4c4b91fdb Add unoil and javaunohelper to cross-build-toolset, sigh 2011-06-21 15:22:01 +03:00
Tor Lillqvist
63cc1595cc Use gb_Executable_get_target_for_build for transex3 2011-06-21 10:47:54 +03:00
Tor Lillqvist
70f5775a9d Add UnoApiTarget 2011-06-21 02:11:26 +03:00
Tor Lillqvist
4a180cafbc Add gb_Executable_EXT_for_build and use it
Fixes native build on Windows.
2011-06-21 01:12:49 +03:00
Tor Lillqvist
1780e957d6 gbuild changes for MinGW cross-compilation
Intermediate commit.  But now at least comphelper will build
successfully. In the build order, comphelper is the first gbuildified
module where C++ code is compiled and linked .
2011-06-21 00:40:19 +03:00
Tor Lillqvist
4208195995 Just use the same JVMFWKLIB for MinGW as on Unix 2011-06-21 00:40:19 +03:00
Tor Lillqvist
67e1946064 Disable ATL when compiling with MinGW 2011-06-21 00:40:19 +03:00
Tor Lillqvist
7c6c7e1cfd Make the make of gbuild modules in cross-build-toolset silent 2011-06-21 00:40:19 +03:00
Tor Lillqvist
eb53297177 Don't use gb_Executable_EXT in gb_Executable_get_target_for_build 2011-06-21 00:40:18 +03:00
Tor Lillqvist
5180b6bbe2 More MinGW work, set LD/DYLD_LIBRARY_PATH when running build tools 2011-06-21 00:40:18 +03:00
Tor Lillqvist
8b0c371f99 Drop offuh from cross-build-toolset 2011-06-21 00:40:18 +03:00
Tor Lillqvist
481d0d318f Pass --disable-zenity to the inner configure run for the BUILD platform 2011-06-21 00:40:18 +03:00
Tor Lillqvist
6b9ad9ad8b Add third parameter to the gb_Deliver_add_deliverable call for the .manifest file, too 2011-06-21 00:32:24 +03:00
Robert Nagy
03992af6dc update the configure flags to reflect reality 2011-06-20 22:31:28 +02:00
Tor Lillqvist
2b12cab45a Fix gbuild breakage in WNTMSC build 2011-06-20 15:04:14 +03:00
Robert Nagy
4baf801154 parametters -> parameters 2011-06-20 14:04:47 +02:00
Robert Nagy
f26726f9ac add missing UnoApiTarget definitions after gnumake4 merge 2011-06-20 14:04:06 +02:00
Alexander Thurgood
ad71354bd3 document this better 2011-06-20 11:34:25 +01:00
David Tardon
7a189a97ab this does not apply now that IDL files are processed by gnumake 2011-06-20 10:48:08 +02:00
Norbert Thiebaud
3c632beb6c '-' prefix in Makefile only works for the first command... work around it 2011-06-18 14:40:37 -05:00
Norbert Thiebaud
ea1f0f94fc fix 1eabd795b959830b74c3f3036fefeb143448d898 bad \ 2011-06-18 14:22:08 -05:00
Norbert Thiebaud
1908ff8ea7 do not clean dmake if we use the system one 2011-06-18 14:09:50 -05:00
Tor Lillqvist
5789bdebd7 Use OUTDIR_FOR_BUILD to run build-time tools 2011-06-18 22:02:16 +03:00
Tor Lillqvist
09600160cd Choose build.pl or make automatically in cross-build-toolset 2011-06-18 22:02:15 +03:00
David Tardon
510737a54a enable libstdc++'s debug mode with --enable-debug 2011-06-18 17:20:10 +02:00
Tor Lillqvist
a908085492 MinGW hacks, we get a bit further now
I am mostly ignoring the possibility to build natively on Windows
using MinGW. I don't see any reasoon to bother supporting that. If we
want to build with MinGW, we want to do it as cross-compilation.

I am not intentionally removing OOo-originated native MinGW
compilation stuff. Yet. But will soon...
2011-06-18 16:51:32 +03:00
Tor Lillqvist
394e81876e Use the slightly different library names for MinGW, too 2011-06-18 16:51:32 +03:00
Tor Lillqvist
e17aac891e Temporary hack can be binned now 2011-06-18 16:51:32 +03:00
Tor Lillqvist
7af3985069 It is whether the HOST platform supports symlinks that is relevant 2011-06-18 16:51:31 +03:00
Tor Lillqvist
ce896d9ce6 Avoid more pointless special-casing for WNTGCC 2011-06-18 16:51:31 +03:00
Tor Lillqvist
19aef0d443 Avoid duplication 2011-06-18 16:51:31 +03:00