Commit graph

292931 commits

Author SHA1 Message Date
François Tigeot
7f5d808c91 Do not hardcode bash path 2011-08-23 13:40:58 +02:00
Jordan Ayers
38391ce90d Remove an unused perl module
Another one related to fdo#39747.

The file solenv/bin/modules/installer/configuration.pm isn't used at
all currently.  (I see that it was used for a while back in 2004 by
make_installer.pl.)  This patch drops the file.

LGPLv3+/MPL

Jordan Ayers

>From fc1a7ebdb81cfb927f80a4ba4fb625a40840263f Mon Sep 17 00:00:00 2001
From: Jordan Ayers <jordan.ayers@gmail.com>
Date: Mon, 22 Aug 2011 23:42:00 -0500
Subject: [PATCH] Remove unused perl module.
2011-08-23 12:07:52 +01:00
Jordan Ayers
75953230cc Clean up globals in make_installer.pl
Reduce scope of $packjobref.
Remove $exithandler and its shutdown check, since no handler was ever assigned.
Remove some unused install::global:: variables.
2011-08-23 11:52:49 +01:00
Caolán McNamara
d3bf28445a placement new needs new header included 2011-08-23 11:48:04 +01:00
Caolán McNamara
36481d72e1 fix build error for the moment, apply mingw patch only for mingw case 2011-08-23 11:36:03 +01:00
Muthu Subramanian
8542444fd5 Code review fixes. 2011-08-23 15:32:35 +05:30
Caolán McNamara
0d1ff2bfc4 generate list 2011-08-23 10:35:45 +01:00
Caolán McNamara
79a2a32ede fix windows xmlsecurity link 2011-08-23 10:35:45 +01:00
Caolán McNamara
7ba337359e merge these similar methods together 2011-08-23 10:35:45 +01:00
Caolán McNamara
050b80a6fc ditch deprecated api 2011-08-23 10:35:45 +01:00
Caolán McNamara
af6ce167af fix this up 2011-08-23 10:35:45 +01:00
Caolán McNamara
0ea3ef86a1 better test for this that doesn't depend on env 2011-08-23 10:35:44 +01:00
Caolán McNamara
43f8cba7d2 callcatcher: yet more unused code 2011-08-23 10:35:44 +01:00
Tor Lillqvist
6c1e871901 Avoid compilation error in dbgutil (_DEBUG) MSVC build
Define _HAS_ITERATOR_DEBUGGING as 0 so that we don't use the debugging
ordering predicates, which cause compilation errors thanks to the way
we use std::equal_range(). In this case it seemed fairly hairy to fix
that, so...
2011-08-23 12:29:36 +03:00
Tor Lillqvist
85bee97305 Work around limitation in the debug version of the MSVC std::lower_bound 2011-08-23 12:29:34 +03:00
Jan Holesovsky
b0eea6c310 Fix cross-building libxslt to at least go through configure; does not build. 2011-08-23 11:27:40 +02:00
Jan Holesovsky
8e0c60ac14 Fix mingw cross-build of libxml2. 2011-08-23 10:42:18 +02:00
Muthu Subramanian
b6768c5073 n#699334: Legacy Diagram Text import.
- Imports Legacy Text.
- Formatting info is not imported.
2011-08-23 14:14:43 +05:30
Tor Lillqvist
4432625b90 gb_MINGWLIBDIR is not used anywhere 2011-08-23 10:37:10 +03:00
Tor Lillqvist
457535e1bb Add YaccObject class 2011-08-23 10:37:10 +03:00
Muthu Subramanian
68e756de2e n#657896 - Gradient Transparencies and Muticolor Gradient fills.
- Assumes axial gradient fills when more than 3 colors are present.
- Implements importing of Transparency Gradients.
2011-08-23 12:48:52 +05:30
Jan Holesovsky
a54cb659d2 setup_native does not need sfx2; avoids building vcl when cross-compiling. 2011-08-23 08:26:14 +02:00
Jan Holesovsky
ba4b78aa29 Remove useless comments from build.lst. 2011-08-23 08:26:14 +02:00
Tor Lillqvist
172e6f6362 Add comment with discussion on what existing comments claim 2011-08-23 08:20:14 +03:00
Martin Hosken
977bc66a2a Upgrade graphite to 1.0.2 and simplify patches 2011-08-23 09:22:29 +07:00
Kohei Yoshida
0a622335b0 Actually these methods are supposed to have private visibility. 2011-08-22 21:19:01 -04:00
Kohei Yoshida
b14475e64d Linker error on windows. 2011-08-22 20:29:20 -04:00
Kohei Yoshida
030f38b59d Don't mark methods PUBLIC when the whole class is marked PUBLIC.
MSVC refuses to compile otherwise.
2011-08-22 20:18:02 -04:00
Matúš Kukan
fdbe98ebb5 unusedcode: svt:: 2011-08-23 01:28:24 +02:00
Tor Lillqvist
648bbe3d64 Remove assertion that does not compile 2011-08-23 01:02:28 +03:00
Tor Lillqvist
430dcc951e Obey TMPDIR if set 2011-08-23 00:44:15 +03:00
Tor Lillqvist
20c82c0688 Look at COM to detect MinGW, not the weird USE_MINGW 2011-08-23 00:44:15 +03:00
Tor Lillqvist
a1f0f63b37 Fix cross-compilation 2011-08-23 00:44:15 +03:00
François Tigeot
107d717941 Do not check for cups presence on Windows and Android systems 2011-08-22 23:29:32 +02:00
Michael Meeks
795d7867fe check we have the environment sourced, and fail helpfully if not 2011-08-22 22:18:39 +01:00
Tor Lillqvist
d6cde02dbc Fix dbgutil build of pyuno
Whether things actually work when pyuno is built against the debugging
runtime, but the internal Python (to the best of my knowledge) still
against the normal one, I don't know. But anyway, this makes the build
succeed here.
2011-08-22 23:54:48 +03:00
Tor Lillqvist
c3b5c166b9 Make a dbgutil build of the Explorer extension succeed
Take notice of USE_DEBUG_RUNTIME also in set_wntx64.mk.

