Commit graph

8998 commits

Author SHA1 Message Date
Tor Lillqvist
921902ead7 Handle consecutive slashes before ".." 2012-03-05 20:55:27 +02:00
Tor Lillqvist
af9618b29f Workaround for weird gbuild looping problem with Clang for iOS 2012-03-05 02:05:28 +02:00
Tor Lillqvist
240171aa5d Don't use HAVE_GCC_VISIBILITY_FEATURE for iOS here
We don't use it in gbuild/platform/IOS_ARM_CCC.mk either. Need to be
consistent or we get linker warnings. Should we use it? Probably it
isn't that important for iOS?
2012-03-05 02:05:27 +02:00
Tor Lillqvist
fa65ff8b1d Check for Clang in configury and store and use result 2012-03-02 15:42:25 +02:00
Andras Timar
48666b7d60 Cygwin uses internal Python which does not understand Cygwin paths 2012-03-02 14:37:55 +01:00
Matúš Kukan
811180e9dd translations converted to gbuild 2012-03-02 11:22:23 +01:00
Andras Timar
802616ed2d whitespace only, no code change 2012-03-02 11:03:29 +01:00
Andras Timar
0f56302890 fdo#46181 Use Traditional Chinese installer for zh-HK and zh-MO locales
Microsoft Installer thinks that it is a good idea to fall back to zh-CN
from zh-HK and zh-MO. It is wrong, because zh-CN uses Simplified Chinese
zh-HK and zh-MO use Traditional Chinese. So we need to fall back to zh-TW.
2012-03-02 10:51:44 +01:00
Tor Lillqvist
7a0b721462 Filter out options that Clang doesn't have 2012-03-01 01:26:20 +02:00
Stephan Bergmann
fe5fcca253 REMOVE_FILES for cases where files need to be removed from external sources 2012-02-29 23:45:10 +01:00
Stephan Bergmann
7c4f2ec8a7 Simplify install name handling for external libraries on Mac OS X
...by allowing our special @___... tokens anywhere within an install name,
so that external modules can configure --prefix=/@___... etc.  This removes
the need for the special extshl and EXTRPATH=LOADER.  Also, a new
OUT2BIN_NONE can be used for external modules where the generated libraries
need the default EXTRPATH=OOO, but generated executables are only used
during the build and such need RPATH=NONE.
2012-02-29 18:46:38 +01:00
Andras Timar
3cc7cbeb0e remove ky-CN, apparently they did not start translation 2012-02-29 16:48:29 +01:00
Andras Timar
bd2b353f66 add Amharic (am) UI translation 2012-02-29 16:04:56 +01:00
Michael Meeks
10512ce508 build.pl: add a warning about the cost of: make tail_build.clean 2012-02-28 14:55:32 +00:00
Michael Stahl
a2db9f4d46 solenv/gdb: fix Emacs modelines 2012-02-27 20:45:05 +01:00
Tor Lillqvist
651dcc29f4 Add --disable-extensions switch for future implementation 2012-02-27 17:02:59 +02:00
Tor Lillqvist
c16bc82637 s/interpreters/scripting/ 2012-02-27 16:51:56 +02:00
Tor Lillqvist
4c737b6470 Decouple disabling of scripting (BASIC &co) from OS being iOS 2012-02-27 10:06:22 +02:00
Tor Lillqvist
9eb1c0cb7c Fix typos 2012-02-26 09:17:05 +02:00
Matúš Kukan
7e454a3e3d gbuild_simple: add gb_Python and include also Tempfile here 2012-02-25 13:10:43 +01:00
Matúš Kukan
66fdc38fb7 partial_build: make this work also for modules from clone/ 2012-02-25 13:10:42 +01:00
Matúš Kukan
b715e378aa gbuild: little more cleaning 2012-02-24 17:06:52 +01:00
Matúš Kukan
ea37d89410 gbuild: get rid of REPODIR 2012-02-24 17:06:51 +01:00
Matúš Kukan
4ee6123d05 Do not define PRUDUCT, we only use DBG_UTIL now 2012-02-24 17:06:50 +01:00
Luboš Luňák
752de21127 missed instances of -std=c++0x when switching to gnu++0x 2012-02-24 16:50:40 +01:00
Andras Timar
995b2f887b more silent output of non-verbose help build 2012-02-24 16:43:45 +01:00
Andras Timar
870bbec1a5 remove unused makefile tg_xmerge.mk 2012-02-24 14:41:45 +01:00
Andras Timar
f38b7bb052 remove unused makefile tg_propmerge.mk 2012-02-24 14:38:56 +01:00
Luboš Luňák
1cf7ab61a7 use -std=gnu++0x rather than -std=c++0x
The gcc default for C++ is -std=gnu++98, and -std=c++98 is used
explicitly or with -ansi, so the C++0x "default" should be gnu++0x.
2012-02-24 14:06:19 +01:00
Tor Lillqvist
5f9657ba54 Filter out forms/util/frm component for a build without database connectivity 2012-02-23 22:59:58 +02:00
Korrawit Pruegsanusak
7506e70e35 Tabs to spaces, no code changed 2012-02-23 22:58:03 +07:00
Caolán McNamara
249059454f Revert "Replace installer::parameter::make_absolute_path."
This reverts commit 8b65b2a384.

