Commit graph

31 commits

Author SHA1 Message Date
Caolán McNamara
3934efe28c sigh, need a 64bit zlib too on windows, reverting 2012-04-13 14:06:55 +01:00
Caolán McNamara
452af5f452 gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
2012-04-13 13:15:25 +01:00
Caolán McNamara
ba8b1c2fec CLucene headers are better in inc/external 2012-04-11 12:06:23 +01:00
Matúš Kukan
0a45deba2b enforce only one possible use of gb_CustomTarget
This brings two changes:
- no more recursive calling of make
- gbuild_simple is now not used => removed
2012-04-09 21:04:39 +02:00
Michael Stahl
4c50f23f87 LinkTarget.mk: remove gb_LinkTarget_add_package_headers 2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
Matúš Kukan
7d3cc4b95e clucene: do not use mixed path here 2012-03-31 23:34:47 +02:00
Matúš Kukan
bd51ff439c clucene: use CustomTarget makefile 2012-03-31 22:49:31 +02:00
Christian Lohmaier
f16833b1d3 older versions of tar don't do autodetection of compression format 2012-03-23 14:39:50 +01:00
Fridrich Štrba
a565276f66 Enable use of older tars that uses --strip-path to strip components 2012-03-23 13:16:20 +01:00
Tor Lillqvist
2a1171929e chmod -x 2012-03-21 13:00:45 +02:00
Korrawit Pruegsanusak
380f0af0a8 gtar actually expects --strip-components, with trailing 's' 2012-03-13 18:38:37 +07:00
Luboš Luňák
41d7a444be patch clucene to avoid narrowing conversions
clang errors out on this
2012-03-10 16:39:22 +01:00
Michael Meeks
dc24525d09 more idle code documentation improvement 2012-03-06 14:41:45 +00:00
Matúš Kukan
48dc8ca4e1 make this consistent 2012-02-25 13:10:42 +01:00
Matúš Kukan
654a5bdd6c filter out not needed uwinapi which is not yet built 2012-02-24 21:50:45 +01:00
Jan Holesovsky
3dee9ff1c9 MinGW: Make clucene build. 2012-02-24 18:54:37 +01:00
Jan Holesovsky
65d9696da1 Trailing whitespace cleanup in the clucene configs. 2012-02-24 18:54:37 +01:00
Caolán McNamara
c31e1bae8e fix for cross-compiling 2012-02-23 15:06:27 +00:00
Stephan Bergmann
593769cec1 Fix CLucene _DEBUG code 2012-02-23 14:21:10 +01:00
Caolán McNamara
3b18642d62 tweak generic config for MacOSX 2012-02-23 12:57:29 +00:00
Caolán McNamara
235db83d4c another problematic _CL_HAVE_GCC_ATOMIC_FUNCTIONS for MacOSX 2012-02-23 12:39:16 +00:00
Caolán McNamara
419cceda36 use the same compiler test for atomics in clucene as sal 2012-02-23 12:10:41 +00:00
Caolán McNamara
caf607f203 wcsdup not universally available on non-windows 2012-02-23 12:05:40 +00:00
Caolán McNamara
9f33cd3f6c disable warnings in exported headers 2012-02-23 10:31:22 +00:00
Caolán McNamara
03aebc6b11 need to export more headers from CLucene 2012-02-23 10:31:22 +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
a818fa05c3 get clucene building under windows-msvc 2012-02-17 16:36:04 +00:00
David Tardon
512fcc354d suppress -Werror for clucene 2012-02-17 15:49:18 +01:00
David Tardon
314c2d3e0c use custom target for preparing sources 2012-02-17 14:55:53 +01:00
Caolán McNamara
b688a3dcbe first cut at building an internal clucene 2012-02-17 12:21:37 +00:00