Don't unset USE_DEBUG_RUNTIME and don't hardcode the non-debugging
msvcprt.lib when building the Explorer extension.

Undefine OSL_DEBUG_LEVEL in its source files that would otherwise drag
in the diagnosing functions from sal. We don't link the Explorer
extension with sal.

As such it might not make much sense to actually *use* a shell
extension built with assertions in the C++ library, against the
debugging C/C++ runtime. You don't want assertions to fire in
Explorer, do you? On the other hand, one could be debugging an
Explorer extension remotely. Maybe even locally, I don't know if some
lower levels of Windows get upset if Explorer is unresponsive due to
being debugged, or something.

But anyway, the main point for now is to make an --enable-dbgutil
build succeed.

Alternatively we could also make sure USE_DEBUG_RUNTIME is unset in
*all* makefiles in shell.
2011-08-22 23:35:19 +03:00
Tor Lillqvist
e012efa0b6 chmod -x 2011-08-22 22:38:36 +03:00
Tor Lillqvist
08bf54f9cc No need to mention msvcprt.lib here, wntmsc.mk does that
Besides, hardcoding msvcprt.lib breaks a dbgutil build where we use
msvcprtd.lib.
2011-08-22 22:38:34 +03:00
Tor Lillqvist
2fbd5d4750 Move Win32-only code under source/win32 for clarity 2011-08-22 22:38:31 +03:00
François Tigeot
7b4825af2c Enable CUPS unconditionally
It doesn't make sense to try to use anything else to print on *nix
systems these days
2011-08-22 21:11:18 +02:00
Tor Lillqvist
f2079a12ce Drop OS/2 lines 2011-08-22 21:43:48 +03:00
Matúš Kukan
4a2e1fc279 unusedcode: sfx:: sfx2:: 2011-08-22 20:06:49 +02:00
Miklos Vajna
a789d8a487 Implement RTF_ANSICPG 2011-08-22 18:23:33 +02:00
Miklos Vajna
ea190eaa04 Make frame start/end a bit more robust
Don't try to start a started frame, don't try to end a not started
frame.
2011-08-22 18:23:33 +02:00
Miklos Vajna
b50403171c Make sure runs are closed before we end a frame 2011-08-22 18:23:33 +02:00
Michael Meeks
81a8b277ad remove name-to-ver-control map contents from RSC_VERSIONCONTROL record
Based on a patch from Andras, this removes a set of un-used
debugging type strings from all lang-pack resource files.
2011-08-22 18:19:59 +02:00
Tor Lillqvist
f541988690 Fix dubious std::lower_bound usage that breaks in a _DEBUG MSVC build 2011-08-22 19:05:11 +03:00
David Tardon
096d36c904 the backslash should be escaped here 2011-08-22 17:34:04 +02:00
David Tardon
3c8f40e039 link versioned uno libs from solver to install dir 2011-08-22 17:30:20 +02:00