Commit graph

294371 commits

Author SHA1 Message Date
Michael Meeks
950090c5d5 add new bootstrapfixture to share and simplify unit test code 2011-09-28 15:09:47 +01:00
Michael Meeks
3ff029819c remove obsolete include guard 2011-09-28 15:09:47 +01:00
Marc-Andre Laverdiere
706651b37f Removed unused code EnhWMFReader::ReadGDIComment() 2011-09-28 18:58:58 +05:30
Stephan Bergmann
01e0b770a5 Let SalAbort dump core on developer builds. 2011-09-28 15:24:52 +02:00
Fridrich Štrba
f973e25a92 Uploading a new release of libwps 2011-09-28 14:34:36 +02:00
Stephan Bergmann
a1a059467b Fix building moz on Mac OS X.
* On Mac, nss-config must not emit -rpath-link switch.
* --with-system-nss/-nspr horribly broke in combination with the
  routine use of MOZ_ARCH and resulting MOZ_CROSS_COMPILE for Mac,
  and the latter appears to be unnecessary for a normal build, anyway,
  so is now conditional CREATE_UNIVERSAL_MAC_MOZ_ZIP, in case anybody
  still uses the code to create universal moz archives.
* This in turn revealed two issues in moz that have been addressed
  with a new macosx_build_fix.patch.
2011-09-28 13:54:24 +02:00
Andras Timar
e34c87ce75 Uyghur LCID is 1152 not 2200 2011-09-28 13:48:11 +02:00
Andras Timar
5e61a194f1 remove obsolete fake_languagesstring() subroutine 2011-09-28 13:48:10 +02:00
Andras Timar
05293cb04c remove checks for unused BUILD_SPECIAL environment variable 2011-09-28 13:48:10 +02:00
Tor Lillqvist
d455410a3d Look at GCC version, not whether MacOSX or not 2011-09-28 13:21:36 +03:00
Caolán McNamara
a22a722ddb nothing initializes pDefaultExt anymore 2011-09-28 10:42:36 +01:00
Tor Lillqvist
e4050a653b Don't consider newer Apple compilers having "universal" byte order
I don't understand what the "universal" byte order thing tries to
say. Sure, Apple's compilers can produce fat binaries, i.e. containing
code for multiple architectures, which I guess might have differing
byte order. But I think the test for an -arch flag being present here
is backwards, surely if you specify -arch i386 for instance, then we
*know* that the byte order is little endian, not "universal".

