Rene Engelhard
699b3b662c
char* -> const char* for npapis getMIMEDescription to fix build with newer mozs
2012-02-17 16:40:46 +01:00
Rene Engelhard
f42948d0df
fix icu build on arm
...
(from http://patch-tracker.debian.org/patch/series/view/icu/4.4.1-7/arm-assembler.patch )
2012-02-17 16:40:46 +01:00
Thorsten Behrens
fdfeb21102
Fix fdo#45584 - disable cairocanvas on Mac.
...
We never used cairocanvas on Mac, this got accidentally enabled
due to configure.in cleanups. Not that we shouldn't, but it needs
some more fixing.
2012-02-17 16:34:21 +01:00
Mariusz Dykierek
51b3eb3a39
clean up logic
2012-02-17 15:25:28 +00:00
Mariusz Dykierek
b8f007d052
remove extraneous qualifiers that break some compilers
2012-02-17 15:22:46 +00:00
Mariusz Dykierek
df69ab8a80
Use emptiness check rather than size check for efficiency
2012-02-17 15:22:29 +00:00
Mariusz Dykierek
b7a0b9e519
Possible inefficient checking for 'm_EventList' emptiness.
2012-02-17 15:17:32 +00:00
Stephan Bergmann
e14700edc0
Move all jurt JunitTests back to subsequentcheck for now
...
...as they have further dependencies on modules higher up in the hierarchy.
2012-02-17 16:15:37 +01:00
Thorsten Behrens
5d14f80c1e
Make avmedia module buildable with dbglevel=3 again.
2012-02-17 15:54:48 +01:00
Thorsten Behrens
1984e0b41e
Make l10ntools module buildable with dbglevel=3 again.
2012-02-17 15:53:58 +01:00
Thorsten Behrens
49b54b37e8
Make filters module buildable with dbglevel=3 again.
2012-02-17 15:53:47 +01:00
David Tardon
80b94e54d8
do not hardcode mingw path
2012-02-17 15:53:59 +01:00
David Tardon
41522fc775
avoid hardcoded dll names
2012-02-17 15:53:59 +01:00
David Tardon
12c35f511e
add macro for extracting mingw dll names from libtool files
...
Hardcoding dll names from SuSE Linux in configure.in is not good,
because they might be slightly different on other systems (notably
Fedora :-), or the libraries might be compiled with different
dependencies.
2012-02-17 15:53:58 +01:00
David Tardon
1a1c6f8f8e
allow using system icu in cross-compilation build
2012-02-17 15:53:58 +01:00
David Tardon
b60aedc17c
allow using system expat in cross-compilation build
2012-02-17 15:53:58 +01:00
David Tardon
50c5c10ac3
allow using system db in cross-compilation build
2012-02-17 15:53:57 +01:00
David Tardon
2afa9317cd
allow using system boost in cross-compilation build
2012-02-17 15:53:57 +01:00
David Tardon
e1462d24f4
allow using system cppunit in cross-compilation build
2012-02-17 15:53:56 +01:00
David Tardon
4b95a8f307
allow using system libxml in cross-compilation build
...
This uses the same pattern that is already used to discriminate env.
vars for host and build (i.e., the new option specific for build
platform has -for-build suffix).
2012-02-17 15:53:56 +01:00
David Tardon
6fcf0c9c6b
pass --without-java to configure for build platform
2012-02-17 15:53:56 +01:00
David Tardon
222f04c90b
add missing quotes
2012-02-17 15:53:55 +01:00
David Tardon
398721c280
use configured HOST_PLATFORM instread of hardcoded triplet
2012-02-17 15:53:55 +01:00
Stephan Bergmann
5bb5152123
Make jurt JunitTests work
2012-02-17 15:51:49 +01:00
Stephan Bergmann
28137a5177
Various fixes for JunitTests
2012-02-17 15:51:49 +01:00
David Tardon
a3aa7ada19
suppress -Werror for vclplug_gtk3
2012-02-17 15:49:18 +01:00
David Tardon
512fcc354d
suppress -Werror for clucene
2012-02-17 15:49:18 +01:00
David Tardon
a6e47f72dc
allow to suppress -Werror per link target
...
It is implemented for Executable, Library and StaticLibrary and works
for C, C++, Objective C and Objective C++ sources.
Please, do not misuse! Better fix your code!
2012-02-17 15:49:17 +01:00
Tim Retout
04e1010fd7
Remove unused save_logfile_after_linking from installer::worker
2012-02-17 14:28:34 +00:00
Tim Retout
2492b26bb7
Remove unused unpack_all_targzfiles_in_directory from installer::worker
2012-02-17 14:28:34 +00:00
Tim Retout
8b389383dc
Remove unused checksum subs from installer::worker
2012-02-17 14:28:33 +00:00
Tim Retout
2efa9f5124
Remove unused install_sets subs from installer::worker
2012-02-17 14:28:33 +00:00
Tim Retout
ce7c5a6062
Remove unused solaris subs from installer::worker
2012-02-17 14:28:33 +00:00
Tim Retout
0aeeebe517
Remove unused md5sum subs from installer::download
2012-02-17 14:28:32 +00:00
Tim Retout
76ffd9e6bf
Replace installer::logger::include_header_into_globallogfile.
2012-02-17 14:26:20 +00:00
Tim Retout
c2ece9e23d
Move global starttime into installer::logger
2012-02-17 14:26:19 +00:00
Tim Retout
f2808e15b4
installer::logger: Remove temporary variable.
2012-02-17 14:26:19 +00:00
Tim Retout
04134e94af
Use Exporter in installer::logger.
...
Also rename private subroutines to start with an underscore.
2012-02-17 14:26:18 +00:00
Tim Retout
094c3e91be
Remove unreferenced subroutines from installer::logger
2012-02-17 14:26:18 +00:00
Tim Retout
d6adf7c7b3
Inline and remove installer::sorter
2012-02-17 14:25:36 +00:00
David Tardon
314c2d3e0c
use custom target for preparing sources
2012-02-17 14:55:53 +01:00
David Tardon
9b3963ce53
remove duplicated assignment
2012-02-17 13:59:29 +01:00
Tor Lillqvist
f8e3ec2892
Bin obsolete comment
2012-02-17 14:42:40 +02:00
Caolán McNamara
b688a3dcbe
first cut at building an internal clucene
2012-02-17 12:21:37 +00:00
Caolán McNamara
e97191f39d
WaE: unreachable code
2012-02-17 12:21:37 +00:00
Caolán McNamara
7cded3aad7
WaE: unused variables
2012-02-17 12:21:37 +00:00
Caolán McNamara
99bf0c318b
add a uno test api with more than 8 floating point args
...
I'm a cruel person, i.e. this targets the TODO of
dab11f7fe2
in
bridges/source/cpp_uno/gcc3_linux_arm/cpp2uno.cx
2012-02-17 12:21:36 +00:00
Caolán McNamara
13de41eaaf
WaE: uninitialized pCell
2012-02-17 12:21:36 +00:00
Caolán McNamara
8fd5b7c79d
these can be compiled with exceptions enabled
2012-02-17 12:21:36 +00:00
Eike Rathke
894502df74
resolved rhbz#794679 use proper Indian Rupee currency symbol U+20B9
2012-02-17 13:11:47 +01:00