Because windows install sets didn't get generated afterwards,
possibly due to cygwin absolute path complexity
2012-02-23 14:34:04 +00:00
Stephan Bergmann
55cece2252 Add shl/LOADER/URELIB to make --without-sytem-libxml work on Mac OS X
I doubt that the "LOADER" token is needed at all, but will investigate that
later.
2012-02-23 12:48:37 +01:00
Caolán McNamara
971ca6c255 fix windows import lib name 2012-02-23 10:31:22 +00:00
Caolán McNamara
d5c14a99dc just link to HelpIndexer 2012-02-23 10:31:20 +00:00
Caolán McNamara
8f6321b775 use different OUString ctor for RTL_TEXTENCODING_UCS4 2012-02-23 10:31:19 +00:00
Caolán McNamara
15704e6319 bootstrap replacement c++ help component 2012-02-23 10:31:15 +00:00
Tim Retout
617c914016 Remove unnecessary $run variable from installer. 2012-02-22 22:54:16 +00:00
Tim Retout
f05664d182 Remove another form of debug logging from the installer. 2012-02-22 22:16:35 +00:00
Tor Lillqvist
6239540d7d We don't want to build real executables for iOS using gbuild
Our current <sal/main.h> doesn't produce any main() anyway, but a
lo_main(). Just like for Android, except that for iOS we don't produce
a shared library for gbuildified "executables", but a static library
even. Compiling actual main programs and linking with all necessary
(static) LO libraries will be managed (for now) outside gbuild.
2012-02-22 22:35:54 +02:00
Tim Retout
9eb6527dae Re-enable errors for help pack files with no source. 2012-02-22 19:57:13 +00:00
David Tardon
2dea294025 put version number in all versioned URE libs' names on MinGW
It does not make sense to do it for some of them, but not all. It is
also inconsistent with other platforms.
2012-02-22 11:01:32 +01:00
Michael Meeks
f3d9913a90 add cleaned up / improved warning for broken environment 2012-02-22 09:44:37 +00:00
Cor Nouws
81fc5e9208 removed check on need to run Env.Host.sh first 2012-02-22 09:42:02 +00:00
Tim Retout
37b0805a8c Remove unused subs from installer::epmfile. 2012-02-21 18:33:20 +00:00
Tim Retout
145a69f5df Remove unused save functions from various Perl modules. 2012-02-21 18:33:15 +00:00
Bjoern Michaelsen
43eefa11eb pythonloader.uno.so, libpyuno and pyuno are duplicates for linkoo too 2012-02-21 18:10:14 +01:00
Tor Lillqvist
136f53f58e More clever way to filter out component files for libs not built
I.e. BASIC stuff for iOS and database connectivity stuff when using
--disable-database-connectivity. All of this quite experimental so
far, using the latter will break your build.
2012-02-21 14:19:50 +02:00
Tor Lillqvist
f9a5c4cbc2 More --disable-database-connectivity work, still experimental 2012-02-21 14:19:49 +02:00
Tor Lillqvist
747257231e Rethink cppunittest "plugins" for iOS, more to come 2012-02-21 14:19:46 +02:00