Anyway, this broke ICU when built against MacOSX SDK 10.6 at least,
the ICU configury used wrong suffix for ICUDATA_NAME, and genbrk
failed in i18npool with a mysterious "can not initialize ICU.  status
= U_FILE_ACCESS_ERROR" message.
2011-09-28 11:41:17 +03:00
Caolán McNamara
eff6245f98 ByteString->rtl::OStringBuffer 2011-09-28 09:20:33 +01:00
Caolán McNamara
0be6fb77a7 callcatcher: another round 2011-09-28 09:20:33 +01:00
Caolán McNamara
820a569b8d ByteString->rtl::OStringBuffer 2011-09-28 09:20:33 +01:00
Caolán McNamara
5eb475f308 ByteString->rtl::OStringBuffer 2011-09-28 09:20:32 +01:00
Caolán McNamara
84841b118a callcatcher: AtomServer unused 2011-09-28 09:20:32 +01:00
Caolán McNamara
19bf1de0d4 callcatcher: unused code 2011-09-28 09:20:32 +01:00
Caolán McNamara
865ef9c448 unused ctor, and use boost::noncopyable 2011-09-28 09:20:32 +01:00
Michael Meeks
7e276c3e0f re-work XPropertyList default extension handling to increase re-use 2011-09-28 09:09:12 +01:00
David Tardon
05bee20282 we want these macros to be emtpy strings, not 1s
The substituted 1s cause i686-pc-mingw32-windres to bail out with syntax
error in solenv/inc/shlinfo.rc at line 67.
2011-09-28 08:59:53 +02:00
Takeshi Abe
199d83a44d removed dead code 2011-09-28 13:47:45 +09:00
Takeshi Abe
a80533c4a7 fix typo in message 2011-09-28 13:46:50 +09:00
Stephan Bergmann
59af654b80 Revert "Fixx FormulaCompiler build after the O[U]String[Buffer] changes"
Obsoleted by the subsequent fix to tools/string.hxx.
This reverts commit 928f7a47a1.
2011-09-27 23:28:58 +02:00
Stephan Bergmann
5c0b18ed99 Work around ambiguity introduced by previous rtl::O[U]String[Buffer] related clean up. 2011-09-27 23:27:50 +02:00
Fridrich Štrba
928f7a47a1 Fixx FormulaCompiler build after the O[U]String[Buffer] changes 2011-09-27 23:11:16 +02:00
Tor Lillqvist
2a214cc6d3 Compile also ICU for debugging if --enable-debug 2011-09-27 23:31:37 +03:00
Tor Lillqvist
82836f2815 WaE: comparison between signed and unsigned integer expressions 2011-09-27 22:48:45 +03:00
Tor Lillqvist
296823ab86 More WaE fixes for iOS 2011-09-27 22:37:48 +03:00
Stephan Bergmann
6671fa81db Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *(). 2011-09-27 20:22:03 +02:00
David Tardon
b6d8251eee move windows-only call into platform/win* 2011-09-27 20:01:49 +02:00
David Tardon
2e2dcefb5f make WinResTarget's name independent of LinkTarget 2011-09-27 20:01:48 +02:00
David Tardon
edb760e625 correct link target name should be propagated from gb_Library_add_nativeres 2011-09-27 20:01:48 +02:00
Matúš Kukan
31e7820f03 remove unused header and clean d.lst which should be empty 2011-09-27 19:41:05 +02:00
Thorsten Behrens
ed73eb561c More Android config.sub fixing.
This time the redland library.
2011-09-27 18:06:49 +02:00
Thorsten Behrens
201344f805 Replace raptor rindex calls with strrchr
Seems android libc is missing that - replaced by non-deprecated
posix func.
2011-09-27 17:44:17 +02:00
Thorsten Behrens
e4486fe169 More Android config.sub fixing.
More parse fixing for android os string.
2011-09-27 17:44:17 +02:00
Fridrich Štrba
0f829ec191 If gradient type is not specified, assume linear 2011-09-27 17:05:31 +02:00
Tor Lillqvist
516d2e0518 Hmm, why did I think the ATSUI API would be gone in the 10.5 SDK?
The ATSUI API that cairo uses seems to compile fine against both 10.5
and 10.6 SDKs. Maybe then against 10.7 it won't?
2011-09-27 17:53:25 +03:00
Jan Holesovsky
6994e9c91e Add my autogen.lastrun too. 2011-09-27 16:30:35 +02:00
Tor Lillqvist
1682fcc235 Dmake's .IF expression parser is apparently broken, >= works but > doesn't 2011-09-27 17:29:49 +03:00
Michael Meeks
642553238c add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste 2011-09-27 15:07:12 +01:00
Markus Mohrhard
bc406a77b5 add dependencies for vba unit test 2011-09-27 16:06:03 +02:00
Markus Mohrhard
acbeb839aa move the checkboxes below the more button 2011-09-27 16:06:03 +02:00
Michael Meeks
baa36ed2f1 remove obsolete and unused defines 2011-09-27 14:44:54 +01:00
Michael Meeks
0e3361c0ae assert on the console in a helpful way as/when we get a message dialog 2011-09-27 14:44:20 +01:00
Tor Lillqvist
41bc308973 Let's rely on memmove() being sane on all our platforms
Defining an own memmove() here is silly. It breaks compilation against
MacOSX 10.6 SDK where memmove is a macro. If we really wanted to avoid
the system memmove() here, surely we should then use
rtl_moveMemory(). But since when is idlcpp performance critical?
2011-09-27 16:04:27 +03:00
Jan Holesovsky
28cf0a3cf3 Process options early so that $TARGET is set when we need it. 2011-09-27 14:45:42 +02:00
Marc-Andre Laverdiere
f6a34255af Minor refactoring on WMF loading 2011-09-27 13:39:12 +01:00
Tor Lillqvist
5e9b48bd17 Add bestreversemap 2011-09-27 15:30:38 +